{% extends "!layout.html" %} {%- block htmltitle %} Moho {%- endblock %} {%- block extrahead %} {% endblock %} {%- block content %}

Moho

Moho is an open-source Python framework for Rich Internet Applications. Write the UI in Python or .mh files — HTML and JavaScript are not required for typical apps. If you know Kivy, the model is familiar: an App, a widget tree, and a layout language. The runtime is a Tornado server with Bootstrap in the browser.

2D (SVG) and 3D (X3DOM) graphics, plus Matplotlib and Plotly, make Moho a good fit for scientific and instrumental applications.

First application » Installation » Live Showcase (WASM) »

The live WASM demo is the basic widget tour. Matplotlib, Plotly, SVG, and X3D screens run in the desktop moho-showcase app. Every screen is in the showcase gallery.

{%- endblock %} {%- block footer %} {%- endblock %}