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

72 Commits

Author SHA1 Message Date
2104ac1534 Updated install instructions
-
2018-12-03 15:54:16 +00:00
7c0eb670b5 Update README.md 2018-11-22 15:13:33 +00:00
4b2c7b1e07 Added Build.bat for Examples 2018-10-15 14:35:14 +01:00
3b21284b5f Custom build instructions 2018-10-12 09:08:09 +01:00
e2a32241de Tidying up project
- Added Release folder for important dlls that will be used in nuget package
- Moved Rayforms into Examples folder
- Added updated generator(WIP)
2018-10-05 17:31:46 +01:00
7008c67dfa Changing examples to use makefile
- Testing a modified version of the makefile from raylib Instead of multiple project files for examples.
- Fixed readme example
2018-10-01 09:25:18 +01:00
f880241ee4 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
4652f1fa6d Updated readme 2018-09-22 13:47:28 +01:00
45edd16939 Added logos and updated readme
- Now have logos provided by @raysan5.
- Added 256x256 logo to readme.
2018-09-13 12:00:51 +01:00
8272439d26 Fixed .proj settings and readme 2018-09-10 12:25:13 +01:00
509ddf233f 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
cdf9cb4f5b add color to code 2018-08-20 12:53:10 -03:00
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