summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index c6456e6..e03d7ca 100644
--- a/README.md
+++ b/README.md
@@ -23,4 +23,11 @@ To do (most important first):
- [ ] package for Arch Linux
- [ ] implement controls to modify view
- [ ] improve graphics to better display the model
+- [ ] add support for ASCII STL format
+- [ ] improve performance with GPU-based matrix-matrix-multiplication
+
+## Further Ressources
+
+- [Antons OpenGL tutorial](https://antongerdelan.net/opengl/)
+- [OpenGL, GLFW and Go tutorial](https://kylewbanks.com/blog/tutorial-opengl-with-golang-part-1-hello-opengl)