VisualScriptEngine icon indicating copy to clipboard operation
VisualScriptEngine copied to clipboard

A C++ visual scripting engine designed for embedding.

Results 13 VisualScriptEngine issues
Sort by recently updated
recently updated
newest added

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 ? ![image](https://user-images.githubusercontent.com/63931618/171055647-c76e7200-09af-49a6-a6a7-8a35db43f488.png)

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?

build

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

bug

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

enhancement

Notify the host application when open/save state changes so that the application can modify it's state based on open/save status.

enhancement

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