Alundaio

Results 7 comments of Alundaio

@Swartz27 OpenAL32 module already auto loads any *oal.dll it finds. You can add OpenAL Soft device to the list simply by placing soft_oal.dll in bin directory. This is a known...

I think the main problem was in the original library out was the first param. Out vars should be last param and then you can just simply use: `out =...

You need to initialize the font atlas and either add your own fonts or use the default font (requires **NK_INCLUDE_DEFAULT_FONT** define) then bake. Then don't forget to nk_style_set_font for a...

Use a custom shader for nuklear and just flip the uv. `v_texcoord = vec2(a_texcoord.s, 1.0 - a_texcoord.t);` But if you have to flip images by default you probably are building...

No. But it runs great in WINE. Here is tutorial to set it up: https://www.moddb.com/tutorials/running-call-of-chernobyl-on-linux-with-wine

CoP can only run natively in Windows. The original engine only supports DirectX and Direct3D. Open X-ray is a heavily modified version of the source code with dozens of people...

You weren't talking to me about PhysX. I make this very clear on my repo: > The goal of this project is to expand the moddability and features of the...