Skip to content
Ethan edited this page Sep 1, 2024 · 18 revisions

Welcome to the MicroHydra wiki!

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 :)


Multiplatform support

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.

Making Apps

For a basic overview of how MicroHydra apps work, see the App Format section.


Lib

MicroHydra includes a built-in library, intended to help you easily make apps. Click on a module below to learn more about it.


MicroHydra
├── $font$
├── $launcher$
│       ├── $icons$
│       ├── files
│       ├── HyDE
│       ├── launcher
│       ├── settings
│       └── terminal

├── $lib$
│       ├── audio
│       ├── display
│       │       ├── palette
│       │       └── namedpalette
│       │
│       ├── $hydra$
│       │       ├── beeper
│       │       ├── color
│       │       ├── config
│       │       ├── i18n
│       │       ├── menu
│       │       ├── popup
│       │       └── simpleterminal
│       │
│       ├── userinput
│       ├── battlevel
│       ├── device
│       ├── sdcard
│       └── zipextractor

└── main

Clone this wiki locally