spotenza2016 / Mimema

Mimema (greek for "to imitate") is a "from scratch" C++ 3D Game Engine using OpenGL
0 stars 0 forks source link

Scripting! #21

Open spotenza2016 opened 2 months ago

spotenza2016 commented 2 months ago

Add some rudimentary scripting support (tie in with Physics class). Doesn't have to be fancy, but something I can build off of and expand as I need new features would be great! Whenever I need a basic puzzle piece, implement it till I have enough basic puzzle pieces to just use the scripting to control things. Don't go overboard on implementing everything haha.