diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |