ShapeUp-publicShapeUp/README.md

12 lines
714 B
Markdown
Raw Normal View History

2024-05-02 20:00:21 +00:00
# ShapeUp
2024-05-07 13:17:40 +00:00
A 3D Modeling tool using constructive solid geometry. More information about the project [on my website](https://danielchasehooper.com/posts/shapeup/). This repo is a santitized copy of the original with commit history removed. I was never planning on doing a public release of this code, and I don't feel like auditing/changing the original repo's commit history for code/comments that shouldn't be public.
2024-05-02 20:00:21 +00:00
2024-05-07 13:17:40 +00:00
This project is not maintained. This repo exists just because a few people said they were interested in looking at the code for educational purposes. I'm not accepting bug reports, feature requests, or PRs.
2024-05-02 20:00:21 +00:00
# Building
2024-05-02 20:01:32 +00:00
for macOS run `make`
for web: run `./webbuild.sh`
2024-05-07 13:17:40 +00:00
for windows: 😢