Skip to content

implement a graphical demo launcher in SWT#44

Open
chirontt wants to merge 1 commit intoLWJGL:mainfrom
chirontt:graphical_demo_launcher
Open

implement a graphical demo launcher in SWT#44
chirontt wants to merge 1 commit intoLWJGL:mainfrom
chirontt:graphical_demo_launcher

Conversation

@chirontt
Copy link
Contributor

A graphical SWT application showing the demo classes in a tree structure, and to launch the demos in separate processes.

To build:

mvnw package -Dclass=DemoLauncher

Then run the launcher app:

java -jar target/lwjgl3-demos.jar

Or to launch a specific demo directly, e.g. VoxelGameGL:

java -jar target/lwjgl3-demos.jar game.VoxelGameGL

(the org.lwjgl.demo. package prefix is automatically prepended to the above demo class.)

Or to launch a specific demo with arguments, e.g. Bump:

java -jar target/lwjgl3-demos.jar bgfx.Bump --gl --intel

@httpdigest httpdigest force-pushed the main branch 3 times, most recently from 6127460 to 6717e49 Compare October 19, 2022 09:52
@httpdigest httpdigest force-pushed the main branch 10 times, most recently from eafcf00 to 492ad16 Compare April 29, 2023 17:48
@httpdigest httpdigest force-pushed the main branch 2 times, most recently from 86d8b54 to bdb5675 Compare January 7, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant