Is is possible to create 3d games in JS without using any library ? And what kind of maths do i need to learn for making games? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Is is possible to create 3d games in JS without using any library ? And what kind of maths do i need to learn for making games?

2nd Oct 2018, 12:18 PM
Yan Moe Naing
Yan Moe Naing - avatar
2 Answers
+ 8
Libraries are code. You could write your own code to do the same thing. However, it will take you months to do so is it worth that time.
2nd Oct 2018, 1:48 PM
John Wells
John Wells - avatar
+ 4
Yes, using WebGL (a simpler interface similar but simple to OpenGL thats builtin in all modern browsers). If you dont want use external libraries, you have to know that games ARE very math dependents
2nd Oct 2018, 12:46 PM
KrOW
KrOW - avatar