pub const RESOLUTION: f32 = 0.025;
pub const DT: f32 = 1.0 / 60.0;
pub const XLIMS: = ;
pub const YLIMS: = ;
pub const WIDTH: f32 = / RESOLUTION;
pub const HEIGHT: f32 = / RESOLUTION;
pub const DATA_SEND_FREQ: f64 = 10.0;
// TODO: xlims and ylims should scale accrding to the height and width of the Window
// and not the other way around?