Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement a graphical demo launcher in SWT #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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