Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Coolmenu | 1,292 | 5 years ago | Java | |||||||
A Cool Cards Menu Concept | ||||||||||
Livebot | 658 | 4 months ago | 36 | apache-2.0 | JavaScript | |||||
An app that allows you to be inside a bot! | ||||||||||
Mib2 Toolbox | 368 | a year ago | 8 | mit | Python | |||||
The ultimate MIB2-HIGH toolbox. | ||||||||||
Sidebar Card | 311 | 4 months ago | 42 | TypeScript | ||||||
M5stack Sd Updater | 252 | 4 months ago | 87 | mit | C++ | |||||
💾 Customizable menu system for M5Stack and ESP32-Chimera-Core - loads apps from the Micro SD card. Easily add you own apps | ||||||||||
Honeycomb Menu | 150 | a month ago | other | JavaScript | ||||||
Honeycomb menu is a Home Assistant module (not a card) that can be applied to any lovelace card. When activated by the defined action on said card, the module will display a 'rounded' list of honeycomb buttons with an optional XY pad to make interfacing with lovelace more fluent | ||||||||||
Nds Hb Menu | 105 | 20 days ago | 5 | other | C++ | |||||
Satiator Menu | 85 | 2 years ago | 20 | mpl-2.0 | C | |||||
Menu for the Satiator cartridge for Sega Saturn | ||||||||||
Gdk Stopwatch Sample | 78 | 9 years ago | 2 | apache-2.0 | Java | |||||
Simple apk Glassware acting as a stopwatch. | ||||||||||
Chrome Anki Quick Adder | 78 | 4 years ago | 12 | mit | JavaScript | |||||
This chrome extension provides the ability to create Anki cards directly from Google Chrome on your Anki Desktop. |
This is the menu code for Professor Abrasive's forthcoming Satiator card. This card will jack in to the MPEG card slot on a Sega Saturn, and allows you to connect a USB thumb drive or hard disk. This menu provides a user interface to allow you to choose boot images, manage save games, and so forth.
The menu is open source, though the Satiator itself is not. This means you can extend or replace the interface and features as you please. The disk access API is also exposed, so Saturn developers can add native USB drive access to their software.
This is release grade, but not feature complete.
Next up:
To get started:
git clone https://github.com/satiator/satiator-menu.git
cd satiator-menu
git submodule update --init --recursive
make
This will configure and build
Iapetus, newlib (libc), then
the Satiator menu.
You may need to edit the Makefile
to set your cross
compiler. The default toolchain prefix is sh-none-elf-
.