Skip to content

Commit

Permalink
moved travis button next to title
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinKa authored Mar 16, 2019
1 parent c22a0bf commit dc6ad1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# NetPrints
# NetPrints [![Build Status](https://travis-ci.org/RobinKa/netprints.svg)](https://travis-ci.org/RobinKa/netprints)

<p align="center">
<img width="128" height="128" src="https://raw.githubusercontent.com/RobinKa/RobinKa.github.io/master/NetPrintsLogo.png">
</p>

[![Build Status](https://travis-ci.org/RobinKa/netprints.svg)](https://travis-ci.org/RobinKa/netprints)


NetPrints is a visual programming language inspired by Unreal Engine 4's Blueprints which compiles into .NET binaries or alternatively C# source code. 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.

Expand Down

0 comments on commit dc6ad1a

Please sign in to comment.