From 88bc3cd653e033eb87d981893c53a903121b9ce8 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sat, 5 Jul 2025 15:09:26 +0200 Subject: Time to test on the shitty laptop --- build.bat | 2 +- src/main.odin | 20 +------------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/build.bat b/build.bat index 29391c1..b86a415 100644 --- a/build.bat +++ b/build.bat @@ -1 +1 @@ -odin run src/ -- 0 \ No newline at end of file +odin run src/ -out:dtw-demo.exe -- 0 \ No newline at end of file diff --git a/src/main.odin b/src/main.odin index d50715f..28208b0 100644 --- a/src/main.odin +++ b/src/main.odin @@ -527,24 +527,6 @@ init_slides :: proc() { append(&data_frames, d) append(&waveform_path_frames, wave_path) append(&waveform_warped_frames, wave_warp) - - // ############################### - append(&slides, c) - append(&data_frames, d) - append(&waveform_path_frames, wave_path) - append(&waveform_warped_frames, wave_warp) - - // ############################### - append(&slides, c) - append(&data_frames, d) - append(&waveform_path_frames, wave_path) - append(&waveform_warped_frames, wave_warp) - - // ############################### - append(&slides, c) - append(&data_frames, d) - append(&waveform_path_frames, wave_path) - append(&waveform_warped_frames, wave_warp) } rect_from_index :: proc(i : int, thickness : f32 = 0) -> rl.Rectangle { @@ -835,7 +817,7 @@ main :: proc() { init_slides() rl.SetConfigFlags({.WINDOW_RESIZABLE}) - rl.InitWindow(1920, 1080, "BSC 2025 Presentation") + rl.InitWindow(1920, 1080, "DTW Demonstration") rl.SetTargetFPS(60) rl.SetExitKey(nil) -- cgit v1.2.1