summary refs log tree commit diff stats
path: root/examples/cross_todo/readme.txt
blob: 2e648a35a2ed17d961e13b8978a16ab9a955c3f6 (plain) (blame)
1
2
3
4
5
6
7
The cross platform todo illustrates how to use Nim 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 Nim on different platforms.
Additional implementations are provided at the external
https://github.com/gradha/nimrod-crossplatform-todo github repository.