jturbide / zemit-layout-engine

A touch-oriented layout engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zemit Layout Engine

Zemit (pronounced /zemitː/) is a free & open-source layout engine that aims to facilitates the integration of your interface and help with the communication of its widgets with your server logic.

Currently under heavy development but you can try the latest version on your mobile or desktop computer here: https://try.zemit.com

If you want to help with the development, feel free to communicate with me.

Usage demonstration

Currently under heavy development but you can try the latest version on your mobile or desktop computer here: http://try.zemit.com

If you want to help with the development, feel free to communication with me.

Browser Compatibility

Zemit supports all browsers that are ES5-compliant (the application itself is not supported on IE11 and below but the output is supported by IE8 and above).

Technology

Zemit is built over AngularJS and use other different libraries such as jQuery, Font Awesome, JSONDiffPath and InteractJS.

Installation

Run the following commands to install the dependencies and build Zemit.

  1. npm install
  2. grunt

Afterward, check /dist/index.html or /dist/index.min.html

License

MIT

Copyright (c) 2017-present, Danny Coulombe

About

A touch-oriented layout engine

License:MIT License


Languages

Language:JavaScript 62.7%Language:CSS 20.2%Language:HTML 17.1%