2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00
Commit Graph

67 Commits

Author SHA1 Message Date
25b49cf76a Dlls moved to Raylib-cs in ExampleApplication
ExampleApplication now has x86 and x64 dlls for raylib. Copy the correct one to the output so the bindings will work.
2018-08-01 08:56:30 +01:00
86ab319ab9 Separated example from generator
- Renamed Raylib-example to ExampleApplication.
- Example removed from Raylib-cs. It now only contains the generator. Use the current bindings in ExampleApplication/Raylib-cs.
2018-07-31 13:33:19 +01:00
64dafc2196 Update README.md 2018-07-28 09:29:13 +01:00
fdb3541f44 Added raylib-example project
- Separate project to test raylib on its own.
-
2018-07-28 09:26:59 +01:00
1a814e124f Update README.md 2018-07-26 16:32:19 +01:00
8ee5c862ef Update README.md 2018-07-26 16:31:28 +01:00
9fd92f790f Update README.md 2018-07-26 16:24:31 +01:00
84838f8737 Added initial image showing example
- Image to show in readme
2018-07-26 16:24:01 +01:00
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
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
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
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
d8e6695cc6 Update README.md 2018-07-23 20:36:15 +01:00
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
172e0ecbb7 Added vs project
- Initial version of bindings(WIP)
2018-07-13 14:55:07 +01:00
de373461e6 Added LICENSE 2018-07-13 14:51:05 +01:00
28ef759542 Initial commit 2018-07-13 12:16:39 +01:00