Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lovebrew/lovepotion
LÖVE for Nintendo Homebrew
https://github.com/lovebrew/lovepotion
Last synced: 3 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 (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:03:03.000Z (6 days ago)
- Last Synced: 2024-10-29T20:10:34.281Z (6 days ago)
- Language: C++
- Homepage: https://lovebrew.org
- Size: 40.1 MB
- Stars: 540
- Watchers: 13
- Forks: 41
- Open Issues: 9
-
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
[![Nintendo 3DS](https://github.com/lovebrew/lovepotion/actions/workflows/Nintendo%203DS.yml/badge.svg?branch=dev%2F3.0)](https://github.com/lovebrew/lovepotion/actions/workflows/Nintendo%203DS.yml) [![Nintendo Switch](https://github.com/lovebrew/lovepotion/actions/workflows/Nintendo%20Switch.yml/badge.svg?branch=dev%2F3.0)](https://github.com/lovebrew/lovepotion/actions/workflows/Nintendo%20Switch.yml) [![Nintendo Wii U](https://github.com/lovebrew/lovepotion/actions/workflows/Nintendo%20Wii%20U.yml/badge.svg?branch=dev%2F3.0)](https://github.com/lovebrew/lovepotion/actions/workflows/Nintendo%20Wii%20U.yml)
## Help and Support
[![Discord Shield](https://discordapp.com/api/guilds/215551912823619584/widget.png?style=shield)](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