-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple render format constructors #64
Comments
in a3356af I added a |
According to the typescript documentation, that's the only way to do it. |
Just made a |
Working on a way to modularize. At a glance, it doesn't seem to be doable without extreme restructuring - and even then the zoomelm is too tightly bound to the Pixelmanipulator Instance |
It seems that most of the modularization issues around the zoom element involve the current absence of an onupdate function. It's worth looking into the whole event system to see where it can be improoved. |
Is your feature request related to a problem? Please describe.
The library only supports browsers right now.
Describe the solution you'd like
Add constructors for:
StringRenderer
Ctd2dRenderer
(current)[ ] WebGL render targets #68MultiRenderer
to pipe render output to more than one other rendererTake a renderer (as seen above) as the first and only argument to
PIxelManipulator
. The renderer will tell PixelManipulator the canvas sizes.[ ] Restore the zoom elm to a semblance of its former glory. (commit 7a8cf0d disgraced it)[ ] On-update event #69[ ] Tidy up demo code to be readable for a complete newb to the library #70Describe alternatives you've considered
Additional context
The
addElement
function will need significant rework to define what color (or string, etc.) each element is using. The data would be passed to the renderer when an element is modified or added.Relies on changes made in #53
The text was updated successfully, but these errors were encountered: