Joel Lacour

Results 11 issues of 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...

question

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...

help wanted

### 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...

Feature Request
Unit: vfmt

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...

Bug
Module Lookup Problem

### 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...

Bug

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...

Bug
Stdlib
Fixed Needs Verification

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...

Enhancement Request
Implemented Needs Verification
Accepted

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...

Enhancement Request

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...