-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (94 loc) · 5.34 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="google-site-verification" content="NQnt5fo7Wt2deT1ssV-m58yyNV7RNrYERnvE3pJQdSY" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="docs/stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="docs/stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="docs/stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Quantum Engine by quantumgames studios</title>
</head>
<body>
<header>
<div class="inner">
<h1>Quantum Engine</h1>
<h2>Simple 2D HTML5 cross-platform game engine</h2>
<a href="https://github.com/Quantumgames-inc/Quantum-2dgameEngine" class="button"><small>View project on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h2>
<a id="zica-engine" class="anchor" href="#zica-engine" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Quantum Engine</h2>
<h3><a target='_blank' href="editor.html">make a beautiful game</a></h3>
<p><a href="https://zica39.github.io/zicaengine/"><img src="docs/images/product.png" alt="ZICA Engine logo"></a></p>
<h4>
<a id="2d-cross-platform-game-engine" class="anchor" href="#2d-cross-platform-game-engine" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2D cross-platform game engine</h4>
<p>Quantum Engine is a simple cross-platform game engine to create 2D games & apps without programming. It provides a comprehensive set of common
tools, so that users can focus on making games easy (with just a few clicks).
But also supports scripting for advanced users. Games can be exported in one click to a number of platforms, including
desktop platforms (Linux, Mac OSX, Windows), mobile
(Android) and web-based (HTML5) platforms.</p>
<p><img src="docs/images/scene.png" alt="ZICA Scene example"></p>
<h4>
<a id="features" class="anchor" href="#features" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Features</h4>
<p><img src="docs/images/c3events2.png" alt="ZICA Engine Features"></p>
<h4>
<a id="rapidly-develop-your-ideas-whit-zscript-event-system" class="anchor" href="#rapidly-develop-your-ideas-whit-zscript-event-system" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Rapidly develop your ideas with PhotonScript event system</h4>
<p><img src="docs/images/c3events.png" alt="ZICA Engine ZScript system"></p>
<h2>
<a id="to-do" class="anchor" href="#to-do" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>To do...</h2>
<ul>
<li>[ ] Windows Mac Linux build</li>
<li>[ ] Image & audio editor</li>
<li>[ ] RPG map editor</li>
<li>[ ] Adroid & IOS build</li>
<li>[ ] Admob integration</li>
<li>[ ] Physic engine</li>
<li>[ ] Website and prefabs shop</li>
<li>[ ] Demos</li>
<li>[ ] Docs & tutorials</li>
<li>[ ] Undo/Redo</li>
<li>[ ] Serialization</li>
<li>[ ] GUI components</li>
<li>[ ] Timeline editor</li>
<li>[ ] More actions and behaviours</li>
</ul>
<h4>
<a id="code-example" class="anchor" href="#code-example" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Code example</h4>
<p><img src="docs/images/c3events1.png" alt="ZICA Engine ZScript system"></p>
<h3>
<a id="license" class="anchor" href="#license" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>License</h3>
<ul>
<li>
<p>Quantum Enigne uses a MIT license that allow for commercial usage of the platform without any cost.</p>
</li>
<li>
<p>The project build on top of open source libraries <a href="https://microsoft.github.io/monaco-editor/">monaco-editor</a>, <a href="https://github.com/dataarts/dat.gui">dat.gui</a>, <a href="https://github.com/jagenjo/litegui.js">litegui.js</a>, <a href="http://openexchangerates.github.io/javascript-sandbox-console/">javascript-sandbox-console</a>,
<a href="https://nwjs.io">nwjs.io</a>, <a href="https://github.com/Sebmaster/copperlicht">copperlicht</a></p>
</li>
</ul>
</section>
<aside id="sidebar">
<a href="https://github.com/Quantumgames-inc/Quantum-2dgameEngine/archive/refs/tags/V0.0.1Alpha.zip" class="button">
<small>Download</small>
.zip version
</a>
<a href="https://github.com/Quantumgames-inc/Quantum-2dgameEngine/archive/refs/tags/V0.0.1Alpha.tar.gz" class="button">
<small>Download</small>
.tar.gz version
</a>
<p class="repo-owner"><a href="https://github.com/Quantumgames-inc/Quantum-2dgameEngine"></a> is maintained by <a href="https://github.com/Quantumgames-inc">quantumgames studios</a>.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>