ege/doc/mainpage.md

59 lines
1.7 KiB
Markdown

EGE library {#mainpage}
=============
@tableofcontents
What is EGE: {#ege_mainpage_what}
==============
EGE, or Ewol Game Engine. It is a prototype to lean how to use the bullet lib and how can I create a simple game engine.
What it does: {#ege_mainpage_what_it_does}
-------------
EGE does not do many things (not enouth dev time)
EGE is dependent of the STL (compatible with MacOs stl (CXX))
What it doesn't do: {#ege_mainpage_what_it_not_does}
-------------------
a good game
What languages are supported? {#ege_mainpage_language}
=============================
EGE is written in C++.
Are there any licensing restrictions? {#ege_mainpage_license_restriction}
=====================================
EGE is **FREE software** and _all sub-library are FREE and staticly linkable !!!_
License (MPL v2.0) {#ege_mainpage_license}
==================
Copyright EGE Edouard DUPIN
Licensed under the Mozilla Public License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
<https://www.mozilla.org/MPL/2.0>
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Other pages {#ege_mainpage_sub_page}
===========
- @ref ege_build
- [**ewol coding style**](http://atria-soft.github.io/ewol/ewol_coding_style.html)