No description
Find a file
Jared Miller 02fd358611
Some checks failed
release / build (push) Failing after 1m19s
Modify forgejo release to target our own runner
2025-12-20 12:47:54 -05:00
.forgejo/workflows Modify forgejo release to target our own runner 2025-12-20 12:47:54 -05:00
.github/workflows Add windows build to release 2025-12-16 10:31:25 -05:00
benchmarks Add rlgl quad batching optimization 2025-12-15 16:55:45 -05:00
docs Add glossary and rops doc 2025-12-19 07:50:32 -05:00
releases Add release notes 2025-12-17 21:01:21 -05:00
src Add alignCast for cross platform strictness 2025-12-17 11:56:06 -05:00
.gitignore Add bench arg that ramps entities 2025-12-15 18:50:37 -05:00
build.zig Add tracy profiling 2025-12-16 17:27:55 -05:00
build.zig.zon Add tracy profiling 2025-12-16 17:27:55 -05:00
journal.txt Cleanup compute shader implementation 2025-12-17 11:48:45 -05:00
justfile Cleanup compute shader implementation 2025-12-17 11:48:45 -05:00
OPTIMIZATIONS.md Clean up todo and optimizations doc 2025-12-17 20:58:31 -05:00
README.txt Explain lofivor name in README 2025-12-16 10:50:35 -05:00
run.bat Add bat script to run 2025-12-15 16:55:45 -05:00
TODO.md Clean up todo and optimizations doc 2025-12-17 20:58:31 -05:00

lofivor
=======

sandbox stress test for measuring entity rendering performance on weak hardware.
written in zig with raylib.

(lofivor aka lofi-survivor)

build & run
-----------

    zig build run

controls
--------

    +/-      add/remove 10k entities
    shift    hold for 50k
    space    pause/resume
    r        reset

output
------

benchmark.log is written to project root with frame timing data.