Add orx readme generator, update readmes

This commit is contained in:
Abe Pazos
2020-05-18 11:54:18 +02:00
committed by Edwin Jakobs
parent 274af989c3
commit 540e8b0498
39 changed files with 206 additions and 84 deletions

View File

@@ -1,6 +1,7 @@
# orx-timer
`orx-timer` adds simple timer functionality to OPENRNDR's Program
Simple timer functionality providing `repeat`, to run code with a given interval
and `timeOut`, to run code once after a given delay.
## Prerequisites