Showing 16 open source projects for "frame buffer"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Start Free
  • 1
    LibVNCServer

    LibVNCServer

    LibVNCServer/LibVNCClient are cross-platform C libraries

    LibVNCServer, a library for easy implementation of a VNC server. VNC is a set of programs using the RFB (Remote Frame Buffer) protocol. They are designed to "export" a frame buffer via net: you set up a server and can connect to it via VNC viewers. If the server supports WebSockets (which LibVNCServer does), you can also connect using an in-browser VNC viewer like noVNC. LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    terminal-image

    terminal-image

    Display images in the terminal

    terminal-image is a Node.js package for displaying images directly inside color-capable terminal applications. It supports PNG and JPEG files as well as animated GIF playback. Terminals with native graphics protocols, including compatible iTerm2 and Kitty environments, can display images at full resolution. Other terminals fall back to colored Unicode block characters using ANSI output. Developers can specify image width and height as terminal dimensions or percentages while preserving...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    ViZDoom

    ViZDoom

    Doom-based AI research platform for reinforcement learning

    ...Async and sync single-player and multi-player modes. Fast (up to 7000 fps in sync mode, single-threaded). Lightweight (few MBs). Customizable resolution and rendering parameters. Access to the depth buffer (3D vision). Automatic labeling of game objects visible in the frame. Access to the list of actors/objects and map geometry.ViZDoom API is reinforcement learning friendly (suitable also for learning from demonstration, apprenticeship learning or apprenticeship via inverse reinforcement learning.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Jessibuca

    Jessibuca

    Jessibuca is an open source pure H5 live streaming player

    Jessibuca is an open-source HTML5 live streaming player that runs entirely in the browser using WebAssembly to decode audio and video streams without requiring plugins. It compiles native decoding libraries into JavaScript, enabling high-performance playback across desktop and mobile devices. The player supports modern streaming protocols and codecs, allowing it to handle real-time video feeds with low latency and stable rendering. Its architecture is modular, separating decoding, demuxing,...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 5
    Emacs-Helm

    Emacs-Helm

    Emacs incremental completion and selection narrowing framework

    Emacs incremental completion and selection narrowing framework. Helm is an Emacs framework for incremental completions and narrowing selections. It helps to rapidly complete file names, buffer names, or any other Emacs interactions requiring selecting an item from a list of possible choices. Helm is a fork of anything.el, which was originally written by Tamas Patrovic and can be considered to be its successor. Helm cleans the legacy code that is leaner, modular, and unchained from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    asterisk-audiosocket

    Dependency-free Asterisk AudioSocket library for Node.js

    ...The library handles the framing, which is a three byte header followed by a payload, and the message types you actually meet: the call UUID, audio, hangup and error. It also handles the part that catches people out. Asterisk forwards every frame to the channel the moment it arrives and does not buffer for you, so writing a whole sentence at once means the far end keeps a few frames and discards the rest. The playback helper paces one frame per 20 ms against a deadline and re-clamps rather than bursting to catch up. MIT licensed, published on npm.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    vvv

    vvv

    Real-Time Volume Renderer

    ...Features: * Support for large volumes * Support for RAW, PVM and DICOM * Fast pre-Integration for high-quality rendering * Easy Control of Emission and Absorption * Gradient Magnitude Mode * Multiple-Transfer-Function Mode * Intuitive clip planes * 16-bit frame-buffer-object support * Easy to use Qt user interface
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    FabGL

    FabGL

    ESP32 Display Controller (VGA, PAL/NTSC Color Composite, SSD1306, ST77

    ...Composite output doesn't require external components (maybe a 5Mhz low pass filter). An unlimited number of sprites are supported. However big sprites and a large amount of them reduce the frame rate and could generate flickering. When there is enough memory (on low resolutions like 320x200), it is possible to allocate two screen buffers, so to implement double buffering. In this case primitives are always drawn on the back buffer.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    n64-bitmap

    N64 bitmap system for blitting

    This is software for transforming png images for blitting on a N64 frame buffer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 10
    datasw

    datasw

    datasw, a tool for rapid processing of HPLC-SAXS data.

    Small-angle X-ray scattering (SAXS) in solution is a common low-resolution method which can efficiently complement high-resolution information obtained by crystallography or NMR. Sample monodispersity is key to reliable SAXS data interpretation and model building. Beamline setups with inline high-performance liquid chromatography (HPLC) are particularly useful for accurate profiling of heterogeneous samples. The program DATASW performs averaging of individual data frames from HPLC-SAXS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RaspiGFX

    RaspiGFX

    A simple 2D FrameBuffer graphics library in C/C++ for the Raspberry PI

    Based on my previous work a while ago on Solaris workstations (and the great work at http://raspberrycompote.blogspot.co.uk) I have put together a simple library to make use of the RaspberryPI's frame buffer for unaccelerated 2D graphics. The Library supports graphics primatives such as: Pixel, Line, Ellipse, Rectangle, Fill, Triangle, Polygon, CopyRect, Images, DoubleBuffering/Page Flips, XY origin, TTF Fonts (via public domain code) Using 16-bit (R5-G6-B5) colour mode (at all available screen resolutions the PI supports) it allows for a relatively fast, colourful graphics API. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    splash4slack

    A minimal framebuffer decorator for initrd image

    ...splash4slack allow you to put a background framebuffer image and to write messages over background using pre-rasterized ttf Mono fonts (software transparency). splash4slack is made by 3 binaries: fbdec, the frame buffer decorator, run as daemon, and wait for messages coming on a named pipe; fbput control the daemon sending commands to the named pipe (you can print strings, move cursor, clear background, and send 'backspace'); ttyread read characters typed on keyboard.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    CUDA Fractal

    Fractal Generator using CUDA technology.

    This project will utilize CUDA technology to render Mandelbrot fractals with arbitrary frame buffer size, arbitrary precision numbers for infinite zoom capability, and have features to stress test CUDA based nVidia Titan GPUs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    VNCe

    Light-weight RFB 3.8 (VNC) Server for Windows CE 5.0

    ...VNCe is licensed under the GNU GPL, version 2. Supports: RFB v3.3, v3.7, v3.8 Tight Security Type / Tight extension types TightVNC v1.3 File Transfer extensions 16-bit RGB565 server-side frame buffer VNC authentication (or no authentication, if desired.) 8-bit palletized color 16- or 32-bit true color RAW encoding Cursor and XCursor pseudo-encodings (allows cursor to be drawn by the client, which makes mouse movements less choppy.) Built with Visual Studio 2008 and Windows CE 5.0 SDK. Note: While submitted improvements to this server may be considered for inclusion, new developers will not be added to this project at this time. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 15
    OpenPTC is a portable frame-buffer library for computer graphics programmers (C/C++/Java)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A collection of applications and games that use the RFB Protocol (Remote Frame Buffer, i.e. VNC) as their means for user I/O.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next