ybkimm / vraylib

Raylib wrapper for vlang

Home Page:https://git.lair.cx/vraylib/file/README.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://git.lair.cx/vraylib/file/README.html

License:zlib License


Languages

Language:C 64.9%Language:V 35.1%