rmgl 1.0.1

A small and kinda working ray marching graphics lib
Documentation
1
2
3
4
5
6
///opengl helper functions and objects
pub mod opengl_objects;
///the ray marching scenes,objects,camare objects 
pub mod ray_marching_objects;
///the make the shader in real time for the specific objects that been imported
pub mod shader_maker;