-
Notifications
You must be signed in to change notification settings - Fork 0
Raylib wrapper for vlang
License
ybkimm/vraylib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Raylib 5.0 bindings for the V programming language Note: This library is work in progress and not yet ready for use. ## Changes from original Raylib C-API - `string` instead of `char *` for all string parameters - `void TraceLog(int logLevel, const char *text, ...)` -> `fn trace_log(log_level: int, text: string)` - Use string interpolation instead of `printf`-style formatting - Some features are removed; Use V's standard library instead - File-related functions - Compression/Encoding functions ## TODO - Memory safety for Image, string, etc. - Add more implementations
About
Raylib wrapper for vlang
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published