1 unstable release
0.0.0 | Aug 24, 2024 |
---|
#12 in #oriented
13KB
243 lines
smplx
The library is currently in the early stages of development and is not yet ready for production use.
Welcome to smplx, a topologically oriented crate focused on simplexes and their complexes.
Features
- Simplex
- Complex
- Set
Getting Started
Building from the source
Start by cloning the repository
git clone https://github.com/FL03/smplx.git
cd smplx
cargo build --features full -r --workspace
Usage
Examples
Simplex
extern crate smplx;
fn main() -> Result<(), Box<dyn std::error::Error>> {
tracing_subscriber::fmt::init();
tracing::info!("Welcome to smplx!");
Ok(())
}
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Dependencies
~260–790KB
~18K SLoC