All Projects → dazKind → Foo3d

dazKind / Foo3d

Crossplatform lowlevel 3D rendering API in Haxe

Programming Languages

haxe
709 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].