# defyne **Repository Path**: lzdn/defyne ## Basic Information - **Project Name**: defyne - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-24 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DEFyne This repo contains the work-in-progress Fyne IDE. ## Features * Embedded terminal * GUI Editor * Image preview ## TODO * Various types of editor * Syntax highlighting * Standard test/debug launchers ## Screenshot ![](img/screenshot.png) ## Installation Can be installed directly using standard go tools: $ go install -v github.com/fyne-io/defyne@latest ## Contribution Setup Clone the repo: $ git clone https://github.com/fyne-io/defyne Move into the directory: $ cd defyne Get the dependencies: $ go mod tidy Build DEFyne $ go build Run DEFyne, opening the current directory $ ./defyne .