Move MatterControl source code into a subdirectory
This commit is contained in:
parent
2c6e34243a
commit
70af2d9ae8
2007 changed files with 13 additions and 8 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
|||
[submodule "Submodules/MatterSlice"]
|
||||
path = Submodules/MatterSlice
|
||||
path = original/Submodules/MatterSlice
|
||||
url = https://github.com/MatterHackers/MatterSlice.git
|
||||
[submodule "Submodules/agg-sharp"]
|
||||
path = Submodules/agg-sharp
|
||||
path = original/Submodules/agg-sharp
|
||||
url = https://github.com/MatterHackers/agg-sharp.git
|
||||
|
|
@ -1,2 +1,7 @@
|
|||
- Technical research about the codebase can be found in the `research` directory. See @research/index.md.
|
||||
- Use `nix-shell` to grab temporary tools as needed.
|
||||
You are developing a web app that is a clone of MatterControl's design tools. MatterControl is a C# 3D modeller and slicer. You are only cloning the 3D design tools, not the slicer/printing capabilities.
|
||||
|
||||
Your task list is in @TODO.md.
|
||||
|
||||
The source code for the original program, MatterControl, is in the `original` directory. Technical research on the MatterControl codebase can be found in the `research` directory. See @research/index.md for an overview.
|
||||
|
||||
Remember to use `nix-shell` to grab temporary tools as needed.
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue