Skip to content

A simple, grid-based GUI, built with Rust & OpenGL.

Notifications You must be signed in to change notification settings

shiplet/rust-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust GUI

Requires rustc version 1.47 or higher. Currently compiles on both macOS and Windows, but not on Apple Silicon (yet).

To Build

$ cargo run

or

$ cargo build --release
$ ./target/release/dss_shiplet // dss_shiplet.exe on Windows

or, to run the provided binaries

$ ./dss_shiplet
PS C:\..\dss_shiplet> ./dss_shiplet.exe

On Windows, there may be temporary flash of an empty white screen while the grid's images download.

Navigating the UI

The app currently supports Arrow Up, Arrow Down, Arrow Right, and Arrow Left navigation.

Commit History

The default branch main is a squashed presentation of the work history, segmented by the top-level feature implementations.

Checkout progress-history to see the commits as they occurred.

About

A simple, grid-based GUI, built with Rust & OpenGL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages