osresearch / vst

Software for the v.st vector boards
GNU General Public License v2.0
79 stars 15 forks source link

Organizing Processing #9

Closed jacobjoaquin closed 8 years ago

jacobjoaquin commented 8 years ago
osresearch commented 8 years ago

Does it make sense to package the serial, clipping and displayable bits into a processing library of some sort? I'm worried that we have two (three, actually, since tennis for two is still there) implementations of the serial port code, the vector line code, etc.

osresearch commented 8 years ago

(the fireworks look pretty good on the vectrex! they are a little slow when the screen is full and might benefit from adding vector sorting to the displayable class)

jacobjoaquin commented 8 years ago

Changes

fireworksDemo

Potential Changes

jacobjoaquin commented 8 years ago

Updates

osresearch commented 8 years ago

I'm going to merge this since it doesn't change the processingDemo/ directory and we can check point the progress thus far. I like the idea of overriding line(), elipse(), etc and having the entire scene drawn by the Vst class.