A GUI Design Software for the $\color{#F23824}{\text{Red}}$ $\color{#62F224}{\text{Programming}}$ $\color{#62F224}{\text{Language}}$
This software facilitates GUI design in the Red programming language by generating Visual Interface Dialect (VID) code from the interface layout. This process streamlines the design phase and simplifies widget positioning. The application also supports the integration of custom user-provided code, allows for saving the complete codebase, and enables direct execution.
Please note that this software is no longer actively maintained.
REQUIREMENTS: NONE on Windows, the Red toolchain in other OSs, For Linux GTK Must be installed and running.
Download the latest Red toolchain from www.red-lang.org.
Alternatively, build the latest Red toolchain from source.
To compile the saved code, run the following command from you operating console:
<path_to_red_compiler> -t {windows|linux|macos} -r -o <where_to_save_the_executable> <path_to_your_code>
Red language is an open source project made by Full Stack Technologies @ www.red-lang.org