ultraviolet
A wide linear algebra crate for games and graphics.
File Explorer
Download Latest Version (.zip)- ci.yaml
- FUNDING.yml
- rotor2_rotate_rotor_derivation.txt
- rotor2_rotate_vec_derivation.txt
- rotor3_rotate_rotor_derivation.txt
- rotor3_rotate_vec_derivation.txt
- rotor3_mul_vec3.txt
- lh_ydown.rs
- lh_yup.rs
- rh_yup.rs
- mod.rs
- num_traits.rs
- vec2.rs
- vec3.rs
- vec4.rs
- bivec.rs
- conversion.rs
- impl_bytemuck.rs
- impl_mint.rs
- impl_serde.rs
- int.rs
- interp.rs
- lib.rs
- mat.rs
- projection.rs
- rotor.rs
- transform.rs
- util.rs
- .gitignore
- Cargo.toml
- CHANGELOG.md
- README.md
- release.toml
# Installation Guide
1. Get the code
git clone https://github.com/fu5ha/ultraviolet
Downloads the entire project code from GitHub to your computer.
cd ultraviolet
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
