summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-05-31 10:41:31 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-05-31 13:27:05 +0200
commitc53d6d94e4ee8ca01d857ed5f86899be048ef7f4 (patch)
tree0861e150a931ae3dc6bc02a94faa4f9ed0c890d9 /README.md
parent47ef2d48af8d9efc23b65f13546528e061bad13d (diff)
downloadstlscope-c53d6d94e4ee8ca01d857ed5f86899be048ef7f4.tar
stlscope-c53d6d94e4ee8ca01d857ed5f86899be048ef7f4.tar.zst
stlscope-c53d6d94e4ee8ca01d857ed5f86899be048ef7f4.zip
Implement ambient and diffuse Lighting0.3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 503834f..d64b4c3 100644
--- a/README.md
+++ b/README.md
@@ -18,15 +18,19 @@ Have a look at `stlscope -h` to learn about further options.
## Development Milestones
Done (most recent first):
+- [x] improve graphics to better display the model (ambient and diffuse lighting)
- [x] package for Arch Linux (get a PKGBUILD file from [here](https://src.xengineering.eu/xengineering/pkgbuilds/src/branch/master/stlscope))
- [x] implement Makefile to support building
- [x] implement minimal viable product
To do (most important first):
+- [ ] allow window resizing
- [ ] 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
+- [ ] create icon for stlscope
+- [ ] release version 1.0.0
+- [ ] add desktop support
## Further Ressources