borbs_simulation 0.0.2

borbs engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
struct World {
    timestep:f32
}

impl World {
    pub const DEFAULT_TPS:u64=20;

    
    borbs:

    fn tick() {

    }
}