-
Notifications
You must be signed in to change notification settings - Fork 14
Home
This wiki is community-editable! If you'd like to help clarify or expand its contents, just fork this repo, make your changes to /wiki, and submit a pull request :)
MicroHydra uses a few different ideas in order to output code for multiple devices. You can learn about this here.
You can also learn more about the supported devices here.
For a basic overview of how MicroHydra apps work, see the App Format section.
MicroHydra includes a built-in library, intended to help you easily make apps. Click on a module below to learn more about it.
MicroHydra
├──
├──
│ ├──
│ ├── files
│ ├── HyDE
│ ├── launcher
│ ├── settings
│ └── terminal
│
├──
│ ├── audio
│ ├── display
│ │ ├── palette
│ │ └── namedpalette
│ │
│ ├──
│ │ ├── beeper
│ │ ├── color
│ │ ├── config
│ │ ├── i18n
│ │ ├── menu
│ │ ├── popup
│ │ └── simpleterminal
│ │
│ ├── userinput
│ ├── battlevel
│ ├── device
│ ├── sdcard
│ └── zipextractor
│
└── main