summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-05-25 20:48:03 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-05-25 20:48:03 +0200
commitb37c8b22a954f52c280722a6f9ff41cbc8ecf8d3 (patch)
tree13d74f6314de03f7d2369854f8b173ad69a6b8e9 /README.md
parent05cbdfbeb5b0326d5890d93ddb464adf1e80553e (diff)
downloadstlscope-b37c8b22a954f52c280722a6f9ff41cbc8ecf8d3.tar
stlscope-b37c8b22a954f52c280722a6f9ff41cbc8ecf8d3.tar.zst
stlscope-b37c8b22a954f52c280722a6f9ff41cbc8ecf8d3.zip
Add install Target0.1.0
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)