akella / fake3d

515 stars 106 forks source link

Vue/React analogue? #10

Open code-by opened 4 years ago

code-by commented 4 years ago

I have page that used this lib that I transform to Vue component. Which vue-lib could be use used instead of this? Or may be there possible to use this lib directly in vue-component?

akella commented 4 years ago

it is written as a plane native js, so you can copy it to your component, just the part with creating dom elements and getting events will be different from this code. But i dont know any ready to use out of the box solution like this. Its gotta be tweaked

LuXDAmore commented 4 years ago

@code-by Maybe this one?