Wiki page start changed with summary [Wrapped C++ in nowiki tag (%%C++%%) to prevent possible future issues with inline folding.] by Henrik Danielsson

This commit is contained in:
Henrik Danielsson 2015-04-20 12:03:16 -07:00 committed by apache
parent 0862cc492a
commit 49ed6ff179
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ We still primarily support Linux for Enlightenment, but there is some effort (ba
In the process of developing a Window Manager, A set of libraries were developed in order to achieve that goal. These libraries are known collectively as [[:about-efl|EFL]]. They cover a range of functionality from main-loop, to graphics, scene graphs, networking, widgets, data storage, IPC and much more.
We now are starting to pull in bindings support directly into EFL. We are working on having bindings auto-generated for C++, Lua and Javascript (v8/node.js). We also would like to pull in our Python bindings in the future so we can support as many languages as possible and keep them up to date.
We now are starting to pull in bindings support directly into EFL. We are working on having bindings auto-generated for %%C++%%, Lua and Javascript (v8/node.js). We also would like to pull in our Python bindings in the future so we can support as many languages as possible and keep them up to date.
For our libraries, our primary development environment is Linux, but we make an effort to support the BSDs as fully as possible, as well as OSX and Windows.