Logic Controlling tool
Project description
Windoz
Example code
- -: don't execute, just take the first argument as residual
- r: repeat next time
- j: jump in line
- s: spawn
Frame controlling
from windoz.World import World
from windoz.windowsetting import *
print(get_fps(100))
data = World(30)
data.add_event(('r', print_average, [data]))
data.add_event(('s', spawn_timer,[], []))
data.run()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
windoz-0.0.8.tar.gz
(6.6 kB
view hashes)
Built Distribution
windoz-0.0.8-py3-none-any.whl
(7.6 kB
view hashes)