Silver

Results 51 issues of Silver

It's rare that I need to see the command that `zig build` failed on. I propose removing `--prominent-compile-errors`, which hides this command to make errors easier to read, and replacing...

proposal
zig build system

Currently, asc checks `/tmp` for unused `.Xn-lock` files, before spawning Xwayland with that display number. This is *extremely* vulnerable to race conditions, as an X server could start in the...

For the IRCers of the world, it'd be nice to have some fancy ligatures to make these combinations of characters look a bit nicer: `:)` `:(` `:-)` `:-(` `:/` `:\`...

enhancement

Currently, all libraries produced by Mach are installed to the output prefix. This is undesirable as Zig's build system can be used to produce packages, or to install globally to...

build

It'd be nice if mach had some integration with graphics debuggers like [RenderDoc](https://renderdoc.org/). RenderDoc has a [C API](https://renderdoc.org/docs/in_application_api.html) for applications, which could be wrapped as part of a debug package...

docs

In `Type`, the OpenGL names are used for types, eg. `unsigned_byte` etc. In `ElementType`, the Zig names are used for the same types, eg. `u8` etc. One set of names...

Would be nice to be able to configure the number of MSAA samples used. Currently, it seems like glslViewer doesn't set this at all, which at least with GLFW means...

enhancement

According to VERSION.txt and the chipmunk-physics.net website, all Chipmunk Pro features are now open source. Indeed, they do seem to be included in this repo, however they still list the...

Running the tests for Starlight with `julia --project=. 'using Pkg; Pkg.test()'` fails with the following: ``` signal (11): Segmentation fault in expression starting at /home/silver/code/Starlight.jl/test/runtests.jl:11 unknown function (ip: 0x7fc648967ef0) Allocations:...

bug