An open API service indexing awesome lists of open source software.

https://github.com/zalo/gformer

An exploration in Deforming GCode
https://github.com/zalo/gformer

deformation gcode gcode-visualizer

Last synced: 10 months ago
JSON representation

An exploration in Deforming GCode

Awesome Lists containing this project

README

          

# [GFormer](https://zalo.github.io/GFormer/)







Deform pre-sliced GCode for non-planar printing.

[![GFormer Deforming a Benchy](./GCodeDistorter.gif)](https://zalo.github.io/GFormer/)

[Inspired by CNC Kitchen](https://www.youtube.com/watch?v=0XaaUXOwzTs)

# Building

This toy can either be run without building (in Chrome/Edge/Opera since raw three.js examples need [Import Maps](https://caniuse.com/import-maps)), or built with:
```
npm install
npm run build
```
If building manually, make sure to edit the index .html to point from `"./src/main.js"` to `"./build/main.js"`.

# Dependencies
- [three.js](https://github.com/mrdoob/three.js/) (3D Rendering Engine)
- [esbuild](https://github.com/evanw/esbuild/) (Bundler)