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

16 Commits

Author SHA1 Message Date
791c165dee No longer require unsafe option
- Change unsafe/fixed to use IntPtr or MarshallAs instead.
- Added methods in physac to marshall IntPtr returns to PhysicsBodyData.
2018-09-23 12:34:40 +01:00
ad29970c0e Updated readme 2018-09-22 13:47:28 +01:00
c00880746a Added logos and updated readme
- Now have logos provided by @raysan5.
- Added 256x256 logo to readme.
2018-09-13 12:00:51 +01:00
af2241ccd3 Fixed .proj settings and readme 2018-09-10 12:25:13 +01:00
7634b8a4a5 Alot of binding improvements!
- Improved bindings and added initial ones for Easings, Physac, Raygui and Raymath(Not yet fully tested).
- Renamed ExamplesApplication to Bindings to make it more clear.
- Examples separated from bindings.
- Improve readme to reflect changes.
2018-08-31 09:30:32 +01:00
U-12
d60433f501 add color to code 2018-08-20 12:53:10 -03:00
6b6b345551 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
b3838e3d8a 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
5ee08dc6dd 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
c7aff15be5 Update README.md 2018-08-01 09:01:26 +01:00
64dafc2196 Update README.md 2018-07-28 09:29:13 +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
d8e6695cc6 Update README.md 2018-07-23 20:36:15 +01:00
28ef759542 Initial commit 2018-07-13 12:16:39 +01:00