vialab / SMT

Simple Multi-Touch (SMT) Toolkit
http://vialab.science.uoit.ca/smt
GNU General Public License v3.0
43 stars 18 forks source link

Support processing.glw.GLW #216

Open ieti opened 9 years ago

ieti commented 9 years ago

Hi... do you know If I can use SMT with the GLW library??? Thanks!

kiwistrongis commented 9 years ago

Hi there :). By 'the GLW library' you mean processing.glw.*, right? I took a look at it, unfortunately we don't support it. I think I could make a custom build that worked with it, but it would break compatibility with P3D :S.

Oh, and we generally prefer if you ask these sort of questions on our subreddit :).

ieti commented 9 years ago

Hi. Exactly. The problem is the following: when using SMT (this is P3D), with a very large sketch (over 4000 pixels), my processing app dies (the performance slows down dramatically).

I've been doing some tests and the problem is with P3D & size(4000+,3000+). The same seems to be fine using GLW. So If you can make a custom build would be nice to use SMT with very big screen projects.

Thanks a lot!

kiwistrongis commented 9 years ago

Wow, that's huge. So i'm working on trying something right now that should allow us to support other renderers :). I'll let you know how it goes.

mshancock commented 9 years ago

Note the part where I said "if that's easier". That part was important...

On Mon, Feb 9, 2015 at 2:45 PM, kiwistrongis notifications@github.com wrote:

Wow, that's huge. So i'm working on trying something right now that should allow us to support other renderers :). I'll let you know how it goes.

— Reply to this email directly or view it on GitHub https://github.com/vialab/SMT/issues/216#issuecomment-73607278.

ieti commented 9 years ago

Hi kiwistrongis. Really thanks!

Sorry because of the channel. I will move this question to your subreddit.

Please, let me know any news about it!

Reaaly thanks!!!