0.9.0 - Added a working rasterization library.

This library uses braille characters and GPU raw instructions to display generated bitmaps in real-time, in high resolutions. A demo is available from command rtest.
This commit is contained in:
Ponali
2025-05-02 08:47:09 +02:00
parent 640be9230d
commit 6b8bee249a
4 changed files with 496 additions and 32 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 0.8.3"
_G._OSVERSION = "Halyde 0.9.0"
function _G.import(module, ...)
local args = table.pack(...)