Add web port research

This commit is contained in:
Nettika 2026-01-28 14:36:34 -08:00
parent 9ca012e6c6
commit f8ce503a40
No known key found for this signature in database
2 changed files with 547 additions and 0 deletions

View file

@ -49,6 +49,7 @@ MatterControl is a comprehensive 3D printing workflow application built by Matte
| Document | Description |
| -------- | ----------- |
| [Design-Only Fork](design-only-fork.md) | Plan to strip MatterControl down to a pure 3D design/modeling application, removing all printing, slicing, and cloud features. |
| [Web Port Feasibility](web-port-feasibility.md) | Analysis of porting design features to a web app (JavaScript, WASM, WebGL). Includes technology mapping and timeline estimates. |
| [Linux Migration](linux-migration.md) | Feasibility of migrating the project from its many Windows-only dependencies to cross platform alternatives to fully support Linux. |
## Key Entry Points