janicicpredrag / gclc

GCLC is a mathematical software tool for producing high-quality mathematical illustrations, for teaching mathematics, and for automated proving of geometry theorems.
http://www.matf.bg.ac.rs/~janicic/gclc/
Other
53 stars 7 forks source link

Use streams instead filestreams #76

Open ubavic opened 5 months ago

ubavic commented 5 months ago

The endgame of this PR is to remove need for virtual FS procedures inside javascript. This will (hopefully) lead to smaller web builds

I am opening PR now as WIP, so other contributors could be able to comment and give suggestions.