comparison samples/ui.tp @ 332:ead24192ed45

Initial work on a UI module
author Michael Pavone <pavone@retrodev.com>
date Sat, 28 Mar 2015 14:21:22 -0700
parents
children 79a14e41b79a
comparison
equal deleted inserted replaced
331:61f5b794d939 332:ead24192ed45
1 #{
2 main <- {
3 wind <- ui window: #{
4 title <- "Quiche UI Test"
5 color <- ui r: 192u8 g: 192u8 b: 192u8
6 }
7
8 wind show:
9 ui enterEventLoop
10 }
11 }