Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fyne-io/defyne
- Owner: fyne-io
- License: other
- Created: 2021-04-10T20:46:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T16:17:04.000Z (2 months ago)
- Last Synced: 2024-10-19T23:59:29.948Z (2 months ago)
- Topics: cross-platform, fyne, golang, gui, hacktoberfest
- Language: Go
- Homepage:
- Size: 1.13 MB
- Stars: 190
- Watchers: 22
- Forks: 27
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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 .