Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 222 forks source link

Add diagram support #41

Closed italomaia closed 6 years ago

italomaia commented 6 years ago

It would be quite nice to be able to easely create diagrams with eagle.

yaodingyd commented 6 years ago

What kind of diagrams do you want to use in eagle.js?

You can always use other vue diagram libraries inside eagle.js. Do you have any special functionality in your mind?

On Mon, Mar 26, 2018 at 09:57 Italo Maia notifications@github.com wrote:

It would be quite nice to be able to easely create diagrams with eagle.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Zulko/eagle.js/issues/41, or mute the thread https://github.com/notifications/unsubscribe-auth/AK3Wt7upQF_Kxht2pO8Mm7Yh2HNv5rmpks5tiPPQgaJpZM4S7LE1 .

Zulko commented 6 years ago

I agree with @yaodingyd, with Eagle your slideshow is a Vue project so you can embed any other diagram javascript framework. See here for an example with Chart.js.

To see this example in action (warning, it's convoluted) go to the demo slides and when you arrive at the form, switch off all the three topics. This will bring you to the secret slide, which features SVG and Chart.js diagrams.

yaodingyd commented 6 years ago

@italomaia I'll close this for now. Will reopen it ff you have any ideas coming up.