Skip to content

Commit

Permalink
Add pyrender as a sample source
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Dec 29, 2019
1 parent d401885 commit 4f9cb46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions directdocs/references.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ def loadData():
projectName = '{GPL3} OpenGL-Programmable',
urlTemplate = BITBUCKET,
),
SampleSource(
os.path.join(SAMPLES,'pyrender'),
baseURL='https://github.com/mmatl/pyrender',
projectName='Pyrender',
urlTemplate=GITHUB,
)
]:
generate_tokens_dir( s.localDir, processFunction = s.processEntry)
result = SampleSource.nameMapping
Expand Down
6 changes: 5 additions & 1 deletion directdocs/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,11 @@ def update_command( self ):
HgSource(
'https://bitbucket.org/rndblnch/opengl-programmable/',
dirname = 'programmable',
)
),
GITSource(
'https://github.com/mmatl/pyrender.git',
dirname='pyrender',
),
# pymol # not pyopengl AFAICS
# {LGPL} mirra # no online view of code AFAICS
# soccerbots http://soccerbots.googlecode.com/svn/
Expand Down

0 comments on commit 4f9cb46

Please sign in to comment.