Docker image containing OpenSCAD, accessible via web UI or VNC.
Go to file
Marcus Noble d933f51db4
Initial release
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-02-20 14:01:28 +00:00
.dockerignore Initial commit 2022-02-20 13:59:06 +00:00
.gitignore Initial commit 2022-02-20 13:59:06 +00:00
Dockerfile Initial release 2022-02-20 14:01:28 +00:00
LICENSE Initial commit 2022-02-20 13:59:06 +00:00
Makefile Initial release 2022-02-20 14:01:28 +00:00
README.md Initial release 2022-02-20 14:01:28 +00:00

README.md

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

make docker-build

Resources

Contributing

If you find a bug or have an idea for a new feature please raise an issue 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