Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perkinslr committed Jan 26, 2016
1 parent ab62563 commit 64e1457
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Currently 3 examples

####window.py
Initializes the window system, sleeps, then exits

####sphere.py
Creates a window
Creates a h3dWorld
Loads a light, camera, sphere
runs 600 frames, moving the camera toward the sphere each frame

####thin.py
Similar to sphere.py, but directly using the h3d.py thin wrapper.
Demonstrates directly calling functions from libHorde3D


To use these examples

set H3DCONTENT to your sample content folder from Horde3D

either copy pyHorde3D onto your python path, or set PYTHONPATH to the location of pyHorde3D

run python examples/...

0 comments on commit 64e1457

Please sign in to comment.