Press ESC to close

Flutter App : Gceditor: A client/server application for creating a persistent data of an application (config/model)

gceditor


gceditor is a client/server application for creating a persistent data of an application (config/model).
It can generate json, c# files for the model which makes it very useful for c#-based applications/games.

The application is written in dart (flutter) and contains both the backend and frontend logic. The client is available as a native desktop application and a web application.

It does not require to setup any complex environment because it stores data in json files so it should fit small and medium projects.

Main Screen

Features

  • C#, JSON generators produce files that can be imported and parsed in c# environment as simple as

Find (click to expand)

Pin items (click to expand)

Problems (click to expand)

References (click to expand)

Settings (click to expand)

History (click to expand)

Usage

Binaries from the Releases section

Latest binaries are available in Releases section here https://github.com/kennelken/gceditor_fl

From the source code

To build the application from the source code you need:

	// windows
	flutter config --enable-windows-desktop
	flutter build windows --release

	// linux
	sudo apt install clang libgtk-3-dev ninja-build -y
	flutter config --enable-linux-desktop
	flutter build linux --release

	// macos
	flutter config --enable-macos-desktop
	flutter build macos --release

	// any OS
	flutter build web --release

GitHub

View Github

Footer Example