zig-sfml-wrapper icon indicating copy to clipboard operation
zig-sfml-wrapper copied to clipboard

A zig wrapper for csfml

Results 16 zig-sfml-wrapper issues
Sort by recently updated
recently updated
newest added

hello again I looked at the `pollEvent()` code and tried to do something similar

Some places I used optionals just because the translate c made signatures with optional pointers, but it seems like - some methods always return a pointer - even when it...

enhancement

When window.draw is called to a pointer it doesn't compile because `@field` doesn't work on pointers.

bug

I want to have zig generated html documentation

documentation

in the [raylib wrapper](https://github.com/Not-Nik/raylib-zig) it just uses the package in [the official ratlib repo](https://github.com/raysan5/raylib) and makes a wrapper arround it