ofxPiMapper icon indicating copy to clipboard operation
ofxPiMapper copied to clipboard

selects more point in Surface editing mode

Open pietrondo opened this issue 8 years ago • 4 comments

Hi! Sorry for my continue requests... but we are making an installation and we have a question. In the next release would be possible to select more point (so you can move in contemporaney two o more of them?) thx

pietrondo avatar Apr 24 '17 19:04 pietrondo

Hey! I know what you mean. Would love to have this feature myself. It's going slow, but features are coming ; ]

kr15h avatar Apr 25 '17 08:04 kr15h

Hey @kr15h any update on this? i've been working hard the past few weeks enabling multitouch support for ofxPiMapper for a new app / installation. Taking a look through the source, a bit is going to have to be re-written so we don't have things like int selected_index, selected_vertex etc... but replace these with vectors. Just thought i'd see if you have started on this before i dive in. Cheers.

JoshuaBatty avatar Feb 07 '18 04:02 JoshuaBatty

@JoshuaBatty Wow multitouch for ofxPiMapper. Yes, it has to be rewritten. If you have a clear idea about a MVP architecture around this, you are most welcome to write it and submit a pull request. I am rather busy with other things at the moment, but plan some minor changes in the following weeks.

kr15h avatar Feb 07 '18 10:02 kr15h

The trick here would be to make a Selection vector that would hold references to the Vec objects. I think that would be a great first step. I will try to sketch this out as soon as possible.

kr15h avatar Feb 07 '18 17:02 kr15h