.. | ||
assets | ||
app.c | ||
app.png | ||
application.fam | ||
README.md |
skeleton_app
You can use this application as a starting point for creating your own application.
Overview
This application has three submenu items:
- Config
- Flip the world
- About
Config
The "Config" menu item currently has 1 setting. You can modify the menu to contain multiple settings if needed.
Flip the world
The "Flip the world" is where you would put your primary application. It currently just renders the model. Pressing the back button goes back to the main menu.
About
The "About" menu item contains information about your application, so people know what to do with it & how to contact you.