No description
Find a file
2025-12-16 11:28:02 -05:00
.forgejo/workflows Add a forgejo win/linux release workflow 2025-12-15 16:55:45 -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 some lofivor notes 2025-12-15 16:55:44 -05:00
src Add memory panel 2025-12-16 11:28:02 -05:00
.gitignore Add bench arg that ramps entities 2025-12-15 18:50:37 -05:00
build.zig Wire ssbo rendering into sandbox 2025-12-16 09:03:13 -05:00
build.zig.zon Remove ?ref=devel from raylib-zig dep url 2025-12-15 16:55:45 -05:00
journal.txt Update docs with ssbo discovery 2025-12-16 09:28:59 -05:00
justfile Quiet up bench-sw 2025-12-16 06:11:44 -05:00
OPTIMIZATIONS.md Update docs with ssbo discovery 2025-12-16 09:28:59 -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 Update docs with ssbo discovery 2025-12-16 09:28:59 -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.