Showing 14 open source projects for "everything"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    ursina

    ursina

    A game engine powered by python and panda3d

    ...It lets you create both 2D and 3D games, applications, and visualizations by writing concise Python scripts instead of dealing with a lot of low-level boilerplate. The engine is centered around an Entity-based architecture, where everything in the scene is an object you can easily configure and manipulate from code. Ursina focuses heavily on iteration speed, offering in-game reloading of code, textures, and models so you can tweak and test changes quickly. It includes many batteries-included features such as a mesh API for procedural geometry, built-in animation and tweening, pre-made controllers like FirstPersonController and EditorCamera, and a library of shaders and 3D primitives.
    Downloads: 54 This Week
    Last Update:
    See Project
  • 2
    Matter.js

    Matter.js

    A 2D rigid body physics engine for the web

    ...It offers a comprehensive set of physics features like gravity, collisions, restitution (bounces), friction, sleeping bodies, and constraint systems that enable developers to build interacting objects with realistic motion. This engine can power everything from dynamic interactive animations and educational simulations to fully fledged physics-based games, and it works across major browsers and devices. Through modules such as Matter.Body, Matter.Composite, and Matter.Constraint, developers can create complex scenes with multiple bodies, jointed structures, and collision responses. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    LittleJS

    LittleJS

    The Tiny JavaScript Game Engine That Can!

    LittleJS is a super lightweight 2D JavaScript game engine with fast WebGL rendering. It is designed to be small, simple, and easy to use for various applications, from game jams to commercial releases. This engine has everything necessary to make high-quality games, including fast rendering, physics, particles, sound effects, music, keyboard/mouse/gamepad input handling, update/render loop, and debug tools. It is recommended that you start by copying the LittleJS Starter Project This file is mostly empty with just a few things you can use to get started or remove. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Mach Engine

    Mach Engine

    Zig game engine & graphics toolkit

    ...The engine supports a broad set of target platforms — desktop OSes and in principle, future expansion — and tries to simplify the pain of dependency management and cross-compilation, making it easier to build and deploy across systems without complex toolchains. Mach’s philosophy emphasizes composability and modularity: rather than pushing a “big engine with everything included,” it gives developers the building blocks to create exactly what they need.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fan Powered NIL Platform Icon
    Fan Powered NIL Platform

    For College athletes, sports fans, university athletic departments, brands seeking athlete partnerships, NIL collectives, sports marketing agencies

    RallyFuel is the market leading, gamified fan-powered NIL platform that lets college sports fans fuel their favorite student-athletes.
    Learn More
  • 5
    ggez

    ggez

    Rust library to create a Good Game Easily

    ...This means it contains basic and portable 2D drawing, sound, resource loading, and event handling, but finer details and performance characteristics may be different than LÖVE. ggez is not meant to be everything to everyone, but rather a good base upon which to build. Thus it takes a fairly batteries-included approach without needing a million additions and plugins for everything imaginable, but also does not dictate higher-level functionality such as physics engine or entity component system. Instead, the goal is to allow you to use whichever libraries you want to provide these functions or build your own libraries atop ggez.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Ambient

    Ambient

    The multiplayer game engine

    ...It aims to make multiplayer game development accessible and flexible, providing an entity-component-system (ECS) at its core that doubles as a real-time in-game database; everything in the game — from world objects to runtime data — is represented as entities + components, which can be synchronized across clients automatically. Ambient supports a package-based workflow reminiscent of Rust’s crate system, where “packages” bundle code, assets, and schema definitions; this modular design encourages reuse, mixing, and sharing of content. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    nunuStudio

    nunuStudio

    Web powered cross-platform 3D, WebXR game engine

    ...As an accessible entrypoint to game or interactive content creation, nunuStudio is well-suited for artists, designers, or developers who prefer a WYSIWYG (what you see is what you get) workflow instead of fully coding everything. Because it is open source, users can inspect, modify, or extend the system as needed — adding custom behaviors, plugins, or export options. It’s ideal for rapid prototyping, small games or interactive demos, or educational purposes: you can build scenes, tweak visuals, test interactivity without deep diving into all low-level rendering details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    IRE is a tile-based Computer Role-Playing Game engine based on Ultima 6, but with an emphasis on customisation and cross-platform support. Everything is controlled using scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    G2

    G2

    A generic 2D engine for any kind of game

    ...Rather than tailoring to a specific type of game, the engine focuses on the fundamental components. It covers audio, graphics, controls, and data flow. With G2, developers have everything they need to create a 2D game without the need of expensive SDKs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 10

    Darkness Engine

    C++ Text Adventure Engine

    Darkness Engine is a C++ game engine for Text Adventure games. If you do not know what text adventures are, they are a type of games where is player does not see anything but text. Everything is described to him in text. Old games used to do this, but currently there are few text-based games. That is where Darkness Engine comes. This engine, developed in C++ by Gnm Software 2012, was created for this specific purpose, and almost every single line of the source code is commented to explain it. This is multi-platform, but we recommend you to replace some Windows-only code (those lines are commented) with their equivalents on other OSes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    OPL2

    OPL2

    Open source, moddable game engine for the "Polygon Love 2" game

    OPL2 is an open source, extremely moddable replacement for the Polygon Love 2 game engine, written in Python and C++ and using the Panda3D game engine ( www.panda3d.org ) OPL2 is just an engine, you will need the files from the original game to be able to play. OPL2 doesn't contain any copyrighted material from the original game/engine. While Polygon Love 2 is an erotic/life simulation game, the OPL2 engine does not contain any explicit material itself. OPL2 is heavily moddable and can...
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 12

    2D P2P RPG Engine

    Java Client + JS/Canvas Server-Side System, with maintained Objects

    This has been a big dream of mine, and I've spent the last 5 years learning everything I could about Software Design, Web Design, and most important of all, Game Design, so I could develop my own Game Engine and make games as I pleased, and I figure what better way to make myself popular in the real world than to release an Open-Source 2D Peer-2-Peer Self-Containable Web Server/Client Game Engine, and CHALLENGE other people to make branches for their own spin-off projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    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,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Java game engine based on the jMonkeyEngine graphics engine, built around maps consisting of only cubes (hexahedra). This will provide for simple but complete implementations of everything required for a game (lighting, physics, AI, level editing etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next