Wireless Redstone logfile simulator
- Create new Java project.
- Check out this git repos to your project's root directory.
- Right click project -> properties.
- Go to "Java Build Path"; Source tab.
- "Add Folder...", check the WirelessRedstoneLogSim directory, ok.
- Download Slick2D from - http://slick.cokeandcode.com/ - "Download Full Distribution"
- Unpack the slick.zip to %programfiles%/Java, or where ever you want it.
- Download LWJGL from - http://www.lwjgl.org/download.php
- Unpack the lwjgl-x.x.x.zip to %programfiles%/Java, or where ever you want it.
- Copy the "native" directory to your project's root directory.
- Right click project -> properties.
- Go to "Java Build Path"; Libraries tab.
- "Add External JARs...", browse to your Slick directory, pick "slick.jar" from the lib directory.
- "Add External JARs...", browse to your LWJGL directory, pick "lwjgl.jar" from the jar directory.
ENTER: Go to next timestep. Resets if at end
A: Toggle automatic timestepping.
O: Cycle orientation. XZ, XY, YZ
1,2,3,4,5,6,7,8,9,0: Set the automatic timestepping timeout. 1=100ms ... 0=1000ms=1s