We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fb700 commit 97cc593Copy full SHA for 97cc593
README.md
@@ -12,9 +12,12 @@ There are no dependencies used by the library. Pure X11/Win32 and OpenGL.
12
13
## Goals
14
15
-- Be fast and lightweight
16
-- Be entirely from scratch
17
-- Implementing GPU accelerated painting operations from [Ciallo](https://dl.acm.org/doi/10.1145/3641519.3657418) via OpenGL Compute Shaders
+- [x] Fast
+ - Best practices in the GPU pipeline and when writing LuaJIT code.
+- [x] Written from scratch
18
+ - **Zero** dependencies
19
+- [x] Implement all painting operations on the GPU
20
+ - Canvas is stored on the GPU and manipulated purely with compute shaders
21
22
## Showcase
23
0 commit comments