natario1 / Egloo

A lightweight Kotlin multiplatform framework for OpenGL ES and EGL management based on object-oriented components, inspired by Google's Grafika.
https://natario1.github.io/Egloo
MIT License
144 stars 21 forks source link

3d demo drawing a line in 3d space #19

Open tobyworks opened 4 years ago

tobyworks commented 4 years ago

How would one go about doing this. I guess you'd need the gl3d drawable base class but there's not clear indication how.

my goal is to somehow create a gcode viewer somewhat like this:

http://jherrm.com/gcode-viewer/

natario1 commented 4 years ago

Hi! We do not have 3d drawable implementations at the moment, only the base 3d class. But it should be easy to extend, you can take a look at 2d classes to learn.