User Interface: Difference between revisions

From Thrive Developer Wiki
Jump to navigation Jump to search
(Copied over the page from the old wiki)
 
No edit summary
Line 28: Line 28:
=== Space Stage ===
=== Space Stage ===
This stage is not yet in development.
This stage is not yet in development.
== Editing the UI ==
Thrive uses the Godot engine, as such there is plenty of documentation online about how to edit UI in Godot:
https://docs.godotengine.org/en/stable/tutorials/ui/index.html

Revision as of 20:17, 24 August 2022

Thrive will aim for a sleek, minimalistic user interface (also called user interface, UI, or GUI). It will typically differ between the stages.

Overview

Thrive will aim for a sleek, minimalistic graphical user interface.

Microbe Stage

Main Article: Microbe Stage GUI

The Microbe Stage is currently the only stage in the game and thus all user interface development focuses on its application to this stage.

Multicellular Stage

This stage is not yet in development.

Aware Stage

This stage is not yet in development.

Awakening Stage

This stage is not yet in development.

Society Stage

This stage is not yet in development.

Industrial Stage

This stage is not yet in development.

Space Stage

This stage is not yet in development.

Editing the UI

Thrive uses the Godot engine, as such there is plenty of documentation online about how to edit UI in Godot: https://docs.godotengine.org/en/stable/tutorials/ui/index.html