Showing 46 open source projects for "basic-256"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    SadConsole

    SadConsole

    A .NET ascii/ansi console engine written in C# for MonoGame and XNA

    ...SadConsole currently targets .NET 6, .NET 5, .NET Core 3.1, and .NET Standard 2.1. Uses graphical tile-based images to build out an ASCII-character font with support for more than 256 characters. Use more than one font file. However, each console is restricted to a single font.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    VoxelCore

    VoxelCore

    Voxel game engine in C++ with OpenGL

    ...It offers a clean foundation for learning and experimenting with voxel-based rendering and world generation. With features like chunk loading, perlin noise terrain generation, and basic lighting, the engine is a perfect starting point for developers who want to create sandbox games or explore the technical aspects of 3D voxel environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    osu!framework

    osu!framework

    A game framework written with osu! in mind.

    ...Either way, full project structure, cross-platform support, and a testing setup are included! This framework is intended to take steps beyond what you would normally expect from a game framework. This means things like basic UI elements, text rendering, advanced input handling (textboxes) and performance overlays are provided out-of-the-box. Any of the osu! code that is deemed useful to other game projects will live in this framework project. Anywhere we implement graphical components, they will be displayed with a generic design and will be derivable for further customization.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    Defold

    Defold

    Free game engine for development of desktop, mobile, and web games

    Defold is an open-source, cross-platform game engine originally developed for 2D games but also capable of 3D — intended to give developers a turnkey solution for building games for desktop, mobile, web, and even consoles. It ships as a full editor/IDE, combining scene editing, asset management, scripting, and build/export pipelines, so developers don’t need to assemble disparate tools themselves. Game logic is written in Lua (with optional native extensions in C/C++ when needed), and the...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 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
  • 5
    Lumos Engine

    Lumos Engine

    Cross-Platform C++ 2D/3D game engine

    ...Support for OpenGL/Vulkan. D audio using OpenAL. Rendering 3D models with PBR shading. Debug gui using ImGui 3D collision detection - cuboid/sphere/pyramid. 2D collision detection - Box2D. Basic lua scripting support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    macroquad

    macroquad

    Cross-platform game engine in Rust

    ...Compilation is relatively fast with minimal dependencies, so small projects or prototypes can spin up quickly. Because it’s “batteries included” for common tasks (rendering, drawing shapes, text, basic UI, game loop), Macroquad works well for rapid prototyping.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Evennia

    Evennia

    Python MUD/MUX/MUSH/MU* development system

    ...Rather than prescribing a rigid game structure, Evennia gives you a bare-bones but powerful foundation: default systems handle networking, database/storage, server management, user accounts, characters, rooms, items, chat channels, and basic commands — but you define the gameplay rules, content, and game logic yourself in pure Python modules. Because you use regular Python, you get all the benefits of a modern language: familiar syntax, standard libraries, version control, and rapid iteration, rather than a custom scripting language. The framework supports both traditional MUD clients (telnet-style) and a built-in HTML5 webclient, making it accessible to users on browsers or standard clients alike.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    raylib-go

    raylib-go

    Go bindings for raylib, a simple and easy-to-use library

    raylib-go is a Go (Golang) binding/wrapper around raylib, the light-weight C library for video game and multimedia programming. It allows Go developers to build 2D (and some simple 3D) games, graphical applications, or multimedia tools using a familiar and simple API, while leveraging Go’s language ergonomics, concurrency model, and ecosystem. With raylib-go, developers can draw graphics, handle input, play sound, manage textures, and manage game loops directly in Go — without needing to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MirageVB6

    MirageVB6

    Visual Basic 6 2D online adventure game engine

    Welcome to MirageVB6. --------------------------- This version of Mirage Source is a continuation from Mirage Source 5. This new release includes support for SQLite, SHA256 password hashing, and control pad support for moving, attacking, and picking up items.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    RetroGear

    RetroGear

    SDL based generic 2D game engine

    ...Management of basic audio Scope of game dynamics and designed to be used in a variety of game types, so easy and fast, thanks to the dedicated functionality.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    ZAPH

    Tools and Z80 engine for creating adventure games. (RUST)

    This is an exercise in some advance programming topics using a text adventure as the central result. This originally began as a project to recreate an old BASIC text adventure, on the ZX Spectrum, using Z80. After developing a very simple byte code VM to handle the game interactions, I realised that there was an opportunity to use some more advance techniques, which in turn can lead to some PC based tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ggez

    ggez

    Rust library to create a Good Game Easily

    ...More specifically, ggez is a lightweight cross-platform game framework for making 2D games with minimum friction. It aims to implement an API based on (a Rustified version of) the LÖVE game framework. 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. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Piccolo Engine

    Piccolo Engine

    Mini game engine for games104

    Piccolo is a software project oriented toward offering a flexible, probably modern game or application engine/framework, designed to be lightweight and open — giving developers the ability to build custom interactive applications or games without massive overhead. It aims to strike a balance between usability and freedom: providing core building blocks (rendering, input, asset management, maybe UI) while leaving higher-level design decisions up to the user. Its architecture is likely modular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    G.O.L.D

    This project brings to Symbian hundreds of good old adventure games.

    ...They runs at any S60v3, S60v5, S^3, Symbian Anna, Nokia Belle. I do small thing to support Ukraine. You see after Installation =) I'm proud to develop for Symbian and will be glad if someone buy me humble choise basic or premium. Contact with me at https://steamcommunity.com/id/fedor4ever/ I'll be wery excited if somebody donate Nokia E90 in good condition. Contact me if you want to hire me. Enjoy cheers!
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    G3N

    G3N

    Go 3D Game Engine

    G3N (pronounced "gen") is an OpenGL 3D Game Engine written in Go. It can be used to write cross-platform Go applications that show rich and dynamic 3D representations - not just games. A basic integrated GUI framework is provided, and 3D spatial audio is supported through OpenAL. Go 1.8+ is required. The engine also requires the system to have an OpenGL driver and a GCC-compatible C compiler. On Unix-based systems, the engine depends on some C libraries that can be installed using the appropriate distribution package manager. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    KSFramework

    KSFramework

    QQ Group:538722494,KSFramework = KEngine + SLua(or xLua)

    ...Hot reloading is the development focus of KSFramework - without restarting the game, reloading the code and configuration table can immediately see the modification effect, maximizing the speed of development and debugging, and facilitating hot updates during the operation phase. For programmers, basic function modules such as AssetBundle loading and packaging, scripted UI, automatic generation of configuration table code, download and update can be used, which greatly reduces the workload of basic functions around the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Model T Dice Box

    Model T Dice Box

    RPG dice roll simulator for vintage Tandy TRS-80 100/102/200 laptops

    ...Dice Box supports a variety of popular RPG systems and dice mechanics including standard dice expressions (A+*dX+-*B+-L:H), exploding dice pools, full Continuum support (yes, that really is the best time-travel RPG you might never play), and one-off rolls like Traveller's d66. See the feature list for more RPG systems available! This project includes the compact source code (.DO), the tokenized BASIC (.BA), and a REX image (.BY). Dice Box needs around 1KB memory while running and the tokenized BASIC file is ~12KB. And check out the video! Fun fun fun! Files also available at: http://www.club100.org/memfiles/index.php?&direction=0&order=&directory=Steve%20Baker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OpenDiablo2

    OpenDiablo2

    An open source re-implementation of Diablo 2

    ...The project is organized into a core engine (now evolving into a more generic 2D ARPG engine under Abyss Engine) plus toolset and support libraries. While still a work-in-progress, OpenDiablo2 has made strides: the main menu works, character selection and basic UI panels load, and movement in the first act is possible. The goal is eventually to support full gameplay — potentially allowing modders or developers to extend or make new games atop the engine.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    rpg_chung
    rpg chung is a rpg text like game engine with 3D laby view , smart word input and random dungeon maps generation. It is written in freebasic and can be compared as a game chatbot inspired from the "the hobbit" and "hells temple" games on oric1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Android Game Engine

    Android Game Engine

    Multi-threaded game engine for Android

    AGE is a multi-threaded game engine for Android with OpenGL ES2 shader-based rendering. In-depth GL knowledge isn't necessary to start; use the OBJ loader to import models from Blender and elsewhere, attach textures, and start rendering! Threads run different activities, e.g. initialization, framerate, timer, game cycle. Apartment model with message passing. The drawing cycle is inverted from typical game loops. Framerate has a dedicated timer, and SurfaceView is in on-demand rendering...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    dyn4fx

    A 2d physics game engine for JavaFX

    Dyn4FX is a 2d physics game engine for JavaFX. This project extends the Dyn4j physics engine and makes it into a full fledged 2d game engine. It has support for input , application states , audio , animations and other common game features. If you want to learn more about the underlying physics engine please visit. http://www.dyn4j.org/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Visula-JS game engine  Canvas2d

    Visula-JS game engine Canvas2d

    creator : Nikola Lukic about : Visual JS 2d canvas multiplatform game

    creator : Nikola Lukic about : Visual JS 2d canvas multiplatform game engine This is JavaScript game engine (server part node.js / client part js) Js framework with windows GUI editor and game instance creator. **Basic licence rules :** 1) Each file in this project has its own license , be careful , do not violate the basic rules. 2) You are free to use any version of Visual JS library in any other project (even commercial projects) as long as the copyright header is left intact Except for plugins on sale and graphics that come with them (they have special commercial licence). 3)Please read the following terms and conditions before using this application: Disclaimer of warranty 'Visual js' is provided "as-is" and without warranty of any kind, express, implied or otherwise, including without limitation, any warranty of merchantability or fitness for a particular purpose. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Afdarts RTS
    Acronym for Downing Andrew Real-Time Strategy; 3D real-time strategy (RTS) game/engine in which units are group-based; requires DirectX and (if you want to compile it yourself) Visual Basic; includes model editor
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Keen Game Engine

    Keen Game Engine

    Flexible and easy-to-use 2d game engine

    New Version Out - Keen Game Engine 4! Details coming soon....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    rpgboss

    Built to be ease of use, with no programming knowledge, Multi-platform

    A 2d rpg game engine created to be ease of use. Built in Scala and libgdx. Also our community forums http://rpgboss.forumatic.com
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next