bobpepin

Results 7 issues of bobpepin

Sometimes it could be convenient to place nodes directly in the top-view (green circles), is there already such a feature? If not, I would suggest having two different "+" options,...

Quick and dirty implementation, when holding down the shift key in edit mode and moving the mouse left/right it will scale the radius of the selected nodes.

I am using Dust3D on a Macbook Air with the built-in touchpad, where Qt maps "mouse scroll" to a two-finger swipe up/swipe down. The radius of nodes is very hard...

I had to make the following changes to compile on macos with the latest Qt and CGAL installed by brew. 1. Some parts of boost have `#include `, due to...

On my Macbook Air with built-in screen, the green and orange node circles can be really hard to see when having the display on medium brightness. I am also thinking...

I was a bit confused when using the New option and it kept the existing filename. Fortunately I didn't try to save, but I expected it at least to create...

rc.10

I had to rewrite the context handling code to allow python callbacks to be invoked from Duktape coroutines. Duktape coroutines share a heap and global object, but each has a...