This website works better with JavaScript.
Home
Explore
Documentation
Codeberg Issues
Blog
Join Codeberg e.V.
Donate
Help
Register
Sign In
LibrEDA
/
iron-shapes
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Primitive data types and basic routines for Euclidean geometry in the plane. This is developed as a core geometry library of LibrEDA.
rust
vlsi
libreda
geometry
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83
Commits
1
Branch
587 KiB
Rust
100%
Branch:
main
main
0.0.4
0.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'main'
${ noResults }
Compare
HTTPS
ZIP
TAR.GZ
Thomas Kramer
c7c7f63d80
Typo.
6 days ago
src
Typo.
6 days ago
.gitignore
.gitignore: Ignore .idea folder & licenseheaders script.
1 month ago
Cargo.toml
Cargo.toml: Change license tag such that crates.io hopefully accepts it.
1 week ago
LICENSE
Initial commit.
3 months ago
README.md
Update acknowledgements.
2 months ago
README.md
libreda-shapes - Euclidean geometry for LibrEDA
This is library is a collection of geometric primitives together with some fundamental algorithms.
Acknowledgements
Starting from December 2020 development of this crate is funded by
NLnet
and
NGI0
This library was initially inspired by
geo/geo-types
and
servo/euclid
.
For ease of use the naming of types and methods follows partially the API of
KLayout
.