feae933468
Update README.md
2020-04-30 09:59:04 +01:00
def2598e05
Moving Physac and Raygui into their own libraries and marking them as experimental.
...
- Both bindings have causes confusion and issues in project setup. Moving them into separate libraries should make things clearer and easier to maintain.
2020-04-28 20:53:45 +01:00
9a1be26f6a
Update README.md
2020-04-02 08:45:45 +01:00
e936fd235d
Update README.md
2020-03-26 22:29:10 +00:00
c80d7a1340
Update README.md
2019-06-04 08:17:54 +01:00
82463be0b6
Update README.md
2019-05-07 09:06:48 +01:00
f365315121
Update README.md
2019-05-07 09:05:42 +01:00
a9571ccb30
Update README.md
...
- Manual installation instructions so project is not reliant on nuget.
2019-04-22 07:53:43 +01:00
f20d01ed2e
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2019-04-22 07:51:40 +01:00
dd9710fc57
- Improvements for 2.5 release. Alot more work than I expected.
...
- Examples are out of date and will need to be regenerated before release.
2019-04-22 07:40:01 +01:00
1fc02a23a5
Update README.md
2019-04-04 20:53:36 +01:00
8623bf874e
Changed easings to a direct port
...
- Trying direct ports of modules starting with easings.
- Readme fix and removed old rlgl.
- Improving documentation.
2019-03-17 11:05:24 +00:00
f43c79ee55
Moved tests into their own folder.
2019-03-08 11:32:25 +00:00
f4ef94d63f
Color defines now only in struct
...
- Color defines removed. Instead use them from Color struct. E.g Color.WHITE.
2019-02-11 11:25:09 +00:00
19dab0c7a1
Breaking change
...
- Removed constants. Enums used instead.
- Changed some functions to take enum instead of int to remove explicit cast.
- Updated readme with differences.
2019-02-11 11:23:33 +00:00
1168407f09
Update README.md
2019-02-06 18:52:03 +00:00
98dcce501f
Update README.md
2018-12-29 13:22:54 +00:00
a4311b0e77
Update README.md
2018-12-03 16:37:45 +00:00
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