Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
28 lines (20 loc) · 1.11 KB

foo3D

Visit the website: http://foo3d.developium.net/

Visit the api-docs: http://foo3d.developium.net/docs/

You may install using:

haxelib git foo3d https://github.com/dazKind/foo3d

or

git clone https://github.com/dazKind/foo3d
haxelib dev foo3d foo3d

Notes:

  • The flash target needs AGAL shaders while the rest of the targets use glsl!
  • Make sure you got foo3d.ndll in your path/sample-folders. It's compiled via hxcpp. Check the content of the "native-bindings"-folder.
  • Foo3D uses GLUT for the optional creation of the window and the context. Make sure you got glut32.dll in your path if you use the Frame-Class(like most of the samples).
  • On older systems Webgl can be blacklisted in your browser. Try setting "webgl.force-enabled;true" via "about:config".
MIT license

This content is released under the MIT License.