From 3ccc0dc5bd5713c8fc3b90612141070c0c2eb53c Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Mon, 15 Dec 2025 14:26:16 -0500 Subject: [PATCH] Add a simple README --- README.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..41c0b04 --- /dev/null +++ b/README.txt @@ -0,0 +1,23 @@ +lofivor +======= + +sandbox stress test for measuring entity rendering performance on weak hardware. +written in zig with raylib. + +build & run +----------- + + zig build run + +controls +-------- + + +/- add/remove 1000 entities + shift hold for 10x (10000 entities) + space pause/resume + r reset + +output +------ + +benchmark.log is written to project root with frame timing data.