Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavosbarreto/qiojs
Qt + io.js into a single event loop
https://github.com/gustavosbarreto/qiojs
Last synced: 22 days ago
JSON representation
Qt + io.js into a single event loop
- Host: GitHub
- URL: https://github.com/gustavosbarreto/qiojs
- Owner: gustavosbarreto
- Created: 2015-08-14T23:07:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T17:54:51.000Z (over 9 years ago)
- Last Synced: 2024-10-28T20:12:23.847Z (2 months ago)
- Language: CMake
- Homepage:
- Size: 15.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
# qiojs
Qt + io.js into a single event loop
### What is this?
qiojs is an npm compatible platform that integrate both Qt and io.js event loops.
### What is this for?
It is for who wants to run native addon module for io.js/Node.js that wraps Qt classes.
## Building
[source]
----
$ git clone git@github.com:gustavosbarreto/qiojs.git
$ cd qiojs
$ git submodule update --init
$ cmake .
$ make -j4
----## Running
After the build process has successfully finished, you should find a *qiojs* executable in the current working directory. Run the *qiojs* executable as you would with _io.js/Node.js__ executable.