diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-05-25 20:48:03 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-05-25 20:48:03 +0200 |
commit | b37c8b22a954f52c280722a6f9ff41cbc8ecf8d3 (patch) | |
tree | 13d74f6314de03f7d2369854f8b173ad69a6b8e9 /README.md | |
parent | 05cbdfbeb5b0326d5890d93ddb464adf1e80553e (diff) | |
download | stlscope-b37c8b22a954f52c280722a6f9ff41cbc8ecf8d3.tar stlscope-b37c8b22a954f52c280722a6f9ff41cbc8ecf8d3.tar.zst stlscope-b37c8b22a954f52c280722a6f9ff41cbc8ecf8d3.zip |
Add install Target0.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |