3D using lua
thanks for viewing my page you can call me luafox
i want to make a 3d game by using obj files i need it to be as simple as possible or you can tell me how to use one of the javascript modules for 3d in lua (btw i figured out you use fengari for lua proggramming isnt fengari amazing)
If you want to learn about 3d go to: documentation > optional graphics and lib > your choice of language | The best performing 3d language in my opinion is Babylon, But its isn't exactly easy to learn. At the bottom of the Babylon page there is a full documentation if your interested. although if you want max simplicity for your game then I suggest M3D. M3D is a very simple to learn for of 3d and can be learned in it's almost entirety in under 30 minutes. For physics in 3d you use cannon, cannon doesn't render it only does the math. you can combine Babylon or M3D with cannon. learning 3d is very simple or complicated but remember if its complicated it most likely functions better.