diff options
author | rodri <rgl@antares-labs.eu> | 2024-09-26 15:22:02 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-09-26 15:22:02 +0000 |
commit | 3155c6737832c54310c70ecaaf8667d0362de5e8 (patch) | |
tree | 5046974fdbaef855fb29d19671a9b80a9deb41f2 /readme | |
parent | a8c789be9ab0fec65004118b7df373e84900cb1a (diff) | |
download | libgraphics-3155c6737832c54310c70ecaaf8667d0362de5e8.tar.gz libgraphics-3155c6737832c54310c70ecaaf8667d0362de5e8.tar.bz2 libgraphics-3155c6737832c54310c70ecaaf8667d0362de5e8.zip |
implement a parser for a model(6). get rid of the libobj dependency.
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,9 +1,7 @@ libgraphics -Libgraphics provides 3D computer graphics through memdraw(2). +Libgraphics provides 3D computer graphics through draw(2) and +memdraw(2). Still in early stages of research, subject to change, drastically, at any given time. - -It now relies on libobj to manipulate the geometry, so you need to run -`mk pulldeps` before you build it. |