Watch
2
0
Fork
You've already forked raylib-cs
0
raylib-cs/Raylib-cs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
ChrisDill 701434ef99 Remove file management functions in favour of System.IO alternatives
- These functions have a similar api to System.IO functions in C#.
For example 'DirectoryExists' can be replaced with 'Directory.Exists'.
- I considered wrapping them to use `System.IO` internally however that is less flexible than using it
directly.
2020-12-29 16:26:35 +00:00
..
runtimes Updated README.md 2020-05-02 17:03:00 +10:00
Easings.cs Convert all Math calls to MathF to avoid conversions 2020-12-23 15:58:08 +00:00
Raylib-cs.csproj Dropping experimental netfx support 2020-11-12 11:17:03 +00:00
Raylib-cs.targets Minor indent fix for Raylib-cs.csproj and Raylib-cs.targets. 2020-09-12 16:30:17 +01:00
Raylib.cs Remove file management functions in favour of System.IO alternatives 2020-12-29 16:26:35 +00:00
Raymath.cs Removed duplicate license comments from binding code. 2020-09-18 23:45:09 +01:00
Rlgl.cs Minor improvements and formatting 2020-12-28 09:20:03 +00:00