-
Notifications
You must be signed in to change notification settings - Fork 7
Tests
zeganstyl edited this page Sep 18, 2020
·
1 revision
You can find many tests this package. You can use them as examples to see how some feature working.
Each test implements Test interface. It has method testMain() that exectues test.
All tests must be run immediately after creating the application and before starting the main loop. On platform it looks like:
val app = Lwjgl3App()
MeshTest().testMain()
app.startLoop()
Tests class contains tests, that must be included in redistributable testing application.
-
Quick Start
-
3D graphics
-
Math