Skip to content

Instantly share code, notes, and snippets.

View malleusinferni's full-sized avatar
🔥
Alive, probably

Mako malleusinferni

🔥
Alive, probably
View GitHub Profile
@malleusinferni
malleusinferni / main.rs
Created February 1, 2019 01:32
Cubemap generator
use cgmath::prelude::*;
use image::*;
use noise::*;
pub type Vec2d = cgmath::Vector2<f64>;
pub type Vec3d = cgmath::Vector3<f64>;
pub type Mat4d = cgmath::Matrix4<f64>;