Showing 19 open source projects for "sdl gui"

View related business solutions
  • 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
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Agar

    Agar

    Cross Platform GUI Toolkit

    Agar provides a base GUI framework and a standard set of widgets from which graphical applications can be built which run natively under X11, Windows, MacOS, SDL and others. It takes advantage of texture and GPU acceleration wherever available. Agar can also attach to an existing framebuffer, SDL or OpenGL context and operate as a self-contained window-manager.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Coriander

    Coriander

    Control and capture GUI for IIDC compliant cameras

    Coriander is a full-featured GUI for IEEE1394, IIDC-compliant digital cameras.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    HyperGUI

    HyperGUI

    A GUI based on libSDL for C++ applications

    HyperGUI is a library of C++ classes and some other parts which can draw and run a GUI for your application. It uses libSDL as its backend for graphical output. This library can be used in both dynamic multimedia (game), and standard (static) applications. The HyperGUI manages it by avoiding screen refreshes as much as possible. In a game or other dynamic multimedia program, the screen (or part of it) is redrawn and refreshed tens of times a second, so there is no need for GUI to ask more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AntTweakBar

    AntTweakBar

    C/C++ library to add light and intuitive GUI to OpenGL and DX programs

    AntTweakBar is a small and easy to use C/C++ library that allows programmers to quickly add a light and intuitive GUI into OpenGL or DirectX based programs to interactively tweak parameters on-screen. AntTweakBar works with Linux, Windows and OSX, and can be easily integrated with custom windowing system or with existing toolkits. Examples of integration with GLFW, SDL, GLUT, SFML and DirectX are provided. The AntTweakBar library mainly targets graphical applications that need a quick way to tune parameters (even in fullscreen mode) and see the result in real-time like 3D demos, games, prototypes, inline editors, debug facilities of weightier graphical applications, etc. ...
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 5
    Implement window system for SDL. The idea is to make SDL's GUI easier to make, and to keep design freedom (you give textures to make borders). Restarted from scratch in 2011 and will be moved to another site when 1st usable version come.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    WeaselGui
    WeaselGui is middleware aimed at game developers to assist the creation of GUI and presentation layers. Simple, extendable, drop-in code with few dependencies for trivial integration. WeaselGui features in the book Game Engine Gems I © Weaseltron 2010.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    It is a 3D character animation editor. Users will be able to focus only on the animation of their characters (and not in modeling), with everything easy to use. The GUI is completely made with SDL, because I love to reinvent the wheel ;)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Simplifed All Gaming Graphical User Interface (SAGGUI). Project aimed towards simplifying inclusion of GUI elements in games. Graphical backends include: Allegro,SDL,and OpenLayer. Font backends include: FreeType. Easily extensible to any other system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HoloMenu is a C library for creating GUIs with holographic simulator view. It helps creating buttons, text boxes and other components with effects similar to Syndicate Wars. It is designed to use as menu in games, but may be used for other projects.
    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.
    Try it free
  • 10
    A free rendered GUI library providing windowing and widgets for the easy creation of HUDs for games. It supports themes/skinning, XML-based configuration, and works with any graphics API or rendering engine including Axiom, Irrlicht, and SDL.NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A project created from scratch to gain experience with game design and graphics engines. Currently it contains a solid GUI framework, terrain/world editor, sprite system, sky box system and entity manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is very simple GUI library for SDL. Provides some general widget like button, scrollbar, image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A C++ OpenGL GUI Toolkit. Visual output is customizable via CSS and style classes. Forms can be created via XUL (XML UI Language). There are builtin video drivers for GLX, WGL and SDL. Using dummy drivers, it is known to work with SDL, Glut, QT and GLFW.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    includes several pygame scripts and pygame libraries. the scripts are a tile editor and a level editor. the libraries include a state engine, a full featured gui, html rendering, document layout, text rendering, sprite and tile engine, and a timer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a GUI library designed with the goals to be light, fast, flexible, portable, and to include all features expected from an advanced GUI. It's primarily designed for games with high demands on look and feel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project aims to create a workable GUI using the Python langauge. This GUI is designed to browse Media repositories and play the media items (sometimes refered to as an HTPC application).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SDL OO is an object oriented access to the SDL (Simple DirectMedia Layer), SDL_image, SDL_mixer, SDL_net, SDL_ttf, ... written in C++. It supports 2D/3D windows and is optimized for game/GUI development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PyFile is a Pygame (Python+SDL) based file manager/browser which provides the usual functions expected by such a tool in a graphically intensive way instead of a usual boring and simple GUI. PyFile is also highly customizable!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    SDL_UI

    A GUI library for SDL2

    A GUI library for SDL2 * I've stopped developing this library, at least for now. Please contact me if you are interested in continuing where I left off.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB