treevolution 1.0.1

A simulation of the evolution of treelike structures in a cellular automata
Documentation
1
2
3
4
5
use macroquad::color::Color;

pub trait ColorConvert {
    fn get_color(&self) -> Color;
}