Difference between revisions of "Application:DFBAdapter"

From WebOS Internals
Jump to navigation Jump to search
Line 8: Line 8:
  
 
== Summary ==  
 
== Summary ==  
 +
The project is designed to run arbitrary existing directfb(gtk with directfb as backend) program on Luna in a card.
  
 +
The project is made up of three parts
 +
 +
* dfbadapter: it is a browser plugin (NPAPI) abstracted as a screen and input evnets sources for the hacked directfb library (based on 1.2.8)
 +
 +
* directfb library: write a new system module called pbp for directfb-1.2.8
 +
 +
* mojo apps: contain the directfb program info and Luna special type of input event sent to dfbadapter by npruntime
 
== Status ==
 
== Status ==
  

Revision as of 04:52, 14 September 2009

« Go Back to the Utilities application list
DirectFB Terminal.png

DFBAdapter - Version: Alpha 0.0.1
(12 Sep 2009)

Summary

The project is designed to run arbitrary existing directfb(gtk with directfb as backend) program on Luna in a card.

The project is made up of three parts

  • dfbadapter: it is a browser plugin (NPAPI) abstracted as a screen and input evnets sources for the hacked directfb library (based on 1.2.8)
  • directfb library: write a new system module called pbp for directfb-1.2.8
  • mojo apps: contain the directfb program info and Luna special type of input event sent to dfbadapter by npruntime

Status

This is alpha software. Consider yourself lucky if it works at all. Many people have put many hours of hard work in to get just this far - respect that effort when making comments and suggestions.

Installation

License

Please be aware that org.webosinternals.dfbadapter is licensed under the GPLv2.

They cannot be used by a closed source application. If you want to use them in a non-GPLv2 but otherwise open source application, please contact the authors.

Operating notes

Recent enhancements

Known bugs

Repository

Command Line Installation

Updating

Removal