https://github.com/x1unix/menthol
Application-oriented UI framework for the Web
https://github.com/x1unix/menthol
Last synced: about 1 month ago
JSON representation
Application-oriented UI framework for the Web
- Host: GitHub
- URL: https://github.com/x1unix/menthol
- Owner: x1unix
- Created: 2016-06-21T22:22:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T22:40:00.000Z (over 7 years ago)
- Last Synced: 2025-01-31T07:16:13.625Z (3 months ago)
- Language: TypeScript
- Homepage: https://x1unix.github.io/menthol/
- Size: 901 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Menthol
>Canvas-based UI Framework for Web Applications# About
This framework allows to develop web-applications and use *canvas* as user interface instead of DOM and HTML.
The main target of project is to provide fast, flexible and easy API interface similar to some of mobile platforms (Cocoa Touch, etc.)Project is written on **TypeScript** and compiled to JavaScript (ES5) and currently in active development life cycle.
## Browser support
To use Menthol, your browser must support:
* Canvas API
* ECMAScript 5.1# Usage
To start, clone this repo or install it from npm: `npm install kratos`.
For examples, look at **demo** folder at project or visit **[Wiki](https://github.com/odin3/kratos/wiki)** on GitHub for docs.We strongly recommend to use TypeScript for development with this platform, but you can use plain JavaScript.