Skip to content
binji edited this page Sep 15, 2013 · 8 revisions

LÖVELINESS

LÖVELINESS is a port of LÖVE to Native Client. Wow!

Examples

Versions

  • 0.2.2 - Change background color. Also save+sync settings.
  • 0.2.1 - Fix persistent storage bug that broke Chrome 26 users.
  • 0.2.0 - Persistent storage, load via context menu, and better handling of quit message.
  • 0.1.9 - Added loading message, fixed some nasty crashes/hangs.
  • 0.1.8 - Drag and drop file loading. Also page injection (allows for cool stuff like author name, link on page, etc...)
  • 0.1.7 - Add stencil buffer, add popup dialog and tests to see if everything should work.
  • 0.1.6 - Fix fullscreen crash
  • 0.1.5 - Add unicode keys + fix for gl_FragCoord (try metaballs)
  • 0.1.4 - Added focus tracking, fullscreen, and logging to console
  • 0.1.3 - Flipped mousewheel direction. :)
  • 0.1.2 - Add mousewheel support (try the particles demo)
  • 0.1.1 - Fixed performance issue with rendered text (improves sinescroller and ortho robot performance)
  • 0.1.0 - Initial release