Fork of GridSpace/grid-apps (MIT), patched for CMMS job-scoped load/save integration (Kiri:Moto CAM + Mesh:Tool).
- JavaScript 93.7%
- C++ 3%
- CSS 1.8%
- HTML 1.4%
- C 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| apps | ||
| src | ||
| wasm | ||
| web | ||
| .gitignore | ||
| app.js | ||
| license.md | ||
| notes.md | ||
| package.json | ||
| readme.md | ||
Contributions in all forms (code, bug reports, community engagenment, cash money, etc) are warmly welcomed. They all go to the bottom line of making better apps.
Hosted Apps
- Grid.Space hosts several live versions of the code
- Kiri:Moto -- A Unique, Multi-Modal, Browser-based Slicer for 3D printers, CNC mills and Laser cutters
- Meta:Moto -- A Recursive Block-based Modeler
Live Versions
Development Activity
Get Involved
Testing Locally
git clone git@github.com:GridSpace/grid-apps.git
cd grid-apps
npm i
npm install -g @gridspace/app-server
gs-app-server --debug
to start a local instance of the apps. then open Kiri:Moto or Meta:Moto on your local host
Windows Developers
this git repo requires symbolic link support. on Windows, this means you have to clone the repo in a command shell with Administrator privileges.
Other Start Options
gs-app-server
serves code as obfuscated, compressed bundles. this is the mode used to run on a public web site.
requires node.js 12+