Skip to content

Releases: lipx1508/muffin

v1.5.0

22 Mar 23:10
8dd96de
Compare
Choose a tag to compare

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

11 Feb 23:50
c992f82
Compare
Choose a tag to compare

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

11 Feb 06:14
3b3a4c5
Compare
Choose a tag to compare

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

10 Feb 04:52
dd20695
Compare
Choose a tag to compare

What's Changed

  • Migrated documentation from GitHub Wiki to Doxygen
  • Merged the muffin::config function with the muffin::init one
  • Fixed/added all SDL2 Scancodes

v1.1.0

08 Feb 19:51
2d014c7
Compare
Choose a tag to compare

What's Changed

  • Added primitive joystick support
  • More audio functions