Files
Nim/examples/cross_todo
Grzegorz Adam Hankiewicz 2faf34b643 Improves the style of some examples.
* Compacts all imports in a single line.
* Cleans whitespace before colons.
* Uses cmd abbreviation for command line enums.
* Replaces if/elif/else chain with case.
2012-11-13 22:27:13 +01:00
..

The cross platform todo illustrates how to use Nimrod to create a backend
called by different native user interfaces.

This example builds on the knowledge learned from the cross_calculator example.
Check it out first to learn how to set up nimrod on different platforms.