ompadu

Results 11 issues of ompadu

Hi, can bake generate the ever popular [compile_commands.json](https://clang.llvm.org/docs/JSONCompilationDatabase.html)? If it doesn't would you be interested in adding this feature? Thank you

For learning resources such as examples maybe a very permissive license such as MIT would be a better fit?

Hi, thought I should bring up that the copyright is listed as `2014 - 2019` in all of the files I've opened so far.

Hi, I looked over at the trello wip and was wondering what are the current plans regarding completing the Vulkan backend. Thank you

The file [examples/code/debug_primitves/debug_primitives.cpp](https://github.com/polymonster/pmtech/blob/e6283d6edd02d1be7b9c7e008387796d512c5ff5/examples/code/debug_primitves/debug_primitives.cpp) is empty.

edit: Might be related to #8, missing binary wheels for python 3.9 and it tries to build it from source. original post: Ran the following command `pip install bgfx-python==1.0.4 --user`...

The crash happens at [gs.h:7000](https://github.com/MrFrenik/gunslinger/blob/master/gs.h#L7000) listed below: ```C bool gs_util_load_gltf_data_from_file(const char* path, gs_asset_mesh_decl_t* decl, gs_asset_mesh_raw_data_t** out, uint32_t* mesh_count) { // ... // Allocate memory for buffers *mesh_count = data->meshes_count; *out...

Hi, Is there any chance of these two extensions getting implemented? - [ALC_EXT_EFX](https://github.com/openalext/openalext/wiki/ALC_EXT_EFX) provides multi-zone reverb, sound occlusion and obstruction (simulating sounds being behind doors or walls), and atmospheric air...

Hello, I am using the following Lua rule on Windows to successfully build a Linux executable: ``` tup.definerule{ inputs = {'source/main.c'}, command = 'wsl clang %f -o %o', outputs =...

![](https://user-images.githubusercontent.com/6009271/131441125-51260dc5-8d56-4c90-9588-1f8b9a5aa63d.JPG) hi, i've encountered visual glitches on amd rx580 while running both the binary provided in the repository and my own build of it. windows: 10.0.19043.1165 amd driver: 21.20.01.14 (the...