Sami Väisänen
Sami Väisänen
What this issue means is that instead of having all the function pointers always in the global scope the function pointers were declared in a separate header file that one...
Right, so umh.. there's absolutely no documentation. Where am I supposed to extract the sources for example libjpeg? I've tried extracting into osg-3rdparty-cmake/libjeg and various other locations and it just...
Create an entity and place a node at an offset from the origin. Place the entity in the scene and try to use the size box to scale it. The...
In the web environment it's possible for the game to suffer an "context lost" event. This might happen when for example when the browser decides to clean up the underlying...
Currently all of the scene's contents are loaded at once. For large scenes this can be wasteful and load too much data at once. Instead it'd be nice to be...
Update build instructions in readme.
Add a generic property animation that can be used to animate any property that can be interpolated. Useful for simple cases such as modifying some property without making a whole...
Some current known performance issues and janks - Big particle explosion in blast demo causes jank - Mouse pointer latency issue especially on WASM/HTML5 - 1000x1000 tilemap zoomed out has...
Use sokol audio to provide web audio support and get rid of the crappy OpenAL backend.