Popularity
7.1
Growing
Activity
0.0
Stable
1,568
85
224

Programming language: C#
License: GNU Lesser General Public License v3.0 only
Tags: IDE    
Latest version: v20191224.1

AvalonStudio alternatives and similar packages

Based on the "IDE" category.
Alternatively, view AvalonStudio alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of AvalonStudio or a related project?

Add another 'IDE' Package

README

Build status CodeFactor Gitter

AvalonStudio

An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript

Building from source

1. Install Dependencies

2. Get the code

Clone the repository recursively.

git clone https://github.com/VitalElement/AvalonStudio --recursive

3. Build the project

cd AvalonStudio/AvalonStudio/AvalonStudio
dotnet restore
dotnet build

4. Run locally built binaries

cd bin/Debug/net5.0
./AvalonStudio