README 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. -------------------------------------------------------------------------------
  2. dojox.gfx3d
  3. -------------------------------------------------------------------------------
  4. Version 0.100
  5. Release date: 10/31/2007
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. beta
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Kun Xi (bookstack@gmail.com)
  12. Eugene Lazutkin (eugene.lazutkin@gmail.com)
  13. -------------------------------------------------------------------------------
  14. Project description
  15. Implementation of simple portable 3D graphics library.
  16. -------------------------------------------------------------------------------
  17. Dependencies:
  18. Dojo Core, dojox.gfx.
  19. -------------------------------------------------------------------------------
  20. Documentation
  21. Not ready yet.
  22. -------------------------------------------------------------------------------
  23. Installation instructions
  24. Grab the following from the Dojo SVN Repository:
  25. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/gfx3d.js
  26. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/gfx3d/*
  27. Install into the following directory structure:
  28. /dojox/gfx3d/
  29. ...which should be at the same level as your Dojo checkout.
  30. -------------------------------------------------------------------------------