2 releases
Uses new Rust 2024
0.0.10-beta.16 | Jun 1, 2025 |
---|
#1783 in Game dev
127 downloads per month
Used in 2 crates
(via hexga_engine_base)
190KB
3K
SLoC
🚧 Warning: Experimental Crate! 🚧
This crate is currently in beta and experimental.
It is subject to breaking changes in future releases.
Use it at your own risk, and keep in mind that the API may change in future versions.
About Nightly
This crate currently use nightly to have access to the get_disjoint_mut_helpers
: GetDisjointMutIndex trait from the slice::get_disjoint_mut()
HexGa
HexGa is a set of crate to solve mutliple problem of different kind (mathematic,bitflags)...
To get started quickly, just do in a terminal :
cargo add hexga
then in your rust project :
use hexga::prelude::*;
HexGa (LibOur) stand for
- Highly Extensible General Application Lib Our
or
- Highly Extensible GAme Lib Our
(Depending of the context) The name was inspired by Excalibur, the sword.
Currently, HexGa is the continuation/start from scratch from a school project, as well as my personnal set of crate to do common task that I started way before the school project.
Dependencies
~6MB
~115K SLoC