C# plugins bridge #178
KRtekTM
started this conversation in
Show and tell
Replies: 3 comments 3 replies
-
|
very very cool! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have a bunch of viewers I would like to add...
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Is it possible to step in MSVC debugger from C++ to C# (and back to C++) through your bridge? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I find it easier to write the plugins in C#...
Example plugin that hosts managed WinForms C# .NET application.


PR: #177 or branch: https://github.com/KRtkovo-eu-AI/salamander/tree/cs_demo_plugin
Example of the usage - Json Viewer plugin: https://github.com/KRtkovo-eu-AI/salamander/tree/jsonViewerNET (which is refactored this application: https://github.com/KRtkovo-eu/JsonViewerForAltapSalamander )



Beta Was this translation helpful? Give feedback.
All reactions