No description
Find a file
2025-12-16 09:28:59 -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
src Embed shaders at build time 2025-12-16 09:28:59 -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 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 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.

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.