Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Love2D 12 changes #149

Open
FormularSumo opened this issue Sep 21, 2024 · 0 comments
Open

Love2D 12 changes #149

FormularSumo opened this issue Sep 21, 2024 · 0 comments

Comments

@FormularSumo
Copy link
Owner

FormularSumo commented Sep 21, 2024

Lobe2D 12 has not released yet, but based on the current changelog there's some things that'll want changing either when it does, or before

  • File paths using . instead of / (recommended behaviour already) has been deprecated
  • love.filesystem.exists will no longer be deprecated, so maybe use instead of getInfo
  • Accelerometers are now part of the sensors module (everywhere). Previously on Android they counted as joysticks, so I had code to work around that which probably won't be needed anymore.
  • ^ acceleratorjoystick module is now default off, so doesn't need specifying in conf.lua
  • Hopefully new media module will land with support for AV1 or another modern video format - changing to this format could roughly half video file size and potentially fix playback issues (intense blocky-ness) that sometimes occur on Android
  • Text has been renamed to TextBatch
  • HighDPI changes?
  • New Vulkan graphics backend 👀
  • Likely other changes I'm unaware/not happened yet

https://love2d.org/wiki/12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant