Add a simple README
This commit is contained in:
parent
097408b8e3
commit
3ccc0dc5bd
1 changed files with 23 additions and 0 deletions
23
README.txt
Normal file
23
README.txt
Normal file
|
|
@ -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.
|
||||
Loading…
Reference in a new issue