IwEngine
IwEngine copied to clipboard
This is an engine that I initially started building after taking a game coding class in high school to learn how the underlying systems of Unity / game engines in general worked.
IwEngine
Build steps:
- git clone --recurse-submodules https://github.com/IainWinter/IwEngine
- Run Bootstrap.bat
- Run CreateProjects.bat
- Build wEngine.sln
- _export folder now should contain all the dll/libs and include files to create an app
- see Games/ for exmaples (i'll make a script to gen a template soon)