You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Piilwon, hope all is well. By they way, I've been making progress at github.com/trusktr/infamous. Will be updating the README soon. Right now it's basically a better version of Famous 0.3 with 0.5 sizing/mountPoint (started from scratch, not forked), with an HTML interface (made with Custom Elements), so integration with anything (Angular, React, etc) is really easy.
I'm aiming to add WebGL soon (mixed mode). I'd love some feedback, if you want to try it out. For example, to make something rotating right now, just npm install infamous then
Hi Piilwon, hope all is well. By they way, I've been making progress at github.com/trusktr/infamous. Will be updating the README soon. Right now it's basically a better version of Famous 0.3 with 0.5 sizing/mountPoint (started from scratch, not forked), with an HTML interface (made with Custom Elements), so integration with anything (Angular, React, etc) is really easy.
I'm aiming to add WebGL soon (mixed mode). I'd love some feedback, if you want to try it out. For example, to make something rotating right now, just
npm install infamous
thenThat will make a rotating node in the middle of the scene.
You can also use the HTML API (via Angular, React, etc). Here's just with vanilla HTML:
The text was updated successfully, but these errors were encountered: