aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 612aa5b5919e7a7f6eeaa6ccae735127b56f21ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Minimal Graphics Library
Written in C.

# Dependencies
## Build
`xlib`
## Runtime
`libglvnd (libGL.so)`
## 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.