Visen

Results 31 issues of Visen

There is no way to see how much score you have earned unless you get onto the leaderboard. Only the top 20 people can see how many points they've earned....

Possibly inaccurate statement on metaprogramming found [here](https://ziglang.org/learn/why_zig_rust_d_cpp/) on ziglang.org under "Simplicity" >Zig has no macros and **no metaprogramming**, yet is still powerful enough to express complex programs in a clear,...

It would be great if some more of the internals were documented, eg, what functionality is implemented where, naming conventions, etc...

It would be nice to have some functionality which would allow you to specify where the atlas file is sent to, and what it is called

enhancement
good first issue

When using the bucket tool, it affects the entire image, not just the chosen sprite. I'm not sure if this is intentional behavior or not

enhancement
help wanted
good first issue

Hi, I would really appreciate some more clear installation instructions for this library. But it is extremely unclear how I am supposed to get this thing working on my system....

### Is there an existing issue for this? - [X] I have searched the existing issues ### Game Version 4.9.9 ### Describe the bug When going into full screen on...

bug
Stale

Currently there are issues when you try to compile a single file header as a C source file `build.zig` ```zig const raygui = b.dependency("raygui", .{}); exe.addCSourceFile(.{ .file = raygui.path("src/raygui.h"), .flags...

enhancement
zig build system

### Zig Version 0.11.0 ### Steps to Reproduce and Observed Output One of my major critiques of the current zig build system is that output when compiling your code just...

error message