Commit Graph

7 Commits

Author SHA1 Message Date
Susko3 abfade6a62 Add MVP android tests 2024-04-19 19:34:09 +02:00
Susko3 7639717186 Change all namespaces to `SDL` (from `SDL3`)
The only real issue with this is Android, as the `SDL3` namespace shadows
the `SDL.SDL3` static class.
2024-04-19 19:02:22 +02:00
Susko3 498a714965 Remove unnecessary `UTF8GetBytes()` helper 2024-04-16 13:01:13 +02:00
Susko3 439f85de53 Add `Utf8String`, sourcegen and tests 2024-04-16 12:59:17 +02:00
Susko3 a37167744f Add helper for making null-terminated byte arrays 2024-04-15 20:27:41 +02:00
Dan Balasescu a4519330e5 Refactorings + auto styling 2024-04-07 12:47:29 +09:00
Susko3 99d90c0fb6 Add sample/tests project
Just a playground to see how the string/type/array friendly overloads work.
You'll have to provide the SDL3 library manually.
2024-04-06 14:47:39 +02:00