No description
Find a file
2025-12-15 17:18:30 -05:00
.forgejo/workflows Add a forgejo win/linux release workflow 2025-12-15 16:55:45 -05:00
.github/workflows Add a github release workflow 2025-12-15 16:55:45 -05:00
benchmarks Add rlgl quad batching optimization 2025-12-15 16:55:45 -05:00
docs Add some lofivor notes 2025-12-15 16:55:44 -05:00
shaders Add entity and UI rendering 2025-12-15 16:55:44 -05:00
src Allow holding keys to adjust entity counts 2025-12-15 16:55:45 -05:00
.gitignore Ignore claude files 2025-12-15 16:55:45 -05:00
build.zig Fix x11 raylib build error 2025-12-15 16:55:45 -05:00
build.zig.zon Remove ?ref=devel from raylib-zig dep url 2025-12-15 16:55:45 -05:00
journal.txt Add a journal entry for i5-6500t 2025-12-15 17:18:30 -05:00
justfile Add powershell to justfile 2025-12-15 16:55:44 -05:00
README.txt Add a simple README 2025-12-15 16:55:45 -05:00
run.bat Add bat script to run 2025-12-15 16:55:45 -05:00
TODO.md Update TODO.md for optimization only focus 2025-12-15 16:55:45 -05:00

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.