forked from jagenjo/litegui.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·49 lines (40 loc) · 1.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!--
<meta property="og:title" content="GameEditor" />
<meta property="og:description" content="GameEditor for simple games" />
<meta property="og:image" content="" />
-->
<title>LiteGUI.js</title>
<link type="text/css" rel="stylesheet" media="all" href="https://github.com/assets/github-c066013be20516a6aae45467044fa109f18bd0c6.css">
<link type="text/css" rel="stylesheet" media="all" href="https://github.com/assets/github2-97081caeb5890bc349a9ff52de33ac5ba1a4b6cc.css">
<link type="text/css" rel="stylesheet" media="all" href="https://github.com/assets/styleguide-4a2ef42768c9e616cf8022dec2fe99290430ac2c.css">
<link rel="stylesheet" type="text/css" href="style.css" />
<style type='text/css'>
</style>
</head>
<body>
<div id="wrap">
<div id="main">
<div id="content" class="markdown-body">
<h1>LiteGUI.js</h1>
<p>LightGUI.js is a library that wraps most of desktop application widgets in javascript so you can create web-apps that look like desktop apps, without the need of using HTML directly.</p>
<p>Some of the features are:</p>
<ul>
<li>Most common widgets (sliders, checkbox, file tree, top menu, contextual menus) and some more advanced (curves,tabs,tags)</li>
<li>Create Dialogs (modal, resizable, minimizable)</li>
<li>Create panels dynamically to configure instances properties.</li>
</ul>
<h2>Usage</h2>
<h2>Examples</h2>
<ul>
<li><a href="demo">Demo</a></li>
</ul>
<h2>Documentation</h2>
</div>
</div>
</div>
</body>
</html>