aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-12-02 14:20:48 +0100
committerdec05eba <dec05eba@protonmail.com>2021-12-02 14:29:13 +0100
commit14770f42df291753a240def91fb488a904a909c1 (patch)
treec1ef52c408cb365890da4aeb5536256040bb96fd /README.md
Initial commit, set up skeleton with list and button
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..513d0cb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# Minimal Graphics Library GUI
+Written in C and uses OpenGL 2.0 to support as many platforms as possible.
+# Dependencies
+## Build
+`xlib`
+## Runtime
+`libglvnd (libGL.so)`
+# Notes
+mglgui aborts on memory allocation failure to make the API as simple as possible. This can be changed if there is an incentive. \ No newline at end of file