Add note about target devices

This commit is contained in:
Fierelier 2024-06-30 22:18:03 +02:00
parent c7bcf8cbdb
commit 7a3b8a38f2

View File

@ -1,5 +1,5 @@
# unigi
unigi (Universal Graphics & Input) is a collection of headers, that implement a cross-platform API for drawing to the screen (framebuffer or window), and taking inputs (keyboard, mouse, joypad).
unigi (Universal Graphics & Input) is a collection of headers, that implement a cross-platform API for drawing to the screen (framebuffer or window), and taking inputs (keyboard, mouse, joypad). This approach should work well for general computers, like PCs and many 6th generation consoles.
This repository contains documentation, links and example applications.