ZillaLib icon indicating copy to clipboard operation
ZillaLib copied to clipboard

Sleek multiplatform C++ 2D and 3D game creation!

Results 9 ZillaLib issues
Sort by recently updated
recently updated
newest added

Has anyone tried to update the included SDL2 sources? Zillalib ships with 2.0.3, which is almost 6 years old, and in the meantime there have been big improvements in all...

I just discovered your ZillaLib and TinySoundfont projects a couple of days ago. I love the approach of bundling the SoundFont and MIDI player in WebAssembly. Is the code for...

1. ZL_Surface does not seem to free the allocated memory for the texture if it gets reassigned. I know this is probably a not very common use case, but consider...

As with VS2019, to make ZillaLib work with VS2022, some tiny changes need to be made in two files: File "ZillaApp-vs.props": - add the following line to the UserMacros section:...

How to draw text with better quality, clear and antialiasing, like Konva library :-(

There is a GitHub Action for Emscripten: https://github.com/mymindstorm/setup-emsdk I know ZillaLib uses Clang and Python, unfortunately I can't find any sample GA using either...

Is there a way to listen to a microphone and plot its curve ?

In the feature list it says under animation: "Bone based physics for 2D ragdoll animations" I assume this is done via the Spine library that is provided (optionally) in the...