cdriesler / svgar

pronounced 'sugar' - 3D svg graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svgar

Svgar (pronounced: sugar) is an svg graphics library. This project is, at the end of the day, a personal bucket of effort and learning to make the tool I need to build the things I want. I fell into programming from a background in architecture and am invested in defining, implementing, and deploying design automation protocols.

So, this is "svg for architecture" and that comes with a few priorities:

  • World coordinate system where +Z is 'up'
  • Geometry based on rhino3dm
  • Objects with independent state
  • Drawings as information-rich interfaces
  • Delicious line quality

v0.6 is currently in development with a 'rust-first' mindset. Still early, so not yet clear what that means.

v0.5 was stopped in June 2020. It was the first version that used rust & wasm for geometry calculations, but the project architecture didn't quite respect the limitations of the technology. Performance was better, but still suffered. And the wasm libraries would not reliably load in all contexts.

v0.4 was completed Nov 2019. While it was somewhat useful for static assets, work needed to be done to make realtime graphics possible.

About

pronounced 'sugar' - 3D svg graphics

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 74.6%Language:Rust 25.4%