1 unstable release

new 0.1.0 Dec 20, 2024

#319 in Graphics APIs


Used in 4 crates (3 directly)

AGPL-3.0-or-later

36KB
803 lines

µcad core crate

This crate contains the core functionality of µcad. It provides the basic data structures used to handle geometries and operations on them.

mod render

This module contains the rendering logic for the core crate. It provides the Render trait, which is implemented by all types that can be rendered.

Specific renderers like SvgRenderer can be found in the microcad_render crate.

mod geo2d

Provides the basic 2D geometry types and operations on them.

mod export

Provides the Exporter trait, which allows exporting geometries to various formats.


lib.rs:

µcad core

Dependencies

~11MB
~172K SLoC