ShikenNuggets / GadgetEngine

Yet another 3D game engine. But it's *my* 3D game engine :)
https://gamesbycarter.wordpress.com/2022/06/22/gadget-engine-c/
Other
2 stars 0 forks source link

Non-C++ Scripting #53

Open ShikenNuggets opened 4 months ago

ShikenNuggets commented 4 months ago

Writing all game code in C++ all the time is not ideal. Unity's approach to this is to use C# for game code. Unreal Engine allows a mix of C++ and visual scripting for game code. Visual scripting is a bit ambitious for this project, but integrating another language should be doable. Maybe C#? Maybe Python? Assess the difficulty and the pros and cons of these options, and then implement.