Move MatterControl source code into a subdirectory

This commit is contained in:
Nettika 2026-01-28 21:30:58 -08:00
parent 2c6e34243a
commit 70af2d9ae8
No known key found for this signature in database
2007 changed files with 13 additions and 8 deletions

View file

@ -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.