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

25 Commits

Author SHA1 Message Date
85b666414f Update README.md 2019-02-06 18:52:03 +00:00
b18bae4f16 Update README.md 2018-12-29 13:22:54 +00:00
44d0e1fb13 Update README.md 2018-12-03 16:37:45 +00:00
ac7cd5a82c Updated install instructions
-
2018-12-03 15:54:16 +00:00
e76d7a6193 Update README.md 2018-11-22 15:13:33 +00:00
577626741a Added Build.bat for Examples 2018-10-15 14:35:14 +01:00
74bc806bb2 Custom build instructions 2018-10-12 09:08:09 +01:00
e9eba6ced0 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
bdf17a2101 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
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