exlted / Pencilcode-Rewrite

A ground-up rewrite of Pencilcode and Droplet
MIT License
0 stars 0 forks source link

Design an interface for the parser to take input from the renderer when the "document" changes #10

Open exlted opened 6 years ago

exlted commented 6 years ago

The "Active Document" is stored in it's own system, and it has to push data back to the parser to verify and get the new blocks back into the renderer

exlted commented 6 years ago

Note: This interface will return all of its data through the primary outward facing interface from the renderer from #6