Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ defyne Public
forked from fyne-io/defyne

The Fyne IDE

License

jiftle/defyne

 
 

Repository files navigation

DEFyne

This repo contains the work-in-progress Fyne IDE.

Features

  • Embedded terminal
  • GUI Editor

TODO

  • Various types of editor
  • Syntax highlighting
  • Standard run/test buttons

Screenshot

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 .

About

The Fyne IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%