efl/legacy/elementary/doc
Felipe Magno de Almeida 4f44ca0a16 efl-js: JavaScript Eolian binding
To configure elementary sources with bindings to use in nodejs add
––with-js=nodejs in configure flags in EFL compilation to generate
node files, then compile elementary normally:

path/to/efl$ configure --with-js=nodejs
path/to/efl$ make
path/to/efl$ make install

path/to/elm$ configure
path/to/efl$ make
path/to/efl$ make install

To use, you have to require elm:

elm = require('elm')

The bindings is divided in two parts: generated and manually
written. The generation uses the Eolian library for parsing Eo files
and generate C++ code that is compiled against V8 interpreter library
to create a elm.node file that can be required in a node.js instance.

@feature
2015-12-23 22:23:46 -02:00
..
img documentation style cleanup for release 2014-02-21 22:26:22 +09:00
widgets autotools: simplify .pc.in. 2014-09-04 17:33:05 +02:00
.gitignore Split .gitignore into multiple files 2013-06-11 18:18:06 -03:00
Doxyfile.in efl-js: JavaScript Eolian binding 2015-12-23 22:23:46 -02:00
DoxygenLayout.xml Elementary: replacing doxygen's modules list with a 2011-07-20 17:55:07 +00:00
Makefile.am Revert "doc: Improve build speed, disable doc's widgets build" 2015-03-31 20:37:47 +09:00
e.css docs: Sync e.css file from efl to elementary 2014-09-19 15:49:15 +02:00
examples-cxx.dox cxx: Added examples and tutorial for C++ binding 2015-08-25 03:42:34 -03:00
examples-js.dox efl-js: JavaScript Eolian binding 2015-12-23 22:23:46 -02:00
examples.dox cxx: Added examples and tutorial for C++ binding 2015-08-25 03:42:34 -03:00
foot.html doc: sync changes made in efl 2014-08-08 18:10:52 +02:00
head.html documentation style cleanup for release 2014-02-21 22:26:22 +09:00
index.doxy index.doxy: add App to infrastructure documentation list. 2013-06-16 22:25:26 +09:00
shot.sh shot.sh: Set ELM_DISPLAY to bring the elm shot engine back to life 2014-08-07 09:23:19 +02:00
widget_hierarchy.py [elm] Fix widget inheritance images generation. 2012-07-05 19:23:31 +00:00