Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help? #1

Open
marcnicholas opened this issue Dec 7, 2013 · 2 comments
Open

Help? #1

marcnicholas opened this issue Dec 7, 2013 · 2 comments

Comments

@marcnicholas
Copy link

Hi,

I'd love to get this working as it would solve a problem for me (node.js directly a frame buffer on an embedded Linux device is exactly what I'd love to do!).

But I don't have much of a clue where to start? Does this code drop into the DirectFB project?

Thanks!

@engine12
Copy link
Owner

engine12 commented Dec 7, 2013

My github project is just the JavaScript bindings. You also need the
DirectFB libs and Node

A good place to start is building the DirectFB for your target. Then
build Node.js.

After these are working then you can build the bindings.

If you grab a snapshot of the original project you will see
instructions and a Makefile. The link is here -->
http://git.directfb.org/?p=ports/v8-directfb.git;a=shortlog;h=refs/heads/master

The original project generates the JavaScript bindings with Perl
script. If you run the Makefile it will create a bunch of .cc files
similar to the ones in my github project.

Since I am not a Perl script coder, I worked on the expanded files
only. Replace/compare the files with my versions. The examples
folder has working example scripts.

As I mention, it is not a complete implementation of the directFB.
But if there is a symbol or function that is not reachable from
JavaScript it is usually easy enough to follow an existing binding.

I am also available for hire if there is opportunity.

Good Luck,

Mark

On 12/6/13, marcnicholas [email protected] wrote:

Hi,

I'd love to get this working as it would solve a problem for me (node.js
directly a frame buffer on an embedded Linux device is exactly what I'd
love to do!).

But I don't have much of a clue where to start? Does this code drop into the
DirectFB project?

Thanks!


Reply to this email directly or view it on GitHub:
#1

@vinifr
Copy link

vinifr commented May 16, 2016

In this module, can I use a display with touchscreen? Are touch events detected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants