aligator / gcode-viewer

A simple gcode viewer lib using three.js
MIT License
37 stars 8 forks source link

HTML frontEnd webPage with controls #19

Closed yvanblanchard closed 1 year ago

yvanblanchard commented 1 year ago

Hello,

Good work! Is it possible to have an example with webPage (HTML) with buttons controls ? for changing current layer, etc. I'm not so familiar with JS...

Thank you.

aligator commented 1 year ago

I added a bit more extended example: https://github.com/aligator/gcode-viewer/blob/main/example/extended.html

I hope that helps you.

yvanblanchard commented 1 year ago

That's very nice! thank you

image