I am Aashish and this project is called Astro Gears Simulation. It is a small browser based 3D gear simulator where users can make and test gear setups without using heavy cad softwares. Idea was to make something simple where students or hoby mak…
I am Aashish and this project is called Astro Gears Simulation. It is a small browser based 3D gear simulator where users can make and test gear setups without using heavy cad softwares. Idea was to make something simple where students or hoby maker can understand gear motion and ratio in a visual way
Gears are generated from parameters like number of teeth and pitch so their size and speed relation change automaticly. Gears can connect with each other like real machines and when one gear rotate the other change rpm based on ratio. If gears overlap the system shows warning so user know somthing is wrong.
There is also edit mode to move gear and the model can be exported for 3D printing.Project is made using basic web tech like HTML and JavaScript and Three.js. Overal it is simple tool to learn and experement with gear systems in a more interactive way.
I got the main idea of this project by myself. I used AI tools little bit to help in writing some code and understanding few logic parts because I dont know JavaScript very deeply yet. Mostly I used it to search things, fix small errors and understand how some parts work. The main concept, design and overall idea of the project is mine