Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 630 Bytes

File metadata and controls

13 lines (8 loc) · 630 Bytes

RL-GUI (Final Year Computer Science Project)

A GUI written in Rust for my Digital Systems Project module at university. It uses an Elm-style MVVM architecture and has support for some extremely basic widgets currently. It is intended to have an embedded scripting language such as Lua for easy editing but that is currently under investigation.

a simple calculator example

two buttons, two text areas, a text input and a text area copying the current value of the text input

Current State

table of requirements