TinyEngine
TinyEngine copied to clipboard
Windows port
I've set up a Windows build of TinyEngine. It allows a user on a Windows machine to compile and run all the TinyEngine examples in Visual Studio 2019. There is also a template project so if someone wanted to create their own TinyEngine project they can start with the template project which has the minimum requirements to build and run the engine. Internally the template project is just a copy of example 0_Empty.
Hope you find this useful. Please let me know if you have any questions or concerns if you are considering accepting the pull request.
Please note that there are no changes to your original TinyEngine repository. The TinyEngine code is reused, except for TinyEngine.h which has a modified duplicate in the "win/TinyEngineWin" directory. Example code is duplicated into the Windows build and modified as required.
I've also included a Readme.md that explains how to get the Windows build up and running.
That's awesome! Thanks a lot. I will try to get a windows laptop in the next few days to run some tests and then I can merge this. Good contribution! Thanks.
You're welcome! It was fun to play with C++ again.
You can download trial Windows 10 Virtual Machines, that might be an option if it is too hard to acquire a full Windows machine: https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/
Any news or info about the windows port?
I quickly tried the forked version, but did not managed to make it work and I did not investigate further.
I don't think it will support a cmakelist or something similar?
I'm really eager to use something like TinyEngine, it's exactly the type of Engine I want.
Regards