Skip to content

rust-arcade/Launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launcher for rust arcade cabinet

How to

  • Put executable folders in ./apps/ (it's gitignored)
  • You can copy test_apps/*.exe to apps/ for a minimal test.
  • Check fullscreen example on windows and hit ESC to exit

There is binaries for windows set up as examples, but sources are provided, don't forget the executable should be in apps/(display_name)/ folder.

Example hierarchy:

./apps
--- unix_app/
    --- ls.sh
--- game_using_bevy/
    --- executable_name
    --- assets/
        --- images.png
--- windows_app/
    --- test_app.exe
...

Controls

  • arrows / joystick: to select game to launch
  • right shift / joystick button: to launch

Dev notes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages