VisualScriptEngine
VisualScriptEngine copied to clipboard
A C++ visual scripting engine designed for embedding.
Hello, I tried to launch the 'WindowsEmbeddingDemo' , but the windows is emtpy (using MSVS 2017 C++, on Win10 x64). How can we use this demo example ? 
Can we get nodes to calculate when events are fired without _changing the engine too much_? I think everything is obvious enough but I'll show an example to make it...
I looked at the cmakelist file, this file mainly are support the Microsoft visual studio c++, but not mingw gcc?
Selection should be the same after Undo/Redo. Steps to reproduce: - Create two nodes. - Modify one of them (e.g. move it). - Select both nodes. - Undo. Result: Only...
Details: - Contains a simple text. - Can be moved to arbitrary position. - Can be selected. - Can be copied and pasted. Needs decision: - Background color can be...
Notify the host application when open/save state changes so that the application can modify it's state based on open/save status.
Hello, I would like to test embedding the VisualScriptEgnine in a C++/Qt application on Windows. Is there any example available, or maybe few recommendations to do so ? thank you,...
Hello, it would be very nice to have a Dark mode for visualization. Maybe it's already possible ? Thank you.
Hello, I am now developing a plugin on Archicad, I want to port this engine to Archicad, do I need to use the DG::useritem, do you have a demo example...