vue-nodegui
vue-nodegui copied to clipboard
Progress
Hi! It's nice to see some progress in vue + nodegui! Good job! Is it just a PoC or are you going to evolve the project more?
Do you need some help at this point?
Currently, this project is more of a PoC and experimentation. Since Vue 3 is not officially released I haven't quite put in much work and made a minimal working example, though I doubt Vue 3's official release will heavily change how implementing a custom renderer works I've been hesitant.
Regardless of Vue 3 not officially being released, I do wish to evolve the project more outside of experimentation and PoC and would love any help that can take this project more off the ground.
I can help out aswell @NovusTheory . Although I have to say I do not have much experience with Vue. But if you need any nodegui related help I can jump in.
Thanks for working on this. Its been one of the most requested renderers.
Cool, I'll start experimenting with it in my app, will let you know how it goes.
@NovusTheory and @master-atul , I'd love to be part of this too ☺️
maybe a channel on the official spectrum chat could be opened for discussion of vue-nodegui
?
@kinghat I'm assuming you mean a channel on NodeGUI's spectrum chat? In this case it would be up to @master-atul as this project is a community project. I would have to create my own spectrum chat for this otherwise.
@kinghat I'm assuming you mean a channel on NodeGUI's spectrum chat? In this case it would be up to @master-atul as this project is a community project.
ya it would be cool if there were channels opened up for each of the framework projects using NodeGUI. if not thats cool too.
I would have to create my own spectrum chat for this otherwise.
if you were to go this route i would put a vote in for a different chat medium than spectrum, but thats just my opinion.
Just providing an update on progress. I've looped back around to this project and have updated as necessary the little that was needed and figured out an issue I was having with reactivity and lifecycle hooks. A new npm package was published ([email protected]) and I've updated the example at https://github.com/NovusTheory/vue-nodegui-example.