Watch
2
0
Fork
You've already forked raylib-cs
0
Commit graph

14 commits

Author SHA1 Message Date
ChrisDill
fdb3541f44 Added raylib-example project
- Separate project to test raylib on its own.
-
2018-07-28 09:26:59 +01:00
ChrisDill
1a814e124f
Update README.md 2018-07-26 16:32:19 +01:00
ChrisDill
8ee5c862ef
Update README.md 2018-07-26 16:31:28 +01:00
ChrisDill
9fd92f790f
Update README.md 2018-07-26 16:24:31 +01:00
ChrisDill
84838f8737 Added initial image showing example
- Image to show in readme
2018-07-26 16:24:01 +01:00
ChrisDill
bfc2b8077e Added console menu and improved raylib example
- Added comments to basic raylib example.
- Added console menu to choose between binding generation, example and exit.
2018-07-26 16:01:16 +01:00
ChrisDill
91a2c0132c Improving cppsharp generation
- Figured out how to convert some of raylibs defines into enums.
- KEY_ENTER will now change to Key.KEY_ENTER.
2018-07-26 15:50:28 +01:00
ChrisDill
56bf5979d6 Renamed raylib.cs to raylib-manual.cs
- Making it clear this is the testing file for manually binding.
- Trying to move the project to use cppsharp generated bindings instead.
2018-07-26 15:46:10 +01:00
ChrisDill
36fa09308a Added raylib.dll
- Built as 64 bit using the visual studio 2017 project bundled with raylib.
- Copy the dll to the same directory as the executable is in.
2018-07-26 15:44:36 +01:00
ChrisDill
d8e6695cc6
Update README.md 2018-07-23 20:36:15 +01:00
ChrisDill
d20a719c92 Testing the idea of generating the bindings
- Added cppsharp to see if it will work with raylib.
2018-07-23 20:27:07 +01:00
ChrisDill
172e0ecbb7 Added vs project
- Initial version of bindings(WIP)
2018-07-13 14:55:07 +01:00
ChrisDill
de373461e6 Added LICENSE 2018-07-13 14:51:05 +01:00
ChrisDill
28ef759542
Initial commit 2018-07-13 12:16:39 +01:00