2016-04-08 22:14:28 +02:00
|
|
|
ETK library {#mainpage}
|
2016-04-04 21:55:27 +02:00
|
|
|
===========
|
|
|
|
|
2016-04-08 22:14:28 +02:00
|
|
|
What is ETK, and how can I use it? {#etk_mainpage_what}
|
|
|
|
==================================
|
2016-04-04 21:55:27 +02:00
|
|
|
|
|
|
|
ETK, or Ewol Tool kit is a simple abstraction layer for some elements like mutex, std missing element(in android or MacOS) and ...
|
|
|
|
|
|
|
|
We can simply say: Just a tool-box **(I use it to add many test prototyping ... and bad things ...)**
|
|
|
|
|
|
|
|
|
|
|
|
ETK is composed of some part:
|
|
|
|
- Log system interface
|
|
|
|
- File access abstraction (for android, data are stored in a .apk (== zip file))
|
|
|
|
- Mutex / semaphore abstraction (can not use pthread on windows)
|
|
|
|
- Regular expression
|
|
|
|
- Generic color interface
|
|
|
|
- Std adding missing element on some platform.
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-04-08 22:14:28 +02:00
|
|
|
What languages are supported? {#etk_mainpage_langue}
|
|
|
|
=============================
|
2016-04-04 21:55:27 +02:00
|
|
|
|
|
|
|
ETK is written in C++.
|
|
|
|
|
|
|
|
|
2016-04-08 22:14:28 +02:00
|
|
|
Are there any licensing restrictions? {#etk_mainpage_dependency}
|
|
|
|
=====================================
|
2016-04-04 21:55:27 +02:00
|
|
|
|
2016-04-04 22:24:50 +02:00
|
|
|
ETK is **FREE software** and _all sub-library are FREE and staticly linkable !!!_
|
2016-04-04 21:55:27 +02:00
|
|
|
|
|
|
|
|
2017-01-05 21:28:23 +01:00
|
|
|
License (MPL v2.0) {#etk_mainpage_licence}
|
|
|
|
==================
|
2016-04-04 21:55:27 +02:00
|
|
|
|
|
|
|
Copyright etk Edouard DUPIN
|
|
|
|
|
2017-01-05 21:28:23 +01:00
|
|
|
Licensed under the Mozilla Public License, Version 2.0 (the "License");
|
2016-04-04 21:55:27 +02:00
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
2017-01-05 21:28:23 +01:00
|
|
|
<https://www.mozilla.org/MPL/2.0>
|
2016-04-04 21:55:27 +02:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2016-04-08 22:14:28 +02:00
|
|
|
|
|
|
|
Other pages {#etk_mainpage_sub_page}
|
|
|
|
===========
|
|
|
|
|
|
|
|
- @ref etk_build
|
|
|
|
- [**ewol coding style**](http://atria-soft.github.io/ewol/ewol_coding_style.html)
|
|
|
|
|
|
|
|
|
|
|
|
|