https://github.com/lovebrew/lovepotion
LÖVE for Nintendo Homebrew
https://github.com/lovebrew/lovepotion
Last synced: 15 days ago
JSON representation
LÖVE for Nintendo Homebrew
- Host: GitHub
- URL: https://github.com/lovebrew/lovepotion
- Owner: lovebrew
- License: other
- Created: 2015-10-06T17:56:55.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T17:06:52.000Z (about 1 month ago)
- Last Synced: 2025-03-11T18:23:10.238Z (about 1 month ago)
- Language: C++
- Homepage: https://lovebrew.org
- Size: 40.1 MB
- Stars: 581
- Watchers: 15
- Forks: 47
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-love2d - LÖVE Potion - Unofficial implementation of the LÖVE for Nintendo (3DS, Switch and Wii U) Homebrew. (Platforms)
README
# LÖVE Potion
[LÖVE](https://love2d.org) for Nintendo Homebrew.
You can find the API reference and how to start making your own games [on the Wiki!](https://lovebrew.org)
## Build Statuses
[](https://github.com/lovebrew/lovepotion/actions/workflows/Nintendo%203DS.yml) [](https://github.com/lovebrew/lovepotion/actions/workflows/Nintendo%20Switch.yml) [](https://github.com/lovebrew/lovepotion/actions/workflows/Nintendo%20Wii%20U.yml)
## Help and Support
[](https://discord.gg/ggbKkhc)
## Acknowledgements
- [devkitPro](https://github.com/devkitPro)
- devkitARM and libctru
- devkitPPC and wut
- devkitA64 and libnx
- Various portlibs for the consoles- [piepie](https://github.com/piepie62)
- Various C++ components- [fincs](https://github.com/fincs)
- citro2d, citro3d, and deko3d- [mtheall](https://github.com/mtheall)
- Initial debugging with Switch font rendering- [LÖVE's Developers](https://github.com/love2d/love)
- Code is referenced and used in this project- [videah](https://github.com/videah)
- Original author of LÖVE Potion