Compare commits
No commits in common. "994ef04d0bf9043f5ef9422c02c6c16b93d80fd7" and "ddba1319de78f038157a6bf8ce2947b29b8d11ec" have entirely different histories.
994ef04d0b
...
ddba1319de
|
@ -1,11 +1,13 @@
|
||||||
# ShapeUp
|
# ShapeUp
|
||||||
|
|
||||||
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.
|
A 3D Modeling tool using constructive solid geometry. More information about the project [on my website](https://danielchasehooper.com/posts/shapeup/)
|
||||||
|
|
||||||
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.
|
This was written for the 2023 [Wheel reinvention Jam](https://handmade.network/jam/2023). As such, the project is not maintained. This repo exists just because a few people said they were interested in looking at the code for educational purposes. If you have an issue building, I'll take a PR for that, otherwise I'm not accepting bug reports or new features.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
|
|
||||||
for macOS run `make`
|
for macOS run `make`
|
||||||
for web: run `./webbuild.sh`
|
for web: run `./webbuild.sh`
|
||||||
for windows: 😢
|
for windows: PRs welcome
|
||||||
|
|
Loading…
Reference in New Issue