ESKV Samples

ESKV is a JavaScript widget library for the browser inspired by Kivy. It is built on EcmaScript 6 and the Html5 Canvas. Like Kivy, ESKV lets you rapidly build apps with rich user experiences that consolidate mouse and touch friendly controls into one simple interface running on the web.

Get support on the ESKV Github page

Intro Samples

Hello World [src]

Pong [html] [js] [kivy version]

Widget Spam [js] [kivy version]

Sprite Spam [js]

Calculator (markup) [html] [kivy version]

UI Widget Samples

Button [src]

CheckBox [src]

Label [src]

Slider [src]

ImageWidget [src]

TextInput [src]

Layout Widget Samples

BoxLayout [src]

GridLayout [src]

ModalView [src]

ScrollView [src]

Markup Samples

Markup (part I) [src]

Markup (part II) [src]