diff --git a/README.md b/README.md index 024af5d..571c1fc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -[![Build Status](https://travis-ci.org/RobinKa/netprints.svg?branch=dotnetcore)](https://travis-ci.org/RobinKa/netprints) +[![Build Status](https://travis-ci.org/RobinKa/netprints.svg)](https://travis-ci.org/RobinKa/netprints) # Description NetPrints is a visual programming language inspired by Unreal Engine 4's Blueprints which compiles into .NET binaries. These can be used from any other .NET language (eg. C#) or used as standalone programs. Furthermore any .NET binaries (both .NET Framework and .NET Core, and ideally .NET Standard) can be referenced and used. Its goal is to support using anything that is made in C#. Currently there are several limitations, the most major ones being delegate and generics support not being 100% complete. # Download -Initial editor binaries can be found [here](https://github.com/RobinKa/netprints/releases/tag/a978f8a). You can also download the source code and compile the binaries (requires .NET Core 3). +Initial editor binaries can be found [here](https://github.com/RobinKa/netprints/releases/tag/InitialMaster). You can also download the source code and compile the binaries (requires .NET Core 3). # Requirements The editor itself requires .NET Core 3 (since this is the first version to support WPF), although we provide self-contained binaries for Windows x86. Binaries compiled by the editor require any dependencies you added as references. @@ -14,9 +14,6 @@ Any .NET binaries can be used with this editor. The recommended way to add new a # Screenshots -## Project Menu -![](http://i.imgur.com/umAjDX5.png) - ## Using External Libraries ![](http://i.imgur.com/BXLHSE3.png) @@ -31,3 +28,6 @@ Any .NET binaries can be used with this editor. The recommended way to add new a ## Delegates ![](http://i.imgur.com/9GjrV49.png) + +## Project Menu +![](http://i.imgur.com/umAjDX5.png) \ No newline at end of file