Useful-links.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <base href="../../" />
  6. <script src="list.js"></script>
  7. <script src="page.js"></script>
  8. <link type="text/css" rel="stylesheet" href="page.css" />
  9. </head>
  10. <body>
  11. <h1>[name]</h1><br />
  12. <div class="desc">
  13. The following is a collection of links that you might find useful when learning Three.<br />
  14. If you find something that you'd like to add here, or think that one of the links below is no longer
  15. relevant or working, feel free to click the 'edit' button in the top right and make some changes!<br /><br />
  16. Note also that as three.js is under rapid development, a lot of these links will contain information that is
  17. out of date - if something isn't working as you'd expect or one of these links says it should,
  18. check the browser console for warning, the relevant docs pages and especially the [page:DeprecatedList].
  19. </div>
  20. <h2>Presentations</h2>
  21. <h3>[link:https://www.youtube.com/watch?v=Dir4KO9RdhM AlterQualia at WebGL Camp 3]</h3>
  22. <div>
  23. A video presentation from 2012 by AlteredQualia, one of the main developers of three.js.
  24. </div>
  25. <h2>Examples</h2>
  26. <h3>[link:http://stemkoski.github.io/Three.js/index.html Professor Stemkoskis Examples]</h3>
  27. <div>
  28. Even though Dr. Lee Stemkoski's examples are built using r60, they are very beginner
  29. friendly and contain a lot of useful info.
  30. Just be warned that some of them might be a bit out of date now!
  31. </div>
  32. <h3>[link:http://yomotsu.github.io/threejs-examples/ Yomotsus Examples]</h3>
  33. <div>
  34. Again, these are built with an old version of three.js (r49), so the same warnings as above apply:
  35. be warned that you might have to make some changes to use the techniques in these examples.
  36. </div>
  37. <h3>[link:https://threejs.org/examples/ Official three.js Examples]</h3>
  38. <div>
  39. A large number of examples are maintained as part of the three.js repository. They are kept up to
  40. date and always use the latest version.
  41. It's probably best to work off these examples than the ones linked above, however some of them may
  42. not be quite as beginner friendly.
  43. </div>
  44. <h3>[link:https://rawgit.com/mrdoob/three.js/dev/examples/ Official three.js Examples] (dev branch) </h3>
  45. <div>
  46. Same as the above, except these use the dev branch of three.js,
  47. and are used to check that everything is working as three.js being is developed.
  48. </div>
  49. </body>
  50. </html>