Showing 297 open source projects for "game library"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    This project contains a framework, built to be used in a Digital Game Design Undergraduate course. Such framework allow a better learning of object-oriented principles by first-grade students.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PygLibs is an all-in-one Python game library. It contains a gui, map creator, sprite system, and other useful functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RRFM is a game programming framework used together with the BlitzMax language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Game Texture Loader is Free Library to faciliate the easy loading of textures and presenting them in a standardised way. It currently supports BMP, JPG, PNG, TGA (compressed and uncompressed) and DDS formats.
    Downloads: 0 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
    PyLife is an implementation of the game of life algorithm featuring parallel programming. It uses MPI and python to achieve a consistent software architecture and reliably performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Intrepid is an object-oriented 2D game programming library written in C++ utilizing OpenGL and SDL that takes care of the low-level programming involved in making 2D games.You can create nearly every kind of 2D game. Comes with collision-detection, phy..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GUI for game development. Written on Python. Model-View-Controller interface. Powerfull skinning support. Now under active development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Python-bindings to Allegro Game Programming Library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A codebase for the construction of 3d online virtual worlds. Includes everything you need to make your own multiplayer online roleplaying game. All game rules are contained in plugins which can be written in easy scripting languages such as Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    The Open Engine is a game engine library, that provides ease and fast programming for OpenGL based softwares. Is intended mainly for gaming programming. Uses OpenGL and other APIs in the core library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Massively Multi-Threaded and fully Object-Oriented game engine. An easily extensible core library, along with embedded Python for easy scripting of just about anything, makes the Auross engine a perfect choice for just about any gaming project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Extendable widget based GUI framework for 3D applications. Works with any graphics API or render engine. Comes with reference implementations for OpenGL and the Ogre rendering engine. Library is written in C++, aimed at game developers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    This project aims at writing a threaded, object-oriented and scriptable game engine targetting the .NET platform, using a mixture of c# or managed c++ ports of famous c/c++ components such as OGRE, CEGUI, Newton, Lua, Python, Audiere, OpenAL, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A 3D math library implemented in C++, suitable as building blocks for game development and middleware. Spawned by discussion on the sweng-gamedev mailing list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SAGE stands for Simple Asynchronous Game Engine and is an attempt to implement a multithreaded game engine in C#. For rendering/physics/sound/etc it uses(/will use) open source libraries (like OGRE, ODE, etc) through plugins.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    PhantomSDL, is a game-development framework written in C++ and based in SDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BooGame is an object oriented CLS-compliant, 2D game engine framework that provides high-level hardware accelerated video, audio, keyboard, mouse, embedded scripting and many image formats. Written in C#, BooGame targets .NET 1.1, 2.0 and Mono platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Swiss GD Knife is a C++ middleware library for game developers, designed to provide miscellaneous but extremely useful library modules that are absent from most other libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A library and set of components specifically engineered (but not restricted to) electronic game development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Black Wings is a framework built over SDL to make the game/graphical application development easier, by adding a scene system, an event manager, a template manager and a widget system ready to play with, along with many smaller controls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The goal of this project is to create libraries necessary for the cross platform development of an RPG, and also to use the libraries to create an RPG. The goal is to not just to create the libraries, but to learn how all the pieces and parts work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MyWorld is an open virtual reality and game engine. It is written and usable in C/C++. It has own abstract layers for Graphics and Physics. Actually we use Irrlicht for 3D-Rendering and GUI, and ODE for Physics. It is smart, powerful and easy to extend.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    This project will create reusable objects that can be used in game engines to reduce development time. (Development for the 1.1 framework based version has ended.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Francois's Game Library is an object-oriented library for 2D games. It attempts to cover basic techniques that are essential to the game but waste a lot of time in development. You tell the game what to do rather than how to do it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PyUI2 is a cross platform user interface library written in Python. It is targeted primarily for game development, but can be used as a user interface for other applications.This version has been forked from the original Pyui library.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB