voila-dashboards / tljh-voila-gallery

Configuration for deploying the Voilà Gallery with The Littlest JupyterHub
BSD 3-Clause "New" or "Revised" License
82 stars 70 forks source link

Add xleaflet / C++ example #39

Closed jtpio closed 5 years ago

jtpio commented 5 years ago

Add a new example to show that voila can be used with other languages than Python.

This one is for now the same as the xleaflet example from the voila repo, but it could be interesting to build a more complex app combining other C++ widgets such as xwebrtc and xthreejs. In that case we can rename the example to something more generic such as xstack.

Based on the following repo, which can be moved to the voila-gallery organization: https://github.com/jtpio/voila-gallery-xleaflet/

yuvipanda commented 5 years ago

ty, @jtpio