mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
WIP on new example program
This commit is contained in:
parent
f2f70e8ff8
commit
1673fa9e50
1 changed files with 5 additions and 0 deletions
5
TODO
5
TODO
|
@ -8,6 +8,11 @@ Tier 0:
|
||||||
- FFI
|
- FFI
|
||||||
- want to create an example program (lib?) that does something interesting, like make a cURL request
|
- 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
|
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
|
- Library support
|
||||||
|
|
||||||
Import sets (importing libraries, section 5.2):
|
Import sets (importing libraries, section 5.2):
|
||||||
|
|
Loading…
Add table
Reference in a new issue