It doesn’t use any libraries, not even the C standard lib! It just uses the Linux system call interface.<p>Drawing to the screen is done by writing directly to /dev/fb0.<p>I created this just to learn assembly - something of a lost art these days. I’m mainly a C++ developer. This has been a lot of fun and very enlightening.<p>Here is a video: <a href="https://youtu.be/IoJQ80pWyGI" rel="nofollow">https://youtu.be/IoJQ80pWyGI</a>