Ewol library

What is EWOL?

EWOL, or Edn Widget OpenGl Layer, is a multi-platform library for creating graphical user interfaces in OpenGL. Offering a complete set of widgets.

Where can I use it?

Everywhere! EWOL is cross-platform devolopped to support bases OS:

  • Linux (X11) (mouse)
  • Windows (mouse) (build on linux...)
  • MacOs (mouse)
  • Android (mouse + touch)
  • IOs (touch)

What languages are supported?

EWOL is written in C++ and is not (for now) supported for other languages.

Are there any licensing restrictions?

EWOL is FREE software and all sub-library are FREE and staticly linkable !!!

That allow you to use it for every program you want, including those developing proprietary software, without any license fees or royalties.

The static support is important for some platform like IOs, and this limit the external library use at some license like:

  • BSD*
  • MIT
  • APPACHE-2
  • PNG
  • ZLIB

This exclude the classical extern library with licence:

  • L-GPL
  • GPL

License (APACHE 2)

Copyright ewol Edouard DUPIN

Licensed under the Apache 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

http://www.apache.org/licenses/LICENSE-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.

Sub library:

License:

Description:

Internal:

  • elog : Generic Log interface (for Android and MacOs) ...
  • etk : Generic toolkit to acces on file, standardize acces on string (for Android and MacOs) ...
  • earchive : Generic access to a zip file (used to access on file on Android)
  • egami : generic image accessor for PNG, svg and bmp image (might add some other type ...)
  • e-svg : Generic SVG image parser and displayer
  • e-json : JSON file access (read and write)
  • e-xml : XML file access (read and write)
  • audio : Basic audio format
  • audio-orchestra : Low level wrapper of audio interface (Linux/Windows/MacOs/IOs/Android)
  • audio-drain : single stream audio processing
  • audio-river : High level audio abstraction
  • audio-ess : basic sound set manager
  • ege : Ewol Game engine is a wrapper on the the bullet physical engine and ewol renderer engin. This is in developpement for now (the simple objective is to produce game to make profitable all my work)
  • zeus : RPC over websocket
  • dollar : $1 $n $p and $p+

External:

  • linearmath : bullet mathamatical sub lib (for using same vec3).
  • Z lib : Clkassical zlib lib.
  • libPNG : the classical png display lib.
  • ogg : The classical Ogg coder reader lib.
  • freetype : The classicle true-type reader lib.
  • bulletlib : the classical bullet library physical engine. (dependence by ege)
  • openSSL : generic SSL library. (dependence by zeus)

Program Using EWOL

  • edn: (Application in GPLv3) Edn is the main application using this lib and designed for (in the first time). This is a "Code editor".
  • worddown: (Proprietary) Worddown is a simple word game.

Main documentation: