rust_d3_geo

A port of d3-geo into RUST.

Downloads
28.1K
Stars
20
Committers
2
rust_d3_geo - First Stable release Latest Release

Published by martinfrances107 over 1 year ago

  • The public API has been reviewed, many internals were relegated to pub(crate), pub(super) without reducing functionality.

  • Recently about 10% speedup was achieved by migration to using web_sys::Path2d

  • Dependencies were review, a crate that is no longer maintained was removed, for security concerns. A side effect of this is that multiple version of the same crate were streamlined to a single version, reducing the footprint of the library

The library feels in a good place.

rust_d3_geo - Added new projections

Published by martinfrances107 over 1 year ago

Added new projections

conicConformal
equalArea
equalEarth

Added new "projection/builder_conic" with a parallels() method common to the new set of projections.

updated examples/projection with associated plots.