newcat / baklavajs

Graph / node editor in the browser using VueJS
http://baklava.tech
MIT License
1.58k stars 116 forks source link

Any plans for a react renderer? #65

Open iyobo opened 4 years ago

iyobo commented 4 years ago

See title.

newcat commented 4 years ago

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 is quite a big part of the whole Baklava system, and maintaining two renderers at the same time would be a nightmare. I can imagine creating a React renderer for Baklava 2.0 when I also do some large architectural changes. But that version will probably take another year or so.

In the meantime, you can try using vuera, I am not sure if it works and how the performance will be, but you can give it a try.

seanfilimon commented 4 years ago

Boom Im here ^

newcat commented 4 years ago

Sooo you want to create a React renderer @SeanFilimon ? 🤔

seanfilimon commented 4 years ago

I’m actually recoding you’re core to add more flexibility with different platforms and we are using a Vue renderer I’ll add support for react afterwards

seanfilimon commented 4 years ago

Not only will this have access to different languages through a simple template compiler I’m making but you’ll be able to use a new feature I’m adding called modules which is a group of nodes that take in parameters to use those said nodes and execute or have an output

seanfilimon commented 4 years ago

Most likely I’d like to work with you new cat if you got discord. I’m working on a project involving a template engine for hosting related things...

seanfilimon commented 4 years ago

@newcat

newcat commented 4 years ago

Wow sounds great! Yes, I can help you on Discord

seanfilimon commented 4 years ago

Added you mine is MrShave#1209 @newcat

logicguy1 commented 5 months ago

Hi there! Is there any status on this?