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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-02-14 16:21:51 -05:00
apps remove old obsolete startup options 2020-06-16 22:53:02 -04:00
src fix mirroring. fix cache refresh bug 2021-02-14 16:21:51 -05:00
wasm add missing wasm 2021-01-15 13:06:45 -05:00
web cosmetic belt options 2021-02-12 15:15:41 -05:00
.gitignore Added Gcode preview feature 2020-11-30 12:57:29 +01:00
app.js fix mirroring. fix cache refresh bug 2021-02-14 16:21:51 -05:00
license.md update package 2018-02-24 21:31:32 -05:00
notes.md Merge branch 'master' of github.com:GridSpace/grid-apps 2021-02-14 14:55:36 -05:00
package.json default preview labels. check for broken widget 2021-02-14 15:50:29 -05:00
readme.md update readme. add js api link 2021-01-02 11:24:07 -05:00

Donate

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.

Discord GitHub Twitter Follow

Hosted Apps

Live Versions

Website GitHub package.json version (branch) GitHub package.json version (branch) GitHub package.json version (branch) GitHub package.json version (branch)

Development Activity

GitHub commit activity GitHub last commit GitHub contributors

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

if installing the app-server fails or gives you permissions errors, then your node installation (on linux/mac) is installed as another user (like root). try instead:

sudo npm install -g @gridspace/app-server

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+

Javascript Slicing API

A script include that injects a web worker into the page that will asynchronously perform any of Kiris slicing and gcode generation functions.

https://grid.space/kiri/engine.html