Embed Hydrashare into Tutorial

Hey guys,

I’m working on making a tutorial for a plugin I’m developing.
I was wondering if it is possible to embed the hydra viewer into a web page, to show of the example file of the tutorial?
I plan to write the tutorial in markdown and host it on Github Pages.

Cheers!
Christian

You can do the following to have an image embedded in markdown

![WindRose Fixed Hours](/uploads/default/original/2X/f/ff6b7e99c96d87bdd94c2b94bd9f841b5ae83e2c.png)

I am not sure if we can transform this image similar how it’s done on the Hydrashare website.

Thanks @devang!

What I find cool about hydra is the possibility to pan around and zoom on the canvas and flip to the Rhino view. And I thought it might be possible to reference to the viewer as a object or similar and not just put a static picture there.

I will try to find some kind of workaround

Hi @ChristianKongsgaard, There is no easy way to insert it in an md document but here is the source code for the viewer. Most of the code is commented but let me know if you have any questions.