Skip to content

A geometry library aimed at expanding and building upon Vek.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

fishykins/prima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prima

Latest Version docs Minimum Supported Rust Version

a collection of geometry and graph based utilities with emphasis on simple code and readability.

About The Project

Prima is yet another 2D geometry library, built around the core principle of simple code and readability. It provides helper structs for primative shapes, basic collision detection and a suite of graph structures. The graphs are vector orientated and are built with procedural world building in mind. Generic floats have been avoided in favour of explicitly typed structs, following the example of glam. Support for the crate vek may be implimented in future updates.

Getting Started

As with most rust crates, this can be imported to a project using crates.io. Follow the link for more infomation.

Optional features

  • [rendering] - adds functionality for exporting shapes and graphs to image files.

License

Licensed under either of

at your option.

Contribution

Contributions are both welcome and appreciated!

Contributions in any form (issues, pull requests, etc.) to this project must adhere to Rust's Code of Conduct.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Contact

Caspar Green - caspar.m.green@gmail.com

Project Link: https://github.com/fishykins/prima

(back to top)

About

A geometry library aimed at expanding and building upon Vek.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages