aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-10-16 19:36:53 +0200
committerdec05eba <dec05eba@protonmail.com>2021-10-16 19:46:05 +0200
commit046b2b7a38ec66208c96be59c030294b6d10351b (patch)
tree5858b113d026c47cdae0c47033eaa0bbe9f0d113 /README.md
parent5cbff06ff9153f7a7958202a777d98ebeae59393 (diff)
Add font rendering
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 612aa5b..08e50b0 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Minimal Graphics Library
-Written in C.
+Written in C and uses legacy OpenGL to support as many platforms as possible.
# Dependencies
## Build
@@ -9,4 +9,5 @@ Written in C.
## TODO
Handle window close (window destroyed event, disconnected from server and socket becomes invalid (check select return?)).\
Bind texture and cache the bound texture to reduce calls to opengl.
-Use gl triangle instead of quad. \ No newline at end of file
+Use gl triangle instead of quad.
+Fix crash on exit. \ No newline at end of file