https://github.com/madladsquad/untitledflipperzero
A partial C++ wrapper around the Flipper Zero C API
https://github.com/madladsquad/untitledflipperzero
flipper-app flipper-plugin flipper-plugins flipper-zero flipperzero
Last synced: about 1 month ago
JSON representation
A partial C++ wrapper around the Flipper Zero C API
- Host: GitHub
- URL: https://github.com/madladsquad/untitledflipperzero
- Owner: MadLadSquad
- License: mit
- Created: 2024-04-27T23:13:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-13T22:17:15.000Z (2 months ago)
- Last Synced: 2025-04-11T06:13:13.573Z (about 1 month ago)
- Topics: flipper-app, flipper-plugin, flipper-plugins, flipper-zero, flipperzero
- Language: C++
- Homepage: https://madladsquad.com/
- Size: 61.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# UntitledFlipperZero
[](https://github.com/MadLadSquad/UntitledFlipperZero/actions/workflows/ci.yaml)
[](https://lbesson.mit-license.org/)
[](https://trello.com/b/HmfuRY2K/untitleddesktop)
[](https://discord.gg/4wgH8ZE)An partial C++ wrapper around the Flipper Zero C API. It adds the following:
1. Wrapper on top of the GUI service
1. Wrapper on top of the Storage service
1. Additional memory safety
1. Less-verbose interface
1. Easier to start developing with right away
1. Widgets and their callbacks are merged into a single object, greatly simplifying the interface## Learning
You can learn everything on the [wiki](https://github.com/MadLadSquad/UntitledFlipperZero/wiki/Home).