Watch
2
0
Fork
You've already forked raylib-cs
0
Commit graph raylib-cs/Raylib-cs/Raylib.Utils.cs
Author SHA1 Message Date
accfbadf9a Fix DrawTextPro and more whitespace 2022-01-19 22:21:52 +00:00
0e21becbe3 Fix typo bug and whitespace 2022-01-19 21:59:29 +00:00
aa1e2aacc4 Yet more string changes 2 2022-01-16 14:29:41 +00:00
8ecc4bded9 Yet more string changes
- Use sbyte/byte correctly in Raylib.cs
- Using Marshal.StringToCoTaskMemUTF8
- Update utils string usage
2022-01-16 14:14:51 +00:00
39ce41eb08 Setup unsafe/safe functions for math types in Raylib.cs 2021-12-31 09:30:28 +00:00
9a0e50d70c Replace managed callbacks with unsafe delegates 2021-12-29 16:57:43 +00:00
64bbe88518 Testing another string approach using ArrayPool
- ArrayPool to reduce memory allocation.
- Allocate max number of bytes for performance.
2021-12-21 12:42:12 +00:00
5de100bac2 Testing TraceLogCallback fix 2021-12-18 13:02:50 +00:00
30b47cad32 Fixing more util and unsafe functions 2021-12-18 12:49:22 +00:00
4287c342a1 Testing string approaches 2021-12-17 22:43:25 +00:00
3e8e4a6319 Multi-target net5.0 2021-12-17 12:48:56 +00:00
6d7ac90088 Testing more utils 2021-12-17 12:31:10 +00:00
fa8c4ea430 Fix compile error 2021-12-16 20:24:52 +00:00
c859981d0b Move wrapper functions into Raylib.Utils 2021-12-16 17:54:55 +00:00
04b5fe2130 Rename RaylibUtils.cs to Raylib.Utils
now a partial class
2021-12-05 01:46:35 +11:00
Renamed from Raylib-cs/RaylibUtils.cs (Browse further)