https://github.com/averagemarcus/docker-openscad
https://github.com/averagemarcus/docker-openscad
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/averagemarcus/docker-openscad
- Owner: AverageMarcus
- License: mit
- Created: 2022-02-20T14:00:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T09:01:06.000Z (over 1 year ago)
- Last Synced: 2025-03-22T09:18:33.080Z (over 1 year ago)
- Language: Makefile
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-openscad
Docker image containing OpenSCAD, accessible via web UI or VNC.
## Features
* Web based GUI (Port 5800)
* VNC based access (Port 5900)
## Building from source
```sh
make docker-build
```
## Resources
* [docker-baseimage-gui](https://github.com/jlesage/docker-baseimage-gui)
* [OpenSCAD](https://openscad.org/)
## Contributing
If you find a bug or have an idea for a new feature please [raise an issue](issues/new) to discuss it.
Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.
Thank you 💛
## License
See [LICENSE](LICENSE)