Re: [Factor-talk] OpenGL - How to draw lines interactively

2015-11-29 Thread Jon Harper
There's opengl.gl-line, used for exemple in ./extra/rosetta-code/animate-pendulum/animate-pendulum.factor Jon On Sun, Nov 29, 2015 at 2:07 PM, Georg Simon wrote: > I already have a gadget which responds to gestures. > > Which are the best words to use OpenGL for drawing

[Factor-talk] OpenGL - How to draw lines interactively

2015-11-29 Thread Georg Simon
I already have a gadget which responds to gestures. Which are the best words to use OpenGL for drawing simple lines one by one? ui.gadgets.canvas vocabulary ? make-canvas-dlist delete-canvas-dlist cycle ? Where should I start to read ? maze vocabulary ? Thank you, Georg