demodude4u / Factorio-FBSR

Factorio Blueprint String Renderer
MIT License
80 stars 21 forks source link

Research SVG generation for blueprints #102

Closed demodude4u closed 7 years ago

demodude4u commented 7 years ago

Because the renders are built using sprites, this may be effective at reducing the file size and improving web browser performance.

I can first try and use something like https://github.com/jfree/jfreesvg , which has a Graphics2D interface I can swap out and try.

demodude4u commented 7 years ago

nah.

Technical-13 commented 7 years ago

I think .svg rendering is a great idea, FWIW.

demodude4u commented 7 years ago

Hmm, I should at least try the jfreesvg library and see how well it performs.