Files
Upsilon/README_APPS.txt
Romain Goyet 299578c60b Big cleanup
2015-05-08 21:06:09 +02:00

9 lines
287 B
Plaintext

On what foundation do the apps rely?
-> dynamic memory allocation -> Not obious, *maybe* a malloc implementation can be provided
-> direct access to a framebuffer
-> Use of a graphic library to write to the framebuffer (no "context")
-> A way to receive keyboard input.
That's it!