Joel Lacour
Joel Lacour
Hey guys, since I currently don't have much else to do, I started playing Minecraft again and I was already missing a well-balanced weapon mod, so I thought to dig...
I thought it would make sense to keep track of what textures we could use, in order of importance: _emphasized_ = with tool materials (wood, stone, iron, gold, diamond) Javelin...
### Describe the bug V puts arbitrarily long function signatures on a single line. ### Reproduction Steps Create any long function signature: ```V pub fn longer_function_name(x u32, y u32, z...
I'm currently trying to use wgpu-native as a rendering backend with V, so I hope this is the right place to ask about this. I've managed to get the pipeline...
### Describe the bug One of those "not sure if bug or feature" issues, but figured I'll file to clarify either way. I was trying to figure out what project...
### Describe the bug Installing a package from a local git repository fails with > error: failed to retrieve metadata for \`\\`. ### Reproduction Steps Initialize a V package in...
I'm at a loss about how to call some macros. For example, sincos confusingly has two arguments, of which the second seems to be an array of two elements. I've...
For type-safe interaction with C APIs, it would be helpful to have a CBool type that behaves like an integer that can only be assigned 0 or 1 and be...
As far as I understand, files in libraries currently have to be on the root folder next to the manifest.json. For bigger libraries, it would be helpful to set a...
I just saw you were working on GLFW bindings, but only for version 3.3 I actually made my own 3.4 bindings already: https://github.com/TheOnlySilverClaw/glfw.c3l Just wanted to ask whether you're also...