Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
three.js [2025/06/13 15:21] – added skip link ribosethree.js [2025/06/13 15:35] (current) – added MelonEngine link ribose
Line 1: Line 1:
 ====== Three.js ====== ====== Three.js ======
 +
 +<WRAP right round tip 50%>
 +Check out [[https://forum.melonland.net/index.php?topic=5.0|MelonEngine, a Mini Three.js Game Engine]]!
 +</WRAP>
  
 [[https://threejs.org/|Three.js]] is a JavaScript library for creating [[3d_worlds|3D Worlds]] on a webpage. Fundamental JavaScript knowledge is required. If you aren't comfortable with JavaScript, no worries! [[#a-frame|Skip to the next section]]!  [[https://threejs.org/|Three.js]] is a JavaScript library for creating [[3d_worlds|3D Worlds]] on a webpage. Fundamental JavaScript knowledge is required. If you aren't comfortable with JavaScript, no worries! [[#a-frame|Skip to the next section]]! 
Line 49: Line 53:
 } }
 </code> </code>
 +
  
 ===== A-Frame ===== ===== A-Frame =====