NovusTheory / vue-nodegui

NodeGUI but with Vue
MIT License
41 stars 2 forks source link

Progress #1

Open matrunchyk opened 4 years ago

matrunchyk commented 4 years ago

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?

NovusTheory commented 4 years ago

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.

a7ul commented 4 years ago

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.

matrunchyk commented 4 years ago

Cool, I'll start experimenting with it in my app, will let you know how it goes.

shubhamzanwar commented 4 years ago

@NovusTheory and @master-atul , I'd love to be part of this too ☺️

kinghat commented 4 years ago

maybe a channel on the official spectrum chat could be opened for discussion of vue-nodegui?

NovusTheory commented 4 years ago

@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 commented 4 years ago

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

NovusTheory commented 4 years ago

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 (vue-nodegui@1.0.0-alpha.1) and I've updated the example at https://github.com/NovusTheory/vue-nodegui-example.