- Renamed Raylib-example to ExampleApplication. - Example removed from Raylib-cs. It now only contains the generator. Use the current bindings in ExampleApplication/Raylib-cs.
- Separate project to test raylib on its own. -
- Figured out how to convert some of raylibs defines into enums. - KEY_ENTER will now change to Key.KEY_ENTER.
- Added cppsharp to see if it will work with raylib.