• View all by Oblerion StudioCreator
  • Follow Oblerion StudioFollowFollowing Oblerion StudioFollowing
  • Add To CollectionCollection
  • Comments
  • Devlog
love2d.js

love2d.js

← Return to love2d.js

Devlog

  • b0.6.3 : Gamepad
    April 19, 2025 by Oblerion Studio
    gamepad support love.joystiks_getJoysticks() -> array of object : Joystick class love.joystick_getJoystickCount() -> number of gamepad connected Joystick class = gamepad Joystick.getButtonCount() -> n... Continue reading
  • b0.6.2 : Write/Load Save
    May 31, 2024 by Oblerion Studio
    Add system.getOs() -> os window.getTitle() -> title window.setTitle(name) system.writeSave(name,object) system.readSave(name) -> object Fix cursor style... Continue reading
  • Offline documentation : manual
    April 09, 2024 by Oblerion Studio
    You can download official manual and print it like old time... Continue reading
  • b0.6 : Refactoring + open url
    October 23, 2023 by Oblerion Studio
    Add love.system_openURL(url) love.touchpressed(id,x,y,dx,dy,force) ; love.touchreleased(id,x,y,dx,dy,force) ; Edit Now that the love variable is initialised in love2d.js, it can be included in several... Continue reading
  • b0.5 : like a module
    October 31, 2022 by Oblerion Studio
    All change love2d.js is now a module all you script need to be module, like it. <script type="module" src="main.js"></script> you need to import all element that you need in js script import Love from... Continue reading
  • b0.4 touch fixes
    June 01, 2022 by Oblerion Studio
    now mouse != touch add function for get touches position... Continue reading
itch.io·View all by Oblerion Studio·Report·Embed·
Updated 17 days ago