zig
Here are 191 public repositories matching this topic...
-
Updated
Jan 8, 2019 - Assembly
-
Updated
Mar 5, 2020 - Zig
-
Updated
Jan 26, 2020 - Zig
At the moment, zig build only works on a Linux host. Would be nice to include Windows.
-
Updated
Mar 7, 2020
Some applets currently have no version number or help message. This probably should be fixed.
// normal comment
fn foo() void {}
/// doc comment
fn foo() void {}It helps to show that they will be parsed differently.
Cache roms
Needing to load ROMs from the filesystem every time is really annoying. We can easily cache them in localStorage or something.
Also the load cart UI should be rethought to allow for "included ROMs", "saved ROMs", or "load from FOO"
-
Updated
Apr 26, 2019 - Kotlin
-
Updated
Apr 21, 2020 - Go
Two approaches:
Despite the fact it's written in Rust, the produced binary is a standard dynamic library that can be linked to from any program (written in the language of your choice). Typically, you'd need to create a symbolic link with a name that a target application expects, e.g. libvulkan.dylib -> libportability.dylib.
- [
-
Updated
Apr 23, 2020 - Zig
-
Updated
Dec 5, 2019 - Zig
-
Updated
Apr 17, 2020 - Zig
This is to make sure that you can use zigimg to read textures
Add SDL test program
Improve this page
Add a description, image, and links to the zig topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zig topic, visit your repo's landing page and select "manage topics."
Quoting myself from the discussion in #4062: