Releases: lipx1508/muffin
Releases · lipx1508/muffin
v1.5.0
What's Changed
- Fixed keyboard input bugs
- Added more functions for the system API
- Window icon support
- Color/alpha modifier support for images
- Text centering support
- Better Windows build support
Notes
- On windows builds link statically to the built DLL and put it on the same directory as the binary along with the SDL DLL's (SDL.dll, SDL_image.dll, SDL_ttf.dll and SDL_mixer.dll) and it should work.
- This won't be maintained frequently anymore, I'm working on a new API with better calls and stuff, and also written in C99, not C++11.
v1.4.0
What's Changed
- System API
- Added more cursor and mouse capture options
- Added rendering graphics options
- Rotation option added
- New canvas functions
- More core functions
- Added init flags
- Better documentation
Notes
- I tested and checked that Windows support is possible, but you will have to link and install it manually since I couldn't get it working fully with the Make script like bgfx or like other libraries does
v1.3.0
What's Changed
- Fixed fullscreen not working with correct aspect ratio (at least I expect to work, if not please open a issue)
- Removed backends
- Full joystick support
- Mouse support
- More examples
- Pre-compiled binaries (x86_64 with Debian 11, don't know if it will work for everyone)
- Data API
- Fixed trace
v1.2.0
What's Changed
- Migrated documentation from GitHub Wiki to Doxygen
- Merged the
muffin::config
function with themuffin::init
one - Fixed/added all SDL2 Scancodes
v1.1.0
What's Changed
- Added primitive joystick support
- More audio functions