Projects tagged ‘framebuffer’ and ‘graphics’


[6 total ]

7 Users

DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display ... [More] layers, not only on top of the Linux Framebuffer Device. It is a complete hardware abstraction layer with software fallbacks for every graphics operation that is not supported by the underlying hardware. DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux. [Less]
Created over 3 years ago.

7 Users
   

BRL-CAD is a powerful cross-platform open source combinatorial Constructive Solid Geometry (CSG) solid modeling system that includes interactive 3D solid geometry editing, a network-distributed ... [More] symmetric multiprocessing high-performance ray-tracer, network-distributed framebuffer support, image and signal-processing tools, ray-tracing support for rendering and geometric analysis, path-tracing for realistic image synthesis, numerical processing libraries, a system performance analysis benchmark suite, an embedded scripting interface, and a robust high-performance geometric representation and analysis library. BRL-CAD is extensively cross-platform supporting Windows, Mac OS X, Linux, BSD, IRIX, Solaris, and more. BRL-CAD's development heritage of more than 20 years continues to grow. [Less]
Created over 3 years ago.

0 Users

PixelToaster is a library for C++ programmers who want to write their own software rendering routines, reading and writing to an array of pixels. You choose between high dynamic range floating point ... [More] color or 32 bit truecolor and pixeltoaster converts to the native display format automatically. You also get basic keyboard and mouse input and a high resolution timer. PixelToaster is designed by Glenn Fiedler, author of the PTC, OpenPTC and TinyPTC libraries. If you liked PTC, you'll love PixelToaster! [Less]
Created about 1 year ago.

0 Users

pxCoreUpdated July 19th 2009 pxCore is a small opensource library that provides a portable framebuffer and windowing abstraction for C++. This library is intended to hide the complexity of writing ... [More] rasterization code on multiple platforms and allows you to easily write the following sorts of things in a portable way. 2d and 3d rasterizers Transition Libraries Filter Routines Image Processing In its design a few principles were followed: Be Small – A simple windowed application can be built (on Windows) in as little as 8k. Be Simple – The framebuffer abstraction supports 32bpp framebuffers and is intended to be minimal yet complete. Don’t tightly couple the framebuffer and windowing functionality. Some other framebuffer libraries (PixelToaster for one) don’t separate out the framebuffer abstraction from the windowing abstraction. By loosely coupling the two abstractions this library becomes much more valuable; as the framebuffer functionality can be used and integrated with other windowing toolkits easily thereby making YOUR code more reusable. Platform native surface construction Policy free resizing support – No policy is baked into the window resizing support so that applications completely control their own resizing behavior. Portable Keyboard, Mouse and Window events Support for portable performance timers Basic Animation Support - Support for a basic animation timer event (frames per second) is built into the windowing abstraction making it easy to write applications that animate their contents. pxCore has been ported to Windows, pocketpc (arm4), linux(x11), OSX. Related Projects: pxCamera - Video Capture [Less]
Created 12 months ago.

0 Users

Next generation of intel framebuffer driver. Derived from current linux intelfb driver by David Dawes, Sylvain Meyer, David Airlie and others. Aims for porting advanced xf86-video-intel X.org ... [More] driver functionality into kernel fbdev. Mainly based on recent versions of xf86-video-intel. Made possible by release of the official i965 G35 PRM available at http://www.intellinuxgraphics.org. Additional features include: - Dualhead operation using both display pipelines on current chipsets. - Full kernel mode switching support on mobile devices. - Support hardware scaling for integrated panel. - (s)DVO/HDMI outputs. - Dynamic DDC EDID support on all output ports. - Output port load detection and switching. - Kernel backlight control support. - Hardware overlay mixer support. Supported hardware: Same as original, full i830..i965+ range. License: Dual GPL and MIT/XFree86. [Less]
Created 4 months ago.

0 Users

Elke is small portable frambuffer c/c++ library. Provides window events handling (keyboard, mouse), window/fullscreen mode. Utility module - primitive drawing, timer. Examples included.
Created 11 months ago.