Pyrolistical
Pyrolistical
Running any sample prints a warning: ``` > zig build instanced_pills_wgpu-run steps [8/12] zig build-exe instanced_pills_wgpu Debug native... LLD Link... Warning: DiscoverDefaultPhysicalDevices is deprecated. Call EnumerateAdapters or RequestAdapter instead. info:...
In #261, in regards to the zflecs style @michal-z said > Also, it will be easier for the users to follow flecs C code and port it to zig. I...
[Python pyi file](https://mypy.readthedocs.io/en/stable/stubs.html) should be provide along side so/dylib/pyd files to provide typing information. This would make pyluxcore more self documenting. I tried [mypy's stubgen](https://mypy.readthedocs.io/en/stable/stubgen.html), but the [output is pretty...
Python 3.10/3.11 have been released since luxcore 2.6 and do not work. pyluxcore.pyd has a dependency to python39.dll
Awesome project, but the typing is really poor. I assume this is because this project was created before type hinting was added. Right now it is impossible to use this...
Seems like this project is written in C++. It would have greater cross-language compatibility if a C API header could be provided.
In standard sql single quotes are for values and double quotes are for identities like column names. Although [sqlite does support double quote values](https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted) this seems to have changed in...
As a follow up to #575 Why do we write: ```zig pub const RENDER_TARGET_BLEND_DESC = extern struct { BlendEnable: BOOL, LogicOpEnable: BOOL, SrcBlend: BLEND, DestBlend: BLEND, BlendOp: BLEND_OP, SrcBlendAlpha: BLEND,...
Integrate https://github.com/ValveSoftware/openvr as a lib Would work well with https://github.com/zig-gamedev/zig-gamedev/issues/503
Valve just open sourced https://github.com/ValveSoftware/steam-audio Seems like it would be useful for 3d games that want Spatial Audio Another feature #251 would want