From 1673fa9e50c9dcb7c44037ca25b88bf873e5bac6 Mon Sep 17 00:00:00 2001 From: justin Date: Sun, 17 Apr 2016 22:38:41 -0400 Subject: [PATCH] WIP on new example program --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index e49a9fda..f5603110 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,11 @@ Tier 0: - FFI - want to create an example program (lib?) that does something interesting, like make a cURL request for that, will need to be able to include the appropriate C header(s), and link to the appropriate C libraries + - Program idea - it would be cool if we could interface with libpng. + then, extend game-of-life example with new libraries (as needed) and master + program that support output of each frame to a PNG file. then we can string + them all together as an animated gif and post that to the cyclone repo. + - Library support Import sets (importing libraries, section 5.2):