Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fyne-io/defyne

The Fyne IDE
https://github.com/fyne-io/defyne

cross-platform fyne golang gui hacktoberfest

Last synced: 4 days ago
JSON representation

The Fyne IDE

Awesome Lists containing this project

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 .