Go to file
2015-09-28 21:24:00 +02:00
android/src/org/gale [DEBUG] correct file interface of android 2015-09-18 21:29:53 +02:00
gale [DEV] set pthread to have a basic version that work 2015-09-28 21:24:00 +02:00
sample [DEV] update next lutin version 2015-09-24 21:44:04 +02:00
.gitignore [DEV] UPDATE gale infra 2015-08-04 23:24:28 +02:00
.travis.yml [DEV] update test 2015-08-28 21:44:41 +02:00
LICENSE Initial commit 2015-07-10 10:58:21 +02:00
license.txt [DEV] fisrt step or rework backend of ewol 2015-07-15 08:34:16 +02:00
lutin_gale.py [DEV] update next lutin version 2015-09-24 21:44:04 +02:00
README.md [DEV] update test 2015-08-28 21:44:41 +02:00

gale

gale is an abtracter of the low level graphic windowing (like the SDL but in C++11)

It is designed to abstract systems

  • Linux
  • MacOs
  • Windows
  • Android
  • Ios

Build Status

Coverage Status

Test Status

Warning Status

Instructions

License (APACHE v2.0)

Copyright gale 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.

gale

(APACHE-2) Graphic Abstraction Layer for Ewol: abstract the OpenGL/... interface and mouse/touch/keyboard for multiple system (Linux, Android, MacOs, Windows, Ios)