Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinKa authored Mar 16, 2019
1 parent b6a548d commit 297650a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 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)

# Description
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.

[Unity tutorial](https://github.com/RobinKa/NetPrintsUnityTutorial)
Expand Down Expand Up @@ -43,4 +48,4 @@ Any contributions are welcome. If you notice bugs or have feature suggestions ju
![](http://i.imgur.com/9GjrV49.png)

## Project Menu
![](http://i.imgur.com/umAjDX5.png)
![](http://i.imgur.com/umAjDX5.png)

0 comments on commit 297650a

Please sign in to comment.