Skip to content

Commit e5e43b1

Browse files
authored
Update README.md
1 parent 1cd950c commit e5e43b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Check out the [roadmap](https://github.com/orgs/VisualNodeDev/projects/2/views/1
88

99
# What we do
1010
NodeDev is an alpha tool allowing you to create entire software using a visual flow-base interface instead of the usual written code style.
11-
It is still in very early alpha, full of bugs and pretty slow, but it's improving fast! Check out a recent demo clip
11+
It is still in very early alpha and full of bugs but it's improving fast! Check out a recent demo clip
1212

1313
https://github.com/VisualNodeDev/NodeDev/assets/39806655/f4a8e7fd-08a1-4f37-8cae-0b7a7c2d4759
1414

@@ -19,6 +19,8 @@ You can create classes, methods and properties as you would in C# and mix them w
1919
The types you create in the interface are added to a dynamic assembly at runtime, allowing you to use them in your program like normal .NET types (because they are) !
2020
A simple example is the ability to create a List<> of a custom class, or use reflection with the NodeDev classes.
2121

22+
Since July 2024, the method's content are finally generated with 100% native IL code, nothing is interpreted anymore and this should allow near native execution time. Many optimisations are still left to be done such as reducing the stack size of each methods but in nearly all applications this should never be an issue.
23+
2224
# Hopes and future
2325
The goal is to allow NodeDev to export a project to an actual .dll and/or an independant executable file. There are a lot of things funky with the UI and tons of missing features required to make it usable in real projects but the core has been very easy to add on top of and things have been moving steadily.
2426
There are nice features that I would love to add such as the ability to search and add nuget packages, create solutions of multiple projects, import .dlls directly and/or link to csproj, etc... The roadmap is but a small set of features.

0 commit comments

Comments
 (0)