Open CRImier opened 7 years ago
First tutorial, that covers creation of a simple app, is done. GPIO toggling and RPC API tutorial apps are still in the TODO. "Example app + file placement" is now available on the Wiki.
GPIO: there's no tutorial for an app that'd toggle GPIOs yet (I might make such an app, but I'm not sure about making a tutorial on it). However, I recently made an app that'd read from a GPIO, and I also made a big tutorial explaining how it was written.
Added a tutorial describing how I implemented a simple game - 2048. Among all things, it shows off the new feature - class-based apps!
There's also a "how to..." documentation page with usage examples!
There needs to be a tutorial, concerning creation of an app (folder placement, a template with absolutely necessary functions, explanations of those functions) and, possibly, concerning some extra features - like toggling GPIOs from a menu. There also needs to be a tutorial concerning RPC API, for linking a ZPUI app to an existing separate piece of software.