Babylonia-terminal/babylonia_terminal_launcher
2024-06-11 07:19:50 +02:00
..
assets/images starting GUI 2024-05-11 22:20:11 +02:00
lib can now start the game from GUI 2024-06-10 21:39:06 +02:00
messages can now start the game from GUI 2024-06-10 21:39:06 +02:00
native/hub can now start the game from GUI 2024-06-10 21:39:06 +02:00
.gitignore add rust to GUI launcher 2024-05-16 21:42:07 +02:00
.metadata starting GUI 2024-05-11 22:20:11 +02:00
analysis_options.yaml starting GUI 2024-05-11 22:20:11 +02:00
Cargo.toml add rust to GUI launcher 2024-05-16 21:42:07 +02:00
pubspec.yaml can now download and install proton from GUI 2024-05-31 00:09:03 +02:00
README.md Update README.md 2024-06-11 07:19:50 +02:00

How to compile the GUI version

Requirement

You need the base requirement
You will need Flutter in order to compile the GUI version
Install Rinf with Cargo :

cargo install rinf

And check if all the requirement are installed successfully :

rustc --version
flutter doctor

Compile

First generate all the necessary messages :

rinf message

Then compile the project :

flutter run