2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

10 Commits

Author SHA1 Message Date
5286546ad4 Added Raymath binding + Initial examples
- Added Raymath.cs binding. Raylib.cs depends on this since they both share some types.
- Bindings moved into source directly.
- Inital examples port alot of syntax still needs to be fixed.
- Couldn't get cppsharp to work correctly so using a custom generator(WIP).
2018-08-17 09:34:50 +01:00
f9350917c2 Added ExampleApplication build so you can test straight away.
- Added ExampleApplication build so it can be tested without needing to compile first.
- Resources and dlls included in added build directory.
- Updated  readme instructions.
2018-08-04 21:07:33 +01:00
53f77597da Setup basic class to test with windows forms
- Added DrawControl class to test windows forms with raylib. Need a way to get the window handle?
2018-08-01 17:17:53 +01:00
3380ea3adc Update README.md 2018-08-01 09:01:26 +01:00
33f6dd7bcd Update README.md 2018-07-28 09:29:13 +01:00
1f6735248b Update README.md 2018-07-26 16:32:19 +01:00
0799f56922 Update README.md 2018-07-26 16:31:28 +01:00
f0d59f4cc3 Update README.md 2018-07-26 16:24:31 +01:00
3975a031df Update README.md 2018-07-23 20:36:15 +01:00
738e595d91 Initial commit 2018-07-13 12:16:39 +01:00