Popularity
6.9
Growing
Activity
3.5
-
1,124
85
159
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.
-
Visual Studio Express
The free lightweight version of Visual Studio for .NET programming. -
Ionide
An Atom Editor and Visual Studio Code package suite for cross platform F# development.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of AvalonStudio or a related project?
README
AvalonStudio
An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, Avalonia and Typescript
Building from source
1. Install Dependencies
- Git: https://git-scm.com/downloads
- .NET Core 3.0: https://www.microsoft.com/net/download
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/netcoreapp3.0
./AvalonStudio