30 open-source projects similar to lucperkins/colossus, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Colossus alternative.
This project is a reference implementation and starter template for developing role-playing games in Godot. It provides a structured architecture for large-scale game development, featuring a pre-implemented framework for core RPG systems. The project distinguishes itself through a focus on code standardization and developer experience. It implements static type hinting and a standardized code layout to ensure consistency, alongside a docstring documentation system that extracts metadata from source code to generate reference guides and editor tooltips. The repository covers several core gam
A collection of C++/Java opensource projects with BUILD files so they can be easily built with bazel.
The repository for the YouTube series JustForFunc
Working examples of Google's Open Source stack and deployment to the cloud.
Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Distroless provides a set of OCI-compliant minimal base images and hardening tools designed to create secure, language-specific execution environments. These images are stripped of non-essential system binaries, shells, and package managers to reduce the container attack surface. The project utilizes upstream-tracked automated patching to monitor operating system releases and generate updated images when security vulnerabilities are addressed. It ensures supply chain integrity through image provenance verification using ephemeral-key digital signatures. The system supports the generation of
This is an example project using gRPC and Kubernetes to build a multiplayer version of the game "Simon Says".
HTTP up front, Protobufs in the rear
This is a demo of Bazel and Xcode integration. This isn't an actual fork of apple/swift-driver.
I wanted to try to set up a multi-language monorepo using bazel for experimentation purposes. You can follow the journey on YouTube.
LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing
LangGraph is a framework for building stateful, multi-step agentic workflows by modeling application logic as a directed graph. It provides a runtime environment where complex tasks are orchestrated through interconnected nodes and edges, allowing developers to manage state transitions, persistent memory, and control flow across long-running automated processes. The platform distinguishes itself through its native support for human-in-the-loop automation, enabling developers to define breakpoints that pause execution for manual review, modification, or approval. It also features checkpoint-ba
This project is intended to demonstrate a Bazel setup for Rust services with Docker support.
Requests is a Python HTTP client library used for sending HTTP requests and handling responses. It serves as a network client providing fundamental components for session management, proxy routing, multi-part uploading, and SSL/TLS certificate verification. The project distinguishes itself through a session manager that maintains cookies and reuses TCP connections to improve network performance. It also includes a dedicated multi-part form uploader for transmitting binary data and an integrated SSL/TLS certificate verifier to ensure encrypted and trusted communication. The library covers a b
Node editor built with canvas api, simple graph data structure and included transforms for scale, pan and move.