Visen
Visen
It would be useful to be able to have a way to visualize how a sprite would look tiled. This would be very useful for things like creating tilesets
Hello, I'd like to request information on why Cyber Object Notation was chosen as the serialization/deserialization format for this language. As it seems the syntax is quite similar to [JSON5](https://json5.org/),...
### Zig Version 0.11.0 ### Steps to Reproduce and Observed Output Usually when std.json fails to parse some json data, it panics and produces an error log something like this:...
I propose reworking std.sort to use an interface in a similiar way to how the [Reader/Writer interface was reworked](https://ziglang.org/documentation/master/std/#std.io.AnyReader). Proposed Changes ============== To complete this proposal, an interface type similar...
The `simple` reorderable list example still seems quite complex. I struggled to understand the simple and advanced usages in `Example.zig` For example, it seems like this function could be automatically...
This PR's purpose is to share my experiments addressing https://github.com/david-vanderson/dvui/issues/101 in the hopes that they will be useful **TODO** - [x] Swap structEntry to use `Miller Columns` instead of expanders...
Follow up to #81 Inset/Outset border style, as well as square corners from #81 will open the door to creatings cool 90s user interface themes with dvui. See https://www.w3schools.com/css/css_border.asp for...
I propose a function with a signature resembling ```zig pub fn buildStructUI(comptype T: type, opts: StructUIOptions) !T {} ``` This function would accept a struct type as an input. It...
When looking at the SDL demo, the FPS number remains static when the window is not receiving any input. I assume that this is because the window is not rendering...
```zig widget_borders: enum{only_necessary, always} = .only_necessary, ``` Option to enable borders on widgets that don't usually have borders (Buttons being the prime motivator) ```zig default_corner_rounding: ?f32 = null, ``` Option...