Frederik Wagner
Frederik Wagner
Thanks for the tip @TigerHix. That does look like something that is fairly easy to implement. I hope I'll have some time soon to do this. BTW: Your screenshot looks...
Yes indeed, the Baklava Engine was never designed to handle loops. I guess the best way to implement them is to create your own Engine. You can have a look...
I did some more research and this problem is indeed more complex than I initially expected. ## PyFlow & Unreal Both, PyFlow and Unreal, use an explicit execution order defined...
Unfortunately there are no plans for the near future. Well, unless someone, who has a lot of time to spare, can do this ;) Reason being that the renderer plugin...
Sooo you want to create a React renderer @SeanFilimon ? 🤔
Wow sounds great! Yes, I can help you on Discord
Hi Felix, the Vue 3 rework is actually in progress and will be released with Baklava V2. However, as Baklava V2 is basically a complete rewrite of the project, it...
Good news: I finally managed to create a version of Baklava v1 for Vue 3. After many failed attempts to do it with the Migration Build, I decided to try...
Yes, the code can be found on the `vue3` branch. The context menu component in particular can be found here: https://github.com/newcat/baklavajs/blob/vue3/packages/baklavajs-plugin-renderer-vue/src/components/ContextMenu.vue I have pretty much scrapped the idea of the...
Very strange indeed. I can reproduce it but so far I have no clue why this happens. I published a new version of the Vue 3 specific packages where they...