ector: initial introduction.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:14:56 +0000 (16:14 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:14:56 +0000 (16:14 +0200)
commit5e75d607c61189756b73b9c61c842ba1596a0d6b
treef43d3cfd9372eb809ace9126b3ec0b593e951e81
parent411bb5b64ed57b24f11b89416f242ddecd68f0cc
ector: initial introduction.

Idea for this library is to become a retained mode drawing library that use
Eo/Eolian for its API and take a lot of the good design from Enesim by
Jorge Zapata and Jose Gonzalez (http://enesim.org/).
12 files changed:
configure.ac
pc/.gitignore
pc/ector.pc.in [new file with mode: 0644]
src/Makefile.am
src/Makefile_Ector.am [new file with mode: 0644]
src/lib/ector/Ector.h [new file with mode: 0644]
src/lib/ector/ector_main.c [new file with mode: 0644]
src/lib/ector/ector_private.h [new file with mode: 0644]
src/tests/ector/cxx_compile_test.cxx [new file with mode: 0644]
src/tests/ector/ector_suite.c [new file with mode: 0644]
src/tests/ector/ector_suite.h [new file with mode: 0644]
src/tests/ector/ector_test_init.c [new file with mode: 0644]