Showing 114 open source projects for "sdl2-gfx"

View related business solutions
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    ASCII GFX

    ASCII GFX

    ASCII graphics made easy

    This software is a library on top of the NCurses library for ease of rendering ASCII graphics.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    Another Apidya Remake

    Another attempt to do a remake of the famous Amiga shoot'em-up Apidya

    Attempt to do a remake of the famous Amiga game Apidya from Factor5. This port will be primarily been developed for Linux with SDL2 library. First step will be to have a 1 per 1 clone of the original by dumping Amiga GFX and re-coding game logic from scratch. Feel free to help ;-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SDL_GameControllerDB

    SDL_GameControllerDB

    A community sourced database of game controller mappings

    SDL_GameControllerDB is a community-maintained database of game controller mappings designed to be used with the SDL (Simple DirectMedia Layer) library’s Game Controller API for both SDL2 and SDL3. Because many controllers report different axes and button layouts depending on platform and manufacturer, this project provides a large text database (gamecontrollerdb.txt) that maps those raw inputs to a standardized layout for consistent use in games and applications across Windows, macOS, Linux, Android, and other SDL-supported systems. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 4
    Emscripten

    Emscripten

    Emscripten: An LLVM-to-WebAssembly Compiler

    ...While Emscripten mostly focuses on compiling C and C++ using Clang, it can be integrated with other LLVM-using compilers (for example, Rust has Emscripten integration, with the wasm32-unknown-emscripten and asmjs-unknown-emscripten targets). Emscripten provides Web support for popular portable APIs such as OpenGL and SDL2, allowing complex graphical native applications to be ported, such as the Unity game engine and Google Earth. It can probably port your codebase, too.
    Downloads: 5 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    ioquake3

    ioquake3

    The ioquake3 community effort to continue supporting/developing id's

    ...It is designed to let players run Quake 3, its expansion Team Arena, and community mods on contemporary systems while also serving as a solid base for new projects. The engine modernizes the original codebase with a CMake build system, an SDL2 backend for cross-platform windowing and input, and OpenAL sound for better audio quality and multi-speaker setups. It adds numerous quality-of-life improvements such as VoIP support, AVI demo capture, improved console completion and history, and optional Ogg Vorbis support. ioquake3 also improves portability and maintainability by supporting x86_64 on Linux, MinGW builds on Windows, and various other operating systems, and even provides web support via Emscripten.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Panda3DS

    Panda3DS

    HLE 3DS emulator

    Panda3DS is a new emulator for the Nintendo 3DS. It allows fans of the console to enjoy their favorite games with various enhancements and unique features on all their devices, be it a laptop, a desktop, or on the go with a Steam Deck (and phone someday). Welcome to the home site for Panda3DS, a new emulator hoping to bring all sorts of unique features to the 3DS emulation scene, such as support for scripting, various enhancements, support for all sorts of platforms, development tools, and more.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    xemu

    xemu

    Original Xbox Emulator for Windows, macOS, and Linux

    ...Pre-compiled binaries are available for Windows, macOS, and Ubuntu. Networking is supported out of the box. Connect to other instances of xemu and even real Xboxes, locally or over the Internet. Built on SDL2, xemu supports virtually all gamepads. Connect up to 4 controllers at any time, just like a real Xbox. No need to wait for game checkpoints. xemu supports saving the current state and loading it back up at any time. Breathe new life into your original Xbox games by easily scaling up the resolution that games render at.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 8
    Objeck

    Objeck

    Objeck is a modern object-oriented programming language

    ...Objeck can be built for a variety of targets. The language is implemented in C++, assembly (i.e., generated machine code) and assisted by code generators for bindings to SDL2 and GTK 3/4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EasyRPG Player

    EasyRPG Player

    RPG Maker 2000/2003 and EasyRPG games interpreter

    EasyRPG Player is a game interpreter to play RPG Maker 2000, 2003, and EasyRPG games. It uses the LCF parser library (liblcf) to read RPG Maker game data. EasyRPG Player is a program that allows to play games created with RPG Maker 2000 and 2003. It aims to be a free (as in freedom) cross-platform RPG Maker 2000/2003 interpreter. The main goal is to play all games created with them as the original game interpreter (RPG_RT) does. This project is being developed. FreeType2 for external font...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    GLSMAC

    GLSMAC

    Open-source OpenGL/SDL2 reimplementation of Sid Meier's Alpha Centauri

    glsmac is a compact C99 library designed to simplify OpenGL development on macOS by creating a minimal, no-dependency window and OpenGL context setup. It uses only macOS's native APIs (Cocoa and Core OpenGL) without relying on third-party frameworks like GLFW or SDL. This makes it ideal for developers who want tight control over their OpenGL projects, need a lightweight setup for demos or testing, or are writing small graphical utilities without overhead. The code is short, self-contained,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SDL_Bgi

    SDL_Bgi

    Graphics library (GRAPHICS.H) for C, C++, WebAssembly, and Python.

    SDL bgi is a graphics library (GRAPHICS.H) for C, C++, WebAssembly, and Python. It's based on SDL2 / SDL3 and it's portable on many platforms. SDL_bgi is functionally compatible with the original BGI in Turbo C and Borland C++, and also with another implementation, WinBGIm. In addition, SDL_bgi provides extensions for ARGB colours, mouse support, vector fonts, and multiple windows.
    Downloads: 78 This Week
    Last Update:
    See Project
  • 12
    hamclock-next

    hamclock-next

    Full re-write of hamclock in SDL2

    Downloads: 41 This Week
    Last Update:
    See Project
  • 13

    Magnetic-Valet

    The Magnetic-Valet is a tool to measure and vizualize magnetic fields.

    The Magnet-Valet contains a STMicroelectronics STM-32 NUCLEO-L432KC board attached to an Arduino nano expander board (V1.0) connected to a LCD Gfx-240x128 display of the Smart-LCD project of the same author.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Smart-LCD

    Smart-LCD

    #3B - smart LCD hardware driver controlled by an ATmega328P

    #3B - smart LCD hardware driver controlled by an ATmega328P as I²C slave. Hardware, Software and Documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    glorec

    glorec

    sound recording gui

    let one recording sound as wav files, with gui. made with opengl & openal
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FreeBASIC Compiler
    Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the GFX statements), that adds new features such as pointers, unsigned data types, inline assembly, a pre-processor and many others.
    Leader badge
    Downloads: 1,124 This Week
    Last Update:
    See Project
  • 17
    QuakeSpasm

    QuakeSpasm

    A modern, cross-platform Quake game engine based on FitzQuake.

    QuakeSpasm is a *Nix friendly Quake Engine based on the SDL port of the popular FitzQuake. It includes some new features, important fixes, and aims for portability and 64 bit correctness.
    Leader badge
    Downloads: 487 This Week
    Last Update:
    See Project
  • 18
    ...There is a single player mode and a multiplayer mode via Split screen, LAN and Internet. The game features 100 levels and includes a level editor.[2] ---- How to install in Core Linux ---- fuse dejavu fonts bash sdl2-dev alsa alsa-config (alsamixer M to unmute, cursors to volume) Firefox-ESR (for more X dependencies) To run the AppImage in the shell first you nee to type bash (and enter), then chmod +x Froze...AppImage and ./Frozen..AppImage to play
    Downloads: 13 This Week
    Last Update:
    See Project
  • 19
    PokerTH
    PokerTH is a poker game written in C++/Qt. You can play the popular Texas Hold'em poker variant against up to nine computer-opponents or play internet games with people all over the world. This poker engine is available for Linux, Windows and Mac
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 20
    My MOD's for 2,5D-games: Duke 3D&more

    My MOD's for 2,5D-games: Duke 3D&more

    My addon for GAME: WW2GI,N.A.M.,Duke Nukem 3D,Blood,Shadow Warrior

    Hi, about few years ago I+ my friends doing some graphic MODS/addon's for old 2,5D DOS-games on BUILD ENGINE (Ken Silverman) like: Duke Nukem 3D, N.A.M. , WW2GI , Blood, Shadow Warrior . Also some gfx-modifications for ID Software DOS-games: DOOM, Quake I. We use some mod's-modifications other Authors + MY own works,arts,sounds,music,animation, my sprites,titlepics,CON-hacking etc. There My N E W L I N K S for free downloading: ******************************************************* https://sourceforge.net/projects/mymodsforduke3d/files/?...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Zenamp

    Zenamp

    Multi-format audio player with MIDI, playlists & visualization

    ...Features OPL3 FM synthesis for authentic MIDI playback, drag-and-drop playlist queue, real-time spectrum visualization, 10-band equalizer, and M3U playlist support. Built with SDL2 audio backend for cross-platform compatibility across Linux and Windows. Includes intuitive controls with keyboard shortcuts, 5-second seek buttons, and efficient format conversion. Perfect for musicians and audio enthusiasts needing reliable playback of both modern and legacy audio formats. Multi-threaded architecture ensures smooth performance. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    View64

    View64 is a image viewer for C64 images

    View64 can be used to view native C64 image files without firing up an emulator with the respective editor. For realistic display it supports PAL/NTSC display with scanlines, shadow masks and other artifacts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    blackvideo-mini-player

    blackvideo-mini-player

    A standalone lightweight auxiliary CLI video player for BlackVideo.

    Lightweight cross-platform video player (Ada + SDL2 + FFmpeg). Support player for the BlackVideo. Works standalone via CLI or right-click on any video file. Usage Method 1 — Command Line Step 1. Unzip blackvideo-mini-player-v2.3.0.win.zip Step 2. Open the build\ folder, then type cmd directly in the address bar and press Enter — this opens a terminal already in that folder.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    libvideo-source

    libvideo-source

    M-JPEG, RFC2435, RFC4175 and V4L2 playback libraries

    ...libviewport-qt5 - C++ library with Qt5 widget for displaying video streams. libviewport-eql5 - 'libviewport-qt5' bindings for Embeddable Qt Lisp. vs-play - simple video player, based on SDL2 and 'libvideo-source'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Quick 2d Plot

    Quick 2d Plot

    Program for live 2d graphical representation of data streams

    ...The program may be useful for plotting output of different user's application programs, especially in case when the user wants to see a plot or a number of plots during calculations or a data acquisition process. The program is command-driven and uses no widgets. Q2d is written in C, it takes advantage of SDL2 library for plotting. Currently it has been tested under Linux and under Windows via Cygwin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB