-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C#/.NET API #1044
base: master
Are you sure you want to change the base?
C#/.NET API #1044
Conversation
9bcbdec
to
3625963
Compare
What is needed to this got merged? Can we help in the progress? |
Generated I am considering shifting from the interface system to a concrete system for all generated classes for the performance improvement as well. As it stands right now, there is a lot of reflection code running per call. Mind you, this is still more performant than Lua, but it could stand to be improved. So the main standing issues right now are GC pressure improvements overall. There are some other changes I wanted to make as well so source-based plugins could use multiple |
Higher level and safer alternative to C++ API.
Faster, Intellisense aware alternative to Lua API.
TODO rest of description. WIP.
In the meantime: https://cursey.github.io/reframework-book/api_cs/general/index.html