Emilien Bauer
Emilien Bauer
Hi, I stumbled upon #802 - I wanted to call Callable::call from GDExtension, but realized all varargs methods were not generated. Digging a bit, I saw that the deeper problem...
This PR offers an implementation for binding inherited methods, using `ClassDB::bind_inherited_method(...)`. It can avoid a lot of boilerplate code in some extensions, where the registered class has to redefine every...
This PR offers to make heavy build jobs conditional on static checks' success. Rationale: I realized that when I have a minor style issue on my commit, I often correct...
Hi, On loading your mod I get this warning : ```Mod Replace Stuff - Release is missing packageId in About.xml! (example: AuthorName.ModName.Specific)``` (Mod loaded from Steam Workshop) I am trying...
## Description I'd like to see Panda3D offer an interface to switch between system cursors, like the usual arrow cursor, the text cursor, or the finger cursor, for example. ##...
## Description I'd like to be able to generate geometry data (vertices, normals, primitives index sets, whatever) direclty on the GPU through compute shaders, and render it through automatically generated...