Showing 14 open source projects for "python games code"

View related business solutions
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 1
    F·W·K

    F·W·K

    3D game engine/framework in C, with Luajit and Python bindings now

    3D game framework in C, with Luajit and Python bindings now.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    The flexible game engine

    The flexible game engine

    The flexible game engine

    Crown is a general-purpose and data-driven game engine, written in orthodox C++ with a minimalistic and data-oriented design philosophy in mind. Every aspect of the game is controlled through text configuration files. Before shipping, configuration files are compiled to efficient platform-specific binary blobs. Data in memory is organized to achieve the maximum performance possible on every platform. Every game asset is hot-reloadable, code included. Evaluate modifications and adjustments...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Orx: Portable Game Engine

    Orx: Portable Game Engine

    Orx: Portable Game Engine

    Orx is a portable, lightweight, plugin-based, data-driven and extremely easy to use 2D-oriented game engine. As orx is data driven, it allows users to create games with a small number of lines of code and reduces drastically the development time.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Mojoc

    Mojoc

    A cross-platform, open-source, pure C game engine for mobile game

    Mojoc is an open-source, cross-platform, pure C game engine. It is based on OpenGLES3 and written in C99. It currently works on IOS and Android, but can easily be extended to other platforms, and will support more platforms in the future. In platform-independent code, Mojoc uses only the standard C library, no dependence on third-party libraries. Mojoc uses an extremely lightweight OOC (Object Oriented C) programming model. Mojoc application architecture is based on components,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Best Recruitment CRM, ATS, and Staffing Software Icon
    Best Recruitment CRM, ATS, and Staffing Software

    Fast and flexible talent software solutions that empower professional recruiters and maximize growth.

    Crelate is a comprehensive recruitment software designed for staffing and recruiting agencies, and in-house corporate recruiting teams. Offering a powerful Applicant Tracking System (ATS) and Recruitment CRM, Crelate helps streamline the entire hiring process.
    Learn More
  • 5
    qengine

    qengine

    Retro game engine for creating games like it's 1997

    ...In fact, many features were removed to reduce the complexity of the codebase and make the process of creating new games on top of the engine easier and faster. Removal of overly specific gameplay code, such as enemies and weapons. Merge of modules into a single package. No more DLLs, just a single executable for client and another for server. qengine stands on the shoulders of giants from the Quake II community. The code is built upon Yamagi Quake II, which itself contains code from other amazing projects.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Doomsday Engine

    Doomsday Engine

    DOOM / Heretic / Hexen source port with enhanced graphics and UI

    A portable game engine for classic first person shooters such as DOOM, Heretic and Hexen. Lets you enjoy the original games using modern technology, including high-resolution OpenGL graphics, 3D models, and dynamic lighting effects.
    Downloads: 72 This Week
    Last Update:
    See Project
  • 7
    OpenTomb

    OpenTomb

    Game engine for playing tomb raider 1 - 5 levels.

    PLEASE NOTE: Project development moved to Github! https://github.com/opentomb Here you can find ONLY nightly builds for Windows. OpenTomb is an engine that can play classic Tomb Raider 1 - 5 levels and custom TRLE levels. It is developed for fans and fun. Some code was taken from OpenRaider project and Quake Tenebrae project. Resource loading routines are taken from http://icculus.org/vt/vt/ project. It is developing in netbeans 7 + GCC TDM 4.9.2 Used libraries: SDL2, SDLimage with...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Yeti3D PRO - Portable 3D Engine
    This is the last know development of Yeti3D before the project was shelved. It was a nice engine in its time, and might have code in it still worth something to someone. Its a portable 3D game engine with fast software rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QBism Game Engine
    qbism Super8 is an open source 3D game engine with advanced yet intentionally retro 8-bit graphics for a crunchy pixelated look. The source code is forked from Makaqu Quake with enhancements from other Quake projects. The goal is to expand capabilities of authentic software-rendering without sacrificing performance. Features ———— Real 8-bit software graphics Plays most modern epic Quake maps that require enhanced engine limits and extensions. Colored static and dynamic lights....
    Downloads: 1 This Week
    Last Update:
    See Project
  • The POS System for Specialty Retailers. Icon
    The POS System for Specialty Retailers.

    Omnichannel POS and inventory management designed for multi-store apparel, footwear, sports, and gift merchants.

    Established in 1992 in NYC, Runit is THE cloud-based Retail Management and Point of Sale (POS) system for high-end apparel, footwear, sporting goods and gift retail chains. Combining a flexible platform with highly personalized 24x7 service, we will enable you to integrate processes across your stores, warehouses, websites and third party online channels.
    Learn More
  • 10
    CorEngine
    CorEngine is a work in progress, OpenGL graphics powered 3D game engine designed to help independent game developers with quick prototyping and game/virtual environment creation. The engine supports a standard set of features, like skeletal animation, post processing, Lua/C programming, physics powered by Bullet Physics, GUI and 2D/3D Audio.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Yoshi's Egg - Game Engine

    Yoshi's Egg - Game Engine

    A Simple Game Engine

    A Simple Top Down Game Engine for Linux and Windows obs: in development pre-alpha stage, not fully playable
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    glxCore

    glxCore

    Tactical, turn-based game engine, that uses OpenGL and WinAPI

    Tactical, turn-based game engine, that uses OpenGL and WinAPI specific. In the initial phase of development will focus on the general game logic, in an elegant pack of std. C++. This project in principle, can be described as academic. Feel free to to review the code, any remarks and comments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    DjDoom

    Reference implementation for the Doom game engine.

    DjDoom is a reference implementation for the original Doom game engine. The purpose of this project is to build a playable Doom engine from the original Linux source code with minimal changes necessary to build and run in a Windows environment. This was created as a learning tool for me and I'm publishing this so it can be a learning tool for others. It is intended that this be a base for others to build and expand on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Terra Tenebrae is a free (as freedom) multi-Players RPG game engine based on client/server technology. The assets used are in licenses CC0, CC-by, CC-by-sa or GPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next