All Projects → VitalElement → Avalonstudio

VitalElement / Avalonstudio

Licence: lgpl-3.0
Cross platform IDE and Shell

Programming Languages

csharp
926 projects
cplusplus
227 projects

Projects that are alternatives of or similar to Avalonstudio

lldbg
A lightweight native GUI for LLDB.
Stars: ✭ 83 (-92.67%)
Mutual labels:  llvm, gcc, gdb, clang
C2goasm
C to Go Assembly
Stars: ✭ 1,072 (-5.3%)
Mutual labels:  llvm, clang, gcc
Arm Cmake Toolchains
CMake toolchain configurations for ARM
Stars: ✭ 148 (-86.93%)
Mutual labels:  clang, gcc, stm32
hmg
💝 My personal Gentoo/Linux configuration backup files
Stars: ✭ 16 (-98.59%)
Mutual labels:  llvm, gcc, clang
Cmake Scripts
A selection of useful scripts for use in CMake projects, include code coverage, sanitizers, and dependency graph generation.
Stars: ✭ 202 (-82.16%)
Mutual labels:  llvm, clang, gcc
llvm-svn
Arch Linux PKGBUILD for LLVM, Clang et al. (latest SVN code)
Stars: ✭ 18 (-98.41%)
Mutual labels:  llvm, arch-linux, clang
Openvpn Install
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
Stars: ✭ 7,142 (+530.92%)
Mutual labels:  ubuntu, arch-linux
Croaring
Roaring bitmaps in C (and C++)
Stars: ✭ 735 (-35.07%)
Mutual labels:  clang, gcc
Vidcutter
Been busy guys, will be reviewing and integrating pull requests shortly. Thanks to all contributors! LATEST RELEASE: 6.0.0 - flatpak @ https://flathub.org/apps/details/com.ozmartians.VidCutter - snap @ https://snapcraft.io/vidcutter - see https://github.com/ozmartian/vidcutter/releases for more details...
Stars: ✭ 775 (-31.54%)
Mutual labels:  ubuntu, arch-linux
Woboq codebrowser
Woboq CodeBrowser
Stars: ✭ 837 (-26.06%)
Mutual labels:  llvm, clang
Raspberryio
The Raspberry Pi's IO Functionality in an easy-to-use API for Mono/.NET/C#
Stars: ✭ 593 (-47.61%)
Mutual labels:  dotnetcore, mono
Gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
Stars: ✭ 830 (-26.68%)
Mutual labels:  ubuntu, arch-linux
Embedio
A tiny, cross-platform, module based web server for .NET
Stars: ✭ 1,007 (-11.04%)
Mutual labels:  dotnetcore, mono
Coriander
Build NVIDIA® CUDA™ code for OpenCL™ 1.2 devices
Stars: ✭ 665 (-41.25%)
Mutual labels:  llvm, ubuntu
Fcd
An optimizing decompiler
Stars: ✭ 622 (-45.05%)
Mutual labels:  llvm, clang
Dynamic Wallpaper
A simple bash script to set wallpapers according to current time, using cron job scheduler.
Stars: ✭ 762 (-32.69%)
Mutual labels:  ubuntu, arch-linux
Anlinux App
AnLinux allow you to run Linux on Android without root access.
Stars: ✭ 614 (-45.76%)
Mutual labels:  ubuntu, arch-linux
Pfr
std::tuple like methods for user defined types without any macro or boilerplate code
Stars: ✭ 896 (-20.85%)
Mutual labels:  clang, gcc
Backintime
Back In Time - A simple backup tool for Linux
Stars: ✭ 1,066 (-5.83%)
Mutual labels:  ubuntu, arch-linux
Llvm 9.0 Learner Tutorial
A blog for LLVM(v9.0.0 or v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM and accomplish a complete project for FPGA High-Level Synthesis with it.
Stars: ✭ 58 (-94.88%)
Mutual labels:  llvm, clang

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/netcoreapp3.0
./AvalonStudio
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].