Bendcraft
Playable voxel-world game written in Bend, with a browser demo and Metal build.
Explore what people are making with Bend 2.
Discover the language behind the projects.
Meet Bend 2 ↗40 builds · page 1 of 2
Playable voxel-world game written in Bend, with a browser demo and Metal build.
Bend 2 port of the toon command-line tool for converting between JSON and TOON text.
Early graphics and game-programming library written in Bend 2, currently focused on headless image drawing and math.
Unofficial VS Code-compatible extension and language server for Bend 2 diagnostics, completion and navigation.
Browser proof game with Bend 2 levels alongside Agda and Lean 4; players complete proofs checked by the language toolchain.
Zed editor extension for Bend 2 highlighting and bend2-lsp-powered diagnostics, hover and formatting.
Experimental GDExtension binding that lets Godot run Bend 2 game programs, with a Pong example.
Helix editor configuration, highlight queries and installer for Bend 2 syntax support.
Language server for Bend 2 with formatting, compiler diagnostics, hover and import go-to-definition.
Preview VS Code extension for Bend 2 with highlighting, formatting, compiler checks and a proof explorer.
IntelliJ IDEA plugin for Bend 2 editing, navigation, completion and compiler diagnostics.
Work-in-progress Bend 2 port of the JSONL-only br issue tracker; source builds a Bend program, with no release yet.
Unofficial Nix flake packaging Bend 2 as a pinned derivation, with optional CUDA support.
An interactive Conway's Game of Life playground on a 64 × 64 grid with wraparound edges. Draw or erase cells, start from classic patterns such as the glider gun, pulsar, and acorn, or generate a random world. Play, pause, step through indi…
A reusable Tree-sitter grammar for Bend 2 syntax, maintained separately from the Zed extension that consumes it. It parses imports, data types, functions, laws, pattern matching, do-notation, parallel bindings, rewrites, dependent types, a…
Bend 2 language support for the Zed editor, with syntax highlighting, code outlines, snippets, and inline diagnostics. A language-server shim invokes the Bend checker and supplies hover information from local function signatures and the ba…
An experimental symbolic-regression implementation in Bend 2 that searches for mathematical expressions fitting a dataset. It represents candidate formulas as expression trees and evolves them through fitness evaluation, tournament selecti…
A Bend 2 port of Vegeta's HTTP load-testing attack and report commands, shared by Vegeta author Tomas Senart. It generates HTTP traffic and produces compatible CSV/JSON results and text, JSON, or histogram reports. The port uses a laws-fi…
A linter, checker, and language server for Bend 2, written in Bend and paired with a VS Code extension. Configurable rules flag issues such as unused names, unfinished holes, suspicious recursion, formatting, and law coverage. The languag…
Native networking, application, and storage building blocks for Bend 2. Stiff provides HTTP clients and servers, routing, schema validation, streaming and server-sent events, observability helpers, and SQLite-backed local state with idempo…
Call Bend code from Elixir through a compiled port executable or an experimental NIF. Bend functions become callable Elixir module functions, with Mix build integration and support for supervising the port process. The supported 0.1.x int…
A fractal-tree explorer demonstrated by Sandipan Kundu on X. Adjust generations, branch angle, length ratio, and leaf color, choose Birch, Fern, or Coral presets, and export the result as SVG. The author describes a Bend 2 generator that …
A self-hosting compiler for Bend 2 written in Bend 2. It type-checks and translates Bend programs into C, with an additional JavaScript output path and a runtime supporting effects and parallel execution. The repository includes a bootstr…
A Bend 2 port of tinygrad's front-end concepts: tensor shapes and views, buffers, a lazy operation graph, reverse-mode automatic differentiation, linear layers, and stochastic gradient descent. A small neural-network demo learns XOR. The …