runarium 0.1.0

Generate animated videos from GPS running/cycling data with real-time statistics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub struct PositionRect {
  pub x: i32,
  pub y: i32,
}
pub struct SizeRect {
  pub width: i32,
  pub height: i32,
}

pub struct Rect {
  pub pos: PositionRect,
  pub size: SizeRect,
}