Open Source Game Development Frameworks - Page 30

  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1

    next generation MUD

    The next generation mud is an open-source extensible, programmable mud

    The next generation MUD is an open-source, programmable, customizable MUD server written in java. It features the ability to program almost everything in the mud and does not have any default interface. The mud is programmed in javascript and features a standard library allowing manipulation of the game world. It's other key feature is the possibility for it to contain multiple independent muds in one server instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    nlProj

    3d lib

    Based on the great opengl tutorial website (http://nehe.gamedev.net), I am extracting some common API in a very object oriented programming fashion. Once the API is complete, I will start porting it to more modern versions of OpenGL. This is not really new, but it is my way of learning...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Open source 3D physics and dynamics engine and library written in pure Java. This is a Java port of ODE / OpenDE (Open Dynamics Engine). THIS PROJECT HAS BEEN MOVED TO A NEW LOCATION: http://www.ode4j.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    oge2d

    Cross-platform 2D game engine

    Open Game Engine 2D is a full features and cross-platform 2D game engine. It aims to help developers to create 2D games with only flat files (such as ini and script files), so that games could be written once and played under any platform supported. This engine is a pure 2D game engine written in C/C++. It is base on SDL and AngelScript. So, it also aims to run in any platform supported by SDL and AngelScript, such as Windows, Linux, MacOS, iPhone, Android, Windows Phone, Symbian, NDS, PSP... But, in current version, the engine only supports the following platforms: Windows, Linux, MacOS, Windows Mobile, Android, iPhone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 5

    open2ge

    2D Game Engine, based on OpenGL and focused on Isometric Games

    Open2GE (2 - dimensional Game Engine) is a universal game engine, with a focus on isometric games. Based on OpenGL & SDL, it supports a wide range of features, useful for simple 2D games or complex isometric games, from simple image loading to the rendering of complex scenes, path finding, automatic navigation mesh generation and more. Besides OpenGL and SDL, Open2GE makes use of TinyXML and boost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A free open source engine for games using OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The openTorso is an open-source cross-platform game/graphics engine. The power of openTorso stems from its modular and extensible, yet simple structure. So far, the openTorso uses OpenGL graphics, OpenAL audio and DevIL for texture handling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    osgXI is a general interface of GPU effects, resource managers, and game developing components. It also includes a NVIDIA CG module and an Autodesk Maya exporter for use. osgXI is based on the OpenSceneGraph project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PacMan like game in 3D to test opengl and simple mvc implementation in C++. Probably a good start with C++, game developmen and 3D. Includes a little library to import wavefront objects.
    Downloads: 0 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    Simple Object-Oriented C++ game engine, using Direct3D for rendering and physX for physics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    phxENGINE
    pxhENGINE is game engine/framework written in PHP5 with Smarty Template Engine and PDO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    project-maggie
    Maggie (Multiprocess ActionScript Generic Game Interface Engine) is a library developed in ActionScript 3.0 to create Flash games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PyTaco is a text adventure development framework written in Python. PyTaco is currently in development and at the moment only features a basic game engine and XML configuration files for rooms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project is based on pygame which has the power to simplify graphical output in some cases. Additionally it includes methods for user input, some collision detection, sound and file access supporting ominous structures. However this project is very limited and has more or less just been an educating experience for myself. Thanks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    qlordres. Development ceased.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ray3d is a multi-platform 3d game engine with an entire FPS game for it's techdemo. It's based on Irrlicht and other open source libraries, and written in C/C++. It is in pre-alpha and under HEAVY development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    rayGl simulates rays display in 2D with reflects and filters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    retropong

    Retro pong clone implemented using sfml

    This is my version of the pong game, i tried to make it a little bit more fun adding the fire feature (use space bar), now the you can shoot the enemy paddle to kill him or to try to hit the ball so it will change the direction and surprise the enemy. Every time you lose or win you the game will notify you with the time you needed, try to beat your friend time. I was very surprised how easy is to use the sfml library so i decided to implement the game, i encourage people to get involved with the SFML programing it's very fun and have full of possibilities. To compile Retro pong you need SFML 2.0 installed on your system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    setupdocx

    setupdocx

    Multidocument automation by templates - for sphinx, mkdocs, epydoc ...

    The ‘setupdocx‘ provides a control layer for continuous documentation by the simplified creation, packaging, and installation of documentation. The provided commands are distributed as entry points and optional base classes for further customization into 'setup.py' - setuptools / distutils. Manages arbitrary document templates for the supported builder, supports multiple builds with arbitrary document layouts, designs, and patched contents. The current release supports the following commands: - build_docx - Enhanced documentation. - install_docx - Installs local documentation. - dist_docx - Documentation packaging. - build_apidoc - Standalone Generator for API Documentation - build_apiref - Standalone Generator for API Reference
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple Includable Graphical User Interface - for use with SFML. A c++ source and header file which are easily included into your project to provide a full featured GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A HTTP based master server list for the tankfinder server browser library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A lua game engine with combining existing physics system,graphics system and sound system.All components are Binded to lua as lua dynamic linked library.I develop my game by it,and add new function when game needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    tolisnitem

    DF modular backend

    Plugin-based crossplatform-aimed rework of the Dwarf Fortress renderer, sound, input handling and the like.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is Java based game framework plus an implementation for a Texas Holdem poker game. The framework allows for the creation and distribtution of games in a manner similar to big poker houses, like PokerStars and FullTillt. site at www.trapoula.net
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB