kullgames · the whole estate

Every app we built, alive and in motion.

372 app families · 433 live deployments across every library version — each card is an animated capture of the real deployed app, with a link to every live version. All verified live at build time.

Anatomy Atlas

3D and ObjectKit

64 parametric anatomy models - bones, organs and body systems, rendered in 3D.

Monster Manual

3D and ObjectKit

440 parametric fantasy monsters rendered as real 3D - dragons, undead, fiends, elementals, aberrations - a browsable bestiary poster.

Polyhedral Dice

3D and ObjectKit

The d4 through d20 as real 3D solids, with a per-die OBJ and STL download.

Dioramas

3D and ObjectKit

Ten composed 3D scenes - village, city block, marketplace, dock, winter - each a parametric diorama.

Botanical Garden

3D and ObjectKit

480 parametric plants as 3D models - trees, crops, flowers and houseplants, all pure-C# renders.

Arcade Breakout

arcade

Arcade Breakout - a arcade app.

Arcade Centipede

arcade

Arcade Centipede - a arcade app.

Arcade Collections

Arcade

Every version of every title we ever built - per-game pages gathering all 12 Tetrises, 12 Snakes and more, each with the playable C# cabinet embedded.

Arcade Donkey Kong

arcade

Arcade Donkey Kong - a arcade app.

Arcade Galaga

arcade

Arcade Galaga - a arcade app.

Arcade Missile Command

arcade

Arcade Missile Command - a arcade app.

Arcade Rampage

arcade

Arcade Rampage - a arcade app.

Arcade Robotron

arcade

Arcade Robotron - a arcade app.

Arcade Snake

arcade

Arcade Snake - a arcade app.

Arcade Tempest

arcade

Arcade Tempest - a arcade app.

Arcade Tetris

arcade

Arcade Tetris - a arcade app.

JS Arcade - every version

Arcade

Eighty-three arcade classics on one canvas page - plus every historical build preserved and playable.

Self Play Backgammon

board-game

Self Play Backgammon - a board-game app.

Self Play Chinese Checkers

board-game

Self Play Chinese Checkers - a board-game app.

Self Play Go

board-game

Self Play Go - a board-game app.

The Hundred

Design & web

One hundred hand-authored brand pages - framework-free, zero dependency, each with its own scoped CSS and inline SVG.

KullGames Design System

Design & web

The KullGames and KullOS design language - colour, type and geometry tokens, eight components, fifteen guideline cards, a twelve-page reference library and six UI kits.

razorc SSR

Design & web

Thirty brand pages server-rendered by our own in-house razorc engine - Razor syntax compiled to HTML in about a millisecond.

API Explorer (.razor v3.0)

Develop

.razor-authored static rebuild (3.0 ocRazor). api explorer develop real fetch

Authenticator Setup

Developer tools

Provision your own 2FA - mint a TOTP secret, scan our own-generated QR into an authenticator app, live-verify.

FlightDecode

Developer tools

Decode raw ADS-B flight messages into readable tracks.

FlightDecode (v3.0 static)

Developer tools

Decode raw ADS-B flight messages into readable tracks. — server-side-rendered static HTML (3.0, no runtime).

FormulaViz

Developer tools

182 science and maths formulas rendered as animated GIFs, computed entirely in pure C#.

ImageTool

Developer tools

Click a pixel and a pure-C# magic wand selects the whole matching CIELAB colour region.

LiveAuthenticator

Developer tools

A live in-browser TOTP / 2FA authenticator, computed in pure C#.

McAi

Developer tools

Ask a math, science, finance or text question in plain English and get an exact computed answer - no LLM.

OnlyCSharpShowcase App

Developer tools

A pre-rendered gallery of ten computed-graphics demos - terrain, star chart, Lorenz, path tracer.

TerminalQR

Developer tools

Render a scannable QR code straight into a terminal.

TerminalQR

Developer tools

Render a scannable QR code straight into a terminal.

TinySQL

Developer tools

A SQL parser plus a relational-algebra executor.

TinySQL (v3.0 static)

Developer tools

A SQL parser plus a relational-algebra executor. — server-side-rendered static HTML (3.0, no runtime).

VisionKit

Developer tools

Finds the straight lines and circles hidden in an image with classic Hough transforms.

Boids & Flocking

Game development

Steering behaviours in pure C# - heading-hued agents flock and skirt obstacles across a 90-frame loop.

Bridge Collapse

Game development

A truss solver in pure C# - members ramp green to red under load, then the deck sags into a hanging catenary.

Pure-C# Game Engine

Game development

A full CPU 3D engine in pure C# - ECS, physics and a software rasterizer - rendering a lit block-city with a 48-frame orbit.

Nav Mesh Pathfinding

Game development

A* over convex cells with funnel string-pulling - taut paths hugging inner corners through corridor, detour and maze.

Garden Farm Sim

Game development

A day-stepped farm simulation in pure C# - crops climb growth stages, soil water and pests play out, and the coin sparkline steps up over a season.

Minecraft Renders

Game development

The pure-C# Minecraft stack: Steve/Alex/Creeper skins, a day-cycle sky, a greedy-meshed voxel hill, and playable block-break audio.

Restaurant Sim

Game development

A restaurant service simulation in pure C# - tables fill to a dinner rush, the ticket queue deepens, and a real plate-safety scorer decides revenue.

Weather Scales

Games

Weather scenes at every scale, from a raindrop to a front.

Seed & Grow

Generative & retro

A procedural-generation playground: L-systems, mazes, BSP dungeons, cave automata, Voronoi, space-colonization trees and wave-function collapse.

Turing Soup

Generative & retro

Gray-Scott reaction-diffusion in pure C# - self-animating Turing patterns across five regimes.

Distance Field

Generative & retro

A signed-distance-field raymarcher in pure C# - blended primitives, soft shadows and a 360-degree orbit.

Voxel Ridge

Generative & retro

The 1992 Comanche voxel-terrain trick in pure C# - a seamless flyover over rolling hills and rocky peaks.

Cosmos Web

Graphics showcases

An interactive browser cosmos: fly the Sun out to nearby stars, the Milky Way, and cosmic expansion - 55,000 objects, constellations, an N-body sandbox.

Drop Atrium

Graphics showcases

SDF stained-glass physics: bodies dropped into an atrium with buoyancy, drag and Magnus lift.

Ray-Tracing Plates

Graphics showcases

Twenty-five plates from one ray tracer: each isolates one idea - a primitive, a light, a material, an optical law - and nothing is faked.

Fable Engine

Graphics showcases

A real-time 3D engine that draws every pixel on the CPU at 130fps: sun shadow-maps, a geometrically exact planar mirror, impulse physics and a Verlet rope.

Board Variations

Graphics showcases

A fleet of physics game-boards - billiards, brick-break, pinball, a molten foundry - each with real lights, ray-cast shadows and moving parts.

GFX Boards

Graphics showcases

A best-of board: PBR ray tracer, SPH water, Eulerian gas and N-body gravity, all CPU-rendered.

Lighting Reel

Graphics showcases

One ray-marcher, twelve lighting models: hard and soft shadows, inverse-square falloff, colored shadows, Fresnel, Beer-Lambert glass, ambient occlusion.

Scanline

Graphics showcases

Real-time software rasterization: triangles filled with a per-pixel z-buffer on the CPU at ~2,000 fps, four-camera halls past 300 fps, zero dependencies.

GFX Boards

Graphics showcases

A best-of board: PBR ray tracer, SPH water, Eulerian gas and N-body gravity, all CPU-rendered.

GPU Physics

Graphics showcases

Compute you can diff: real GPU hardware reached from pure C# - a Vulkan-compute Mandelbrot, an OpenGL cube - each cross-checked against the CPU renderer.

Grand Power Hall

Graphics showcases

Ray-traced industrial physics: water turns a wheel that drives a generator; a boiler powers a steam train.

Grand Power Rail Hall

Graphics showcases

Falling water to generator to boiler to steam motor to a train that launches itself - one SI-unit plant, ray-traced, with a no-free-energy ledger.

Grand Reliquary Cathedral

Graphics showcases

A CPU-raytraced stained-glass cathedral board - reflections, refraction and a hero walking all 64 tiles.

Image to 3D

Graphics showcases

Turn a flat photo into a spinning 3D model: magic-wand select, GrabCut cutout, Teddy inflate, turntable render, all pure C# on the BCL.

Material Sway

Graphics showcases

Every material sways differently: real cantilever-beam and coil-spring physics reading Young's modulus and yield from an engineering catalog - eight materials to destruction.

Minecraft World Render

Graphics showcases

A voxel-world renderer from scratch in pure C#: procedural terrain, ambient-occlusion block shading, a survival HUD - and it loads a real Anvil .mca world.

McAi Classics

Graphics showcases

Classical physics and chaos, path-traced in pure C#: the Lorenz attractor, a double pendulum, hanging cloth, fireworks, colored shadows, wave interference.

McAi Renders

Graphics showcases

A grab-bag of ray-traced experiments: a wireframe teapot under a gyroscope of coloured lights, a nebula star field, a Cornell box, walkable physics rooms.

McAi Physics

Graphics showcases

Nothing here is keyframed: nine sims where positions fall out of integrators - block collapse, a gravity slingshot, a pendulum wave, Diablo water and loot.

Model Render Lineage

Graphics showcases

One triangle became a whole rendering pipeline: a from-scratch software renderer over 10+ generations, wireframe to Cook-Torrance PBR to a turntable.

Mirror Labs

Graphics showcases

Five reflection techniques side by side - Hall-of-Mirrors, Whitted, planar, SSR and SDF.

Mirror Research

Graphics showcases

Eight ways to bounce a ray off a mirror: recursive tracing, planar render-to-texture, cubemap probes, screen-space reflection, curved and imperfect glass.

Mirror Labs

Graphics showcases

Five reflection techniques side by side - Hall-of-Mirrors, Whitted, planar, SSR and SDF.

Mirror Research

Graphics showcases

Eight ways to bounce a ray off a mirror: recursive tracing, planar render-to-texture, cubemap probes, screen-space reflection, curved and imperfect glass.

Peril Loops

Graphics showcases

Two ray-traced near-escape loops - outrun an avalanche, ride a Gerstner wave - on real physics.

Physics Odyssey

Graphics showcases

A physics museum you render, not fake: eight exhibits - Gerstner waves, combustion, SPH water, cloth, a gear train, a cyclotron - each a real solved kernel.

Physics Odyssey

Graphics showcases

A physics museum you render, not fake: eight exhibits - Gerstner waves, combustion, SPH water, cloth, a gear train, a cyclotron - each a real solved kernel.

Reality Cinematic

Graphics showcases

One physics-and-thermal solve per frame, ray-traced through six cameras and five false-color vision modes: thermal, velocity, night-vis, stealth.

Reality Fire

Graphics showcases

A fire that obeys the ideal gas law: an Eulerian field ignites a fuel bed, lofts a Beer-Lambert smoke plume, then water quenches the core.

Reality Fluids

Graphics showcases

A pond you can drop a rock into: wood floats, steel sinks, splashes drive a damped 2D wave equation, four rendered views of one solver step.

Reality Footprints

Graphics showcases

Four loads cross sand and snow; each rut is real Bekker pressure-sinkage, not a painted decal - the trail is the record the ground keeps.

Reality Materials

Graphics showcases

Six cubes fall together (Galileo) while density, mass and metallic-vs-dielectric light response are resolved live from CRC and ASM catalogs.

Reality Optics

Graphics showcases

A recursive ray tracer: every mirror reflection, glass refraction and coloured shadow really traced, beauty and per-pixel proof side by side.

Reality Sim

Graphics showcases

One from-scratch ray tracer and SI-unit physics engine: recursive mirrors, a door modelled as joints, phase-change stations, full energy chains.

Impossible Figures

Graphics showcases

A renderer that draws figures which cannot exist: Penrose stairs and triangle are real 3D meshes valid from one camera - rotate and the illusion pulls apart.

Solar System

Graphics showcases

A solar system drawn in plain C#: eight planets from real ephemeris, one Sun point-light, PBR-shaded, against a real star catalog, HDR-tonemapped.

SpellViz

Graphics showcases

Every spell, simulated: not sprites but Stable-Fluids combustion, wave equations and ballistic bolts solved in pure C#, plus downloadable glTF models.

Terminal Graphics

Graphics showcases

A shaded Utah teapot, a red border and a fisheye magnifier - real terminal graphics, drawn with 24-bit ANSI half-blocks.

Vignettes

Graphics showcases

Nine small CPU-rendered physics scenes: avalanche, wave surfer, glass furnace, iron foundry, wax candle, hot-ice, and a cathedral board.

Weather Climate Ocean

Graphics showcases

The weather falls out of the sunlight: tilt to insolation to ocean-lag to pressure to wind to rain, one causal chain solved in pure C#, at six scales.

Archiver

KullOS desktop

An archive manager - zip, tar and gzip read and written from the base class library.

Art Studio

KullOS desktop

A creative suite - paint, audio tracker, MIDI studio, 3D modeler and video, all in one C# app.

Ash (.razor v3.0)

KullOS desktop

.razor-authored static rebuild (3.0 ocRazor). A terminal and shell in C# - a real command line rendered to the page.

Cairn

KullOS desktop

A git viewer - log, diff and tree of a real repository, parsed from packfiles.

Cinder

KullOS desktop

A web browser written in C# - HTML parse, layout and paint, all from the base class library.

Depot

KullOS desktop

A software center with a real dependency solver - a package catalog and an install plan.

Lattice Diagram

KullOS desktop

A Visio-style diagram tool - shapes, connectors and a real .vsdx export.

Dial Settings

KullOS desktop

A system settings panel - the control surface for the KullOS desktop.

Folio (.razor v3.0)

KullOS desktop

.razor-authored static rebuild (3.0 ocRazor). A document viewer - Markdown and HTML rendered to a clean reading page.

KullOS 4.0 Desktop

KullOS desktop

The full KullOS 4.0 desktop - 160 pure-C# apps rendered to self-contained pages: calculator, periodic table, spreadsheet, piano, terminal, garden sim and more.

KullOS Desktop

KullOS desktop

The desktop shell for the whole pure-C# app suite - click a tile to open any app below, each a real render, not a mockup.

Starling Mail

KullOS desktop

An email client - real .eml messages parsed and rendered to a familiar inbox.

Marquee Player

KullOS desktop

A media player - a WAV and FLAC decoder written in C#, playing to the page.

Notepad#

KullOS desktop

A code editor with syntax highlighting - a Notepad++ class editor written in C#.

Pulse

KullOS desktop

A task manager over a real process scheduler - live processes, a tree and a table.

Quarry

KullOS desktop

A SQLite database browser - open a real .sqlite file and walk its tables and B-tree pages.

Relay

KullOS desktop

A network manager - interfaces, DHCP leases and DNS, modelled and rendered in C#.

Sheets (.razor v3.0)

KullOS desktop

.razor-authored static rebuild (3.0 ocRazor). A spreadsheet with a real formula engine - cells, references and recalculation.

Warren

KullOS desktop

A file manager over a real ext2 disk image - directories, inodes and blocks, read in C#.

PaxosConsensus

Learning & CS

Single-decree Paxos with two proposers racing to agree.

PaxosConsensus (v3.0 static)

Learning & CS

Single-decree Paxos with two proposers racing to agree. — server-side-rendered static HTML (3.0, no runtime).

QuantumSearch

Learning & CS

Grover's search amplifying the answer, amplitude by amplitude.

QuantumSearch (v3.0 static)

Learning & CS

Grover's search amplifying the answer, amplitude by amplitude. — server-side-rendered static HTML (3.0, no runtime).

RetroCore

Learning & CS

A tiny retro console core, single-stepping a 6502 in the browser.

SelfPlayChess

Learning & CS

A real chess engine playing itself to a finish.

SelfPlayChess (v3.0 static)

Learning & CS

A real chess engine playing itself to a finish. — server-side-rendered static HTML (3.0, no runtime).

VotingParadox

Learning & CS

Condorcet's paradox: majorities that go in circles.

VotingParadox

Learning & CS

Condorcet's paradox: majorities that go in circles.

Deslop

science-systems-tool

Deslop - a science-systems-tool app.

DataSymphony

Showcases

Data you can hear: three movements sonify real PD/CC0 catalogs (nuclear tests, the Space Race, earthquakes) into music + a spectrum visualizer, pure-C# offline codecs.

Menagerie

Showcases

The 1.9 animation menagerie: 540 clips of rigged, spring-hung, material-aware creatures and parts.

Pathfinder World-Disk

Showcases

A clean-room pure-C# Pathfinder SRD engine: 623 spells, 346 monsters, 429 items, 175 feats, 11 classes - searchable, with a 4-layout view switcher.

BridgeCollapse

Simulations & models

Load a truss until it buckles, then watch it come down.

BridgeCollapse

Simulations & models

Load a truss until it buckles, then watch it come down.

ClimateBalance

Simulations & models

A one-dimensional latitudinal energy-balance climate model.

ColorMapSOM

Simulations & models

A self-organizing map clustering colours into a living quilt.

ColorMapSOM

Simulations & models

A self-organizing map clustering colours into a living quilt.

DeltaV

Simulations & models

Plan an orbital burn and spend your delta-v wisely.

DeltaV (v3.0 static)

Simulations & models

Plan an orbital burn and spend your delta-v wisely. — server-side-rendered static HTML (3.0, no runtime).

GridWorldAI

Simulations & models

Q-learning finds its way across a gridworld, step by step.

GridWorldAI (v3.0 static)

Simulations & models

Q-learning finds its way across a gridworld, step by step. — server-side-rendered static HTML (3.0, no runtime).

HarvestForecast

Simulations & models

Forecast a crop yield from weather and soil inputs.

HarvestForecast (v3.0 static)

Simulations & models

Forecast a crop yield from weather and soil inputs. — server-side-rendered static HTML (3.0, no runtime).

OutbreakLab

Simulations & models

An SIR epidemic model you can push past its tipping point.

PredatorPrey

Simulations & models

Lotka-Volterra population cycles chasing each other.

PredatorPrey (v3.0 static)

Simulations & models

Lotka-Volterra population cycles chasing each other. — server-side-rendered static HTML (3.0, no runtime).

SchellingCity

Simulations & models

Schelling's 1971 segregation model from mild preferences.

SchellingCity (v3.0 static)

Simulations & models

Schelling's 1971 segregation model from mild preferences. — server-side-rendered static HTML (3.0, no runtime).

TopoScope

Simulations & models

Sculpt terrain and read its topology like a scope.

TopoScope (v3.0 static)

Simulations & models

Sculpt terrain and read its topology like a scope. — server-side-rendered static HTML (3.0, no runtime).

Calendar

Utilities

calendar utilities events

no capture yet

Cosmosmodeldemo

3D Showcase

Cosmosmodeldemo - a 3d showcase app.

no capture yet

Objectkit 3.0 Viewer

3D Showcase

Objectkit 3.0 Viewer - a 3d showcase app.

no capture yet

Arch Blazor Robinhood

Archived HTML/JS Fleet

Arch Blazor Robinhood - a archived html/js fleet app.

no capture yet

Arch Blazor Robinhood 2

Archived HTML/JS Fleet

Arch Blazor Robinhood 2 - a archived html/js fleet app.

no capture yet

Arch Calagopus Panel

Archived HTML/JS Fleet

Arch Calagopus Panel - a archived html/js fleet app.

no capture yet

Arch Djp Workshop Net

Archived HTML/JS Fleet

Arch Djp Workshop Net - a archived html/js fleet app.

no capture yet

Arch Dot Net Workshop

Archived HTML/JS Fleet

Arch Dot Net Workshop - a archived html/js fleet app.

no capture yet

Arch Hello Blazor

Archived HTML/JS Fleet

Arch Hello Blazor - a archived html/js fleet app.

no capture yet

Arch Multi Player Example Client

Archived HTML/JS Fleet

Arch Multi Player Example Client - a archived html/js fleet app.

no capture yet

Arch Rate Mc Servers

Archived HTML/JS Fleet

Arch Rate Mc Servers - a archived html/js fleet app.

no capture yet

Arch Rateminecraftservers

Archived HTML/JS Fleet

Arch Rateminecraftservers - a archived html/js fleet app.

no capture yet

Arch Render Excalibur

Archived HTML/JS Fleet

Arch Render Excalibur - a archived html/js fleet app.

no capture yet

Arch Render Fabric

Archived HTML/JS Fleet

Arch Render Fabric - a archived html/js fleet app.

no capture yet

Arch Render Kaplay

Archived HTML/JS Fleet

Arch Render Kaplay - a archived html/js fleet app.

no capture yet

Arch Render Konva

Archived HTML/JS Fleet

Arch Render Konva - a archived html/js fleet app.

no capture yet

Arch Render Little Js

Archived HTML/JS Fleet

Arch Render Little Js - a archived html/js fleet app.

no capture yet

Arch Render Offscreen Canvas

Archived HTML/JS Fleet

Arch Render Offscreen Canvas - a archived html/js fleet app.

no capture yet

Arch Render Phaser

Archived HTML/JS Fleet

Arch Render Phaser - a archived html/js fleet app.

no capture yet

Arch Render Pixi

Archived HTML/JS Fleet

Arch Render Pixi - a archived html/js fleet app.

no capture yet

Arch Render Two Js

Archived HTML/JS Fleet

Arch Render Two Js - a archived html/js fleet app.

no capture yet

Arch Sample App

Archived HTML/JS Fleet

Arch Sample App - a archived html/js fleet app.

no capture yet

Arch Sample App 2

Archived HTML/JS Fleet

Arch Sample App 2 - a archived html/js fleet app.

no capture yet

Arch Sample App 3

Archived HTML/JS Fleet

Arch Sample App 3 - a archived html/js fleet app.

no capture yet

Arch Sample App 4

Archived HTML/JS Fleet

Arch Sample App 4 - a archived html/js fleet app.

no capture yet

Arch Sample App 5

Archived HTML/JS Fleet

Arch Sample App 5 - a archived html/js fleet app.

no capture yet

Arch Snake Client

Archived HTML/JS Fleet

Arch Snake Client - a archived html/js fleet app.

no capture yet

Arch Web App

Archived HTML/JS Fleet

Arch Web App - a archived html/js fleet app.

no capture yet

Js V1 0

Archived HTML/JS Fleet

Js V1 0 - a archived html/js fleet app.

no capture yet

Js V2

Archived HTML/JS Fleet

Js V2 - a archived html/js fleet app.

no capture yet

Js V4 Another Attempt

Archived HTML/JS Fleet

Js V4 Another Attempt - a archived html/js fleet app.

no capture yet

Js V4 V3

Archived HTML/JS Fleet

Js V4 V3 - a archived html/js fleet app.

no capture yet

Backgammonarena

Board & Table Games (WASM)

Backgammonarena - a board & table games (wasm) app.

no capture yet

Chessarena

Board & Table Games (WASM)

Chessarena - a board & table games (wasm) app.

no capture yet

Chinesecheckersarena

Board & Table Games (WASM)

Chinesecheckersarena - a board & table games (wasm) app.

no capture yet

Connectfourarena

Board & Table Games (WASM)

Connectfourarena - a board & table games (wasm) app.

no capture yet

Curling

Board & Table Games (WASM)

Curling - a board & table games (wasm) app.

no capture yet

Draughts

Board & Table Games (WASM)

Draughts - a board & table games (wasm) app.

no capture yet

Gotemple

Board & Table Games (WASM)

Gotemple - a board & table games (wasm) app.

no capture yet

Pool

Board & Table Games (WASM)

Pool - a board & table games (wasm) app.

no capture yet

Ocean Depth Zones

Boats & Water

Epipelagic->Hadal: depth, light, life, as a CSS depth column. .razor v3.0 static.

no capture yet

Onlycsharpfilemanager (v3.0 static)

Desktop Tools

onlycsharpfilemanager — .razor SSR static HTML (3.0).

no capture yet

Onlycsharpgitviewer (v3.0 static)

Desktop Tools

onlycsharpgitviewer — .razor SSR static HTML (3.0).

no capture yet

Onlycsharpmediaplayer (v3.0 static)

Desktop Tools

M3U playlist parse + durations — .razor SSR static (3.0).

no capture yet

Onlycsharpnetworkmanager (v3.0 static)

Desktop Tools

onlycsharpnetworkmanager — .razor SSR static HTML (3.0).

no capture yet

Onlycsharpprocessviewer (v3.0 static)

Desktop Tools

onlycsharpprocessviewer — .razor SSR static HTML (3.0).

no capture yet

Onlycsharpsettings (v3.0 static)

Desktop Tools

onlycsharpsettings — .razor SSR static HTML (3.0).

no capture yet

Onlycsharpsheets (v3.0 static)

Desktop Tools

onlycsharpsheets — .razor SSR static HTML (3.0).

no capture yet

Onlycsharpsoftwarecenter (v3.0 static)

Desktop Tools

semver resolve + topo-sort install plan — .razor SSR static (3.0).

no capture yet

Onlycsharpwebbrowser (v3.0 static)

Desktop Tools

real HtmlDocument.Parse DOM outline — .razor SSR static (3.0).

no capture yet

Atlas

gallery-meta

Atlas - a gallery-meta app.

no capture yet

Catalog Gallery

gallery-meta

Catalog Gallery - a gallery-meta app.

no capture yet

Everything Gallery

gallery-meta

Everything Gallery - a gallery-meta app.

no capture yet

Grain

gallery-meta

Grain - a gallery-meta app.

no capture yet

Antelope

More Static Web Apps

Antelope - a more static web apps app.

no capture yet

Bee Hive

More Static Web Apps

Bee Hive - a more static web apps app.

no capture yet

Bison

More Static Web Apps

Bison - a more static web apps app.

no capture yet

Checkers3D

More Static Web Apps

Checkers3D - a more static web apps app.

no capture yet

Circumnavigate

More Static Web Apps

Circumnavigate - a more static web apps app.

no capture yet

Connect Four Nova3D

More Static Web Apps

Connect Four Nova3D - a more static web apps app.

no capture yet

Critter Bunny

More Static Web Apps

Critter Bunny - a more static web apps app.

no capture yet

Critter Dog

More Static Web Apps

Critter Dog - a more static web apps app.

no capture yet

Farm Almanac

More Static Web Apps

Farm Almanac - a more static web apps app.

no capture yet

Fireflies

More Static Web Apps

Fireflies - a more static web apps app.

no capture yet

Grand Coast Tour

More Static Web Apps

Grand Coast Tour - a more static web apps app.

no capture yet

Gravity Sandbox

More Static Web Apps

Gravity Sandbox - a more static web apps app.

no capture yet

High Seas

More Static Web Apps

High Seas - a more static web apps app.

no capture yet

Kitchen Garden

More Static Web Apps

Kitchen Garden - a more static web apps app.

no capture yet

Living World

More Static Web Apps

Living World - a more static web apps app.

no capture yet

Living Worlds

More Static Web Apps

Living Worlds - a more static web apps app.

no capture yet

Locomotion Lab

More Static Web Apps

Locomotion Lab - a more static web apps app.

no capture yet

Mancala3D

More Static Web Apps

Mancala3D - a more static web apps app.

no capture yet

Matter Siege

More Static Web Apps

Matter Siege - a more static web apps app.

no capture yet

Murmuration

More Static Web Apps

Murmuration - a more static web apps app.

no capture yet

Nine Mens Morris Nova3D

More Static Web Apps

Nine Mens Morris Nova3D - a more static web apps app.

no capture yet

Orchard

More Static Web Apps

Orchard - a more static web apps app.

no capture yet

Orrery

More Static Web Apps

Orrery - a more static web apps app.

no capture yet

Pacific Rim Voyage

More Static Web Apps

Pacific Rim Voyage - a more static web apps app.

no capture yet

Physarum

More Static Web Apps

Physarum - a more static web apps app.

no capture yet

Planetarium

More Static Web Apps

Planetarium - a more static web apps app.

no capture yet

Powder Lab

More Static Web Apps

Powder Lab - a more static web apps app.

no capture yet

Rangeland

More Static Web Apps

Rangeland - a more static web apps app.

no capture yet

Reality Sandbox

More Static Web Apps

Reality Sandbox - a more static web apps app.

no capture yet

Reversi Nova3D

More Static Web Apps

Reversi Nova3D - a more static web apps app.

no capture yet

Row Crop Farm

More Static Web Apps

Row Crop Farm - a more static web apps app.

no capture yet

Seaworthy

More Static Web Apps

Seaworthy - a more static web apps app.

no capture yet

Seven Seas Atlas

More Static Web Apps

Seven Seas Atlas - a more static web apps app.

no capture yet

Site Archetypes

More Static Web Apps

Site Archetypes - a more static web apps app.

no capture yet

Soil Lab

More Static Web Apps

Soil Lab - a more static web apps app.

no capture yet

Starling Murmuration

More Static Web Apps

Starling Murmuration - a more static web apps app.

no capture yet

Stigmergy Ants

More Static Web Apps

Stigmergy Ants - a more static web apps app.

no capture yet

Wildscape

More Static Web Apps

Wildscape - a more static web apps app.

no capture yet

World Coastline

More Static Web Apps

World Coastline - a more static web apps app.

no capture yet

Arboretum Guide (3.0 SSR)

Nature, Biomes & Life

Phenology-model arboretum guide: day-length astronomy, GDD bud-break science, and six live species tables (112 rows) from Catalogs.Biology.Botany.

no capture yet

Bloomcalendarmeadow

Nature, Biomes & Life

Bloomcalendarmeadow - a nature, biomes & life app.

no capture yet

Botanical Atlas (3.0 SSR)

Nature, Biomes & Life

17 garden-bed sections, ~400 species rows pulled live from the Biology.Botany catalogs - wildflowers to cycads to carnivorous plants.

no capture yet

Botanicalconservatory

Nature, Biomes & Life

Botanicalconservatory - a nature, biomes & life app.

no capture yet

Butterflyglade

Nature, Biomes & Life

Butterflyglade - a nature, biomes & life app.

no capture yet

Coastal Chart Book (3.0 SSR)

Nature, Biomes & Life

Six real coastal biome sites with live solar geometry (Cooper 1969) and per-season fauna/flora, ported from the 1.9 CoastalChart voyage app.

no capture yet

Coastalworldtour

Nature, Biomes & Life

Coastalworldtour - a nature, biomes & life app.

no capture yet

Earthbiomeglobe

Nature, Biomes & Life

Earthbiomeglobe - a nature, biomes & life app.

no capture yet

Fourseasonsfarm

Nature, Biomes & Life

Fourseasonsfarm - a nature, biomes & life app.

no capture yet

Koigarden

Nature, Biomes & Life

Koigarden - a nature, biomes & life app.

no capture yet

Meadowhare

Nature, Biomes & Life

Meadowhare - a nature, biomes & life app.

no capture yet

Openwater

Nature, Biomes & Life

Openwater - a nature, biomes & life app.

no capture yet

Orchardphenology

Nature, Biomes & Life

Orchardphenology - a nature, biomes & life app.

no capture yet

Robintreeroost

Nature, Biomes & Life

Robintreeroost - a nature, biomes & life app.

no capture yet

Clothdropsim

Physics & Sim Labs (WASM · ex-console)

Clothdropsim - a physics & sim labs (wasm · ex-console) app.

no capture yet

Clothphysicsdemo

Physics & Sim Labs (WASM · ex-console)

Clothphysicsdemo - a physics & sim labs (wasm · ex-console) app.

no capture yet

Cosmosglobedemo

Physics & Sim Labs (WASM · ex-console)

Cosmosglobedemo - a physics & sim labs (wasm · ex-console) app.

no capture yet

Droplab

Physics & Sim Labs (WASM · ex-console)

Droplab - a physics & sim labs (wasm · ex-console) app.

no capture yet

Emberdroplab

Physics & Sim Labs (WASM · ex-console)

Emberdroplab - a physics & sim labs (wasm · ex-console) app.

no capture yet

Flagshipscenes

Physics & Sim Labs (WASM · ex-console)

Flagshipscenes - a physics & sim labs (wasm · ex-console) app.

no capture yet

Fluidphysicsdemo

Physics & Sim Labs (WASM · ex-console)

Fluidphysicsdemo - a physics & sim labs (wasm · ex-console) app.

no capture yet

Fluidphysicslab

Physics & Sim Labs (WASM · ex-console)

Fluidphysicslab - a physics & sim labs (wasm · ex-console) app.

no capture yet

Fluidsmashlab

Physics & Sim Labs (WASM · ex-console)

Fluidsmashlab - a physics & sim labs (wasm · ex-console) app.

no capture yet

Materialdroplab

Physics & Sim Labs (WASM · ex-console)

Materialdroplab - a physics & sim labs (wasm · ex-console) app.

no capture yet

Materialswayprototype

Physics & Sim Labs (WASM · ex-console)

Materialswayprototype - a physics & sim labs (wasm · ex-console) app.

no capture yet

Partstudioprototype

Physics & Sim Labs (WASM · ex-console)

Partstudioprototype - a physics & sim labs (wasm · ex-console) app.

no capture yet

Realitysim17

Physics & Sim Labs (WASM · ex-console)

Realitysim17 - a physics & sim labs (wasm · ex-console) app.

no capture yet

Realitysims

Physics & Sim Labs (WASM · ex-console)

Realitysims - a physics & sim labs (wasm · ex-console) app.

no capture yet

Realitysimshowcase

Physics & Sim Labs (WASM · ex-console)

Realitysimshowcase - a physics & sim labs (wasm · ex-console) app.

no capture yet

Sandlot

Physics & Sim Labs (WASM · ex-console)

Sandlot - a physics & sim labs (wasm · ex-console) app.

no capture yet

Scenesaunter

Physics & Sim Labs (WASM · ex-console)

Scenesaunter - a physics & sim labs (wasm · ex-console) app.

no capture yet

Scenestroll

Physics & Sim Labs (WASM · ex-console)

Scenestroll - a physics & sim labs (wasm · ex-console) app.

no capture yet

Skeletonvizprototype

Physics & Sim Labs (WASM · ex-console)

Skeletonvizprototype - a physics & sim labs (wasm · ex-console) app.

no capture yet

Snagdroplab

Physics & Sim Labs (WASM · ex-console)

Snagdroplab - a physics & sim labs (wasm · ex-console) app.

no capture yet

Physica

Physics & Sky Showcases (WASM)

Physica - a physics & sky showcases (wasm) app.

no capture yet

Skyreflections

Physics & Sky Showcases (WASM)

Skyreflections - a physics & sky showcases (wasm) app.

no capture yet

Solarskywalk

Physics & Sky Showcases (WASM)

Solarskywalk - a physics & sky showcases (wasm) app.

no capture yet

Novapinball

Pinball (WASM)

Novapinball - a pinball (wasm) app.

no capture yet

Pinball3D

Pinball (WASM)

Pinball3D - a pinball (wasm) app.

no capture yet

Pinballjune

Pinball (WASM)

Pinballjune - a pinball (wasm) app.

no capture yet

Pinballparlor

Pinball (WASM)

Pinballparlor - a pinball (wasm) app.

no capture yet

Ray Tracer: Tower Smash

Ray Tracing

A ball-pyramid demolished by a rolling cannonball - real sphere-sphere impulse physics, ray-traced. Live canvas WASM.

no capture yet

Livestock Breed Catalog (3.0 SSR)

Reference & Catalogs

The first local-model-authored OnlyCSharp 3.0 ocRazor SSR app - 8 species tables (46 breeds) rendered from the real OnlyCSharp.Data BreedCatalog through OcAppHost.

no capture yet

Solar System Bodies

Reference & Catalogs

Sun, planets, dwarfs & major moons: mass, radius, orbit — Data/3.0 SolarSystemBodies.

no capture yet

Color Catalog

Reference & Catalogs

18 named colors with swatches, wheel role, hex/RGB — Data/3.0 ColorWheelCatalog.

no capture yet

World Countries

Reference & Catalogs

193 UN countries: ISO2/ISO3, capital, continent, region — Data/3.0 Geography.

no capture yet

Dinosaurs

Reference & Catalogs

29 dinosaurs: length, diet, era. Data/3.0 Paleontology.

no capture yet

Periodic Table

Reference & Catalogs

All 118 elements: Z, symbol, mass, group, block, category, physical props — Data/3.0 PeriodicTable.

no capture yet

Sharks

Reference & Catalogs

25 shark species: size, diet, danger, IUCN status. Data/3.0 Zoology.

no capture yet

Structural Materials

Reference & Catalogs

19 materials: E, yield, ultimate, density, Poisson. Data/3.0 Materials.

no capture yet

Platonic Solids

Reference & Catalogs

5 solids: Schlafli symbol, dual, Euler characteristic. Data/3.0 Algebra.

no capture yet

Messier Deep-Sky

Reference & Catalogs

106 Messier objects: galaxies, clusters, nebulae, SNRs. Data/3.0 Astronomy.

no capture yet

Rocks & the Rock Cycle

Reference & Catalogs

26 rocks by class + primary minerals. Data/3.0 Geology.

no capture yet

Musical Intervals

Reference & Catalogs

13 intervals: semitones, quality, consonance — Data/3.0 Arts.Music.

no capture yet

Nuclear Detonations

Reference & Catalogs

20 milestone tests: year, site, device, yield, lat/lon. Data/3.0 History.

no capture yet

Power Tools

Reference & Catalogs

22 workshop power tools by machining operation. Data/3.0 Manufacturing.

no capture yet

US Presidents

Reference & Catalogs

47 presidents: term, party, non-consecutive handling. Data/3.0 History.

no capture yet

Mother Sauces

Reference & Catalogs

13 mother sauces: family, ingredients, derivatives. Data/3.0 Culinary.

no capture yet

Constellations

Reference & Catalogs

88 IAU constellations: abbreviation, Latin genitive, wiki. Data/3.0 Astronomy.

no capture yet

Writing Systems

Reference & Catalogs

11 ancient scripts: family, region, invention date, decipherment. Data/3.0 Epigraphy.

no capture yet

Physical Constants

Reference & Catalogs

CODATA fundamental constants: symbol, SI value, unit, uncertainty. Data/3.0.

no capture yet

Storm Scales

Reference & Catalogs

Saffir-Simpson hurricane + Enhanced Fujita tornado scales. Data/3.0 WeatherScales.

no capture yet

Greek Alphabet

Reference & Catalogs

24 Greek letters: glyph, name, Latin transliteration — Data/3.0 Linguistics.

no capture yet

FIFA World Cups

Reference & Catalogs

Every World Cup 1930-2026: host, champion, final, top scorer. Data/3.0 Sports.

no capture yet

Climate Atlas (3.0 SSR)

Reference & Catalogs

Koppen-Geiger climate groups with per-zone stat cards, soil-order pairings, USDA hardiness zones and a 40-crop suitability table from real Data/3.0 catalogs.

no capture yet

Climate & Growing Zones (3.0 SSR)

Reference & Catalogs

Koppen groups, 2023 USDA hardiness breakpoints, frost classes, and the full 40-crop seed catalog from Data/3.0 Agriculture.SeedCatalog.

no capture yet

Farm Equipment Catalog (Data 3.0)

Reference & Catalogs

24 farm handling/production equipment items (F01-F24) with mass, cost, skill level and target species - OnlyCSharp.Data AnimalScience.Equipment, local-LLM-drafted showcase.

no capture yet

Livestock Feedstuffs Catalog (Data 3.0)

Reference & Catalogs

20 feedstuffs with metabolizable energy, TDN, crude protein, NDF on dry-matter basis - OnlyCSharp.Data AnimalScience.Nutrition (USDA ARS / NRC sourced).

no capture yet

Veterinary Pharmacology Catalog (Data 3.0)

Reference & Catalogs

Veterinary drug dosing/withdrawal reference rows from OnlyCSharp.Data Veterinary.Pharmacology - local-LLM-drafted showcase.

no capture yet

Repo Halls: Search Race

Repo Explorer & Search Lab

NPCs run real search brains (BFS/DFS/Dijkstra/A*/Greedy/Random/Bidirectional) through the repo as a maze, hunting targets our SQL-DB+LINQ ORM query picks. Live compare + choice ticker. Blazor-WASM.

no capture yet

Avapinball

Sports & Arcade Games (WASM)

Avapinball - a sports & arcade games (wasm) app.

no capture yet

Baseline

Sports & Arcade Games (WASM)

Baseline - a sports & arcade games (wasm) app.

no capture yet

Baselineduel

Sports & Arcade Games (WASM)

Baselineduel - a sports & arcade games (wasm) app.

no capture yet

Beachvolley

Sports & Arcade Games (WASM)

Beachvolley - a sports & arcade games (wasm) app.

no capture yet

Blueline

Sports & Arcade Games (WASM)

Blueline - a sports & arcade games (wasm) app.

no capture yet

Breakpoint

Sports & Arcade Games (WASM)

Breakpoint - a sports & arcade games (wasm) app.

no capture yet

Darts

Sports & Arcade Games (WASM)

Darts - a sports & arcade games (wasm) app.

no capture yet

Deepend

Sports & Arcade Games (WASM)

Deepend - a sports & arcade games (wasm) app.

no capture yet

Diamond

Sports & Arcade Games (WASM)

Diamond - a sports & arcade games (wasm) app.

no capture yet

Fairway

Sports & Arcade Games (WASM)

Fairway - a sports & arcade games (wasm) app.

no capture yet

Fairwayone

Sports & Arcade Games (WASM)

Fairwayone - a sports & arcade games (wasm) app.

no capture yet

Fastbreak

Sports & Arcade Games (WASM)

Fastbreak - a sports & arcade games (wasm) app.

no capture yet

Futsal

Sports & Arcade Games (WASM)

Futsal - a sports & arcade games (wasm) app.

no capture yet

Goalrush

Sports & Arcade Games (WASM)

Goalrush - a sports & arcade games (wasm) app.

no capture yet

Gridiron

Sports & Arcade Games (WASM)

Gridiron - a sports & arcade games (wasm) app.

no capture yet

Hogline

Sports & Arcade Games (WASM)

Hogline - a sports & arcade games (wasm) app.

no capture yet

Hoopfive

Sports & Arcade Games (WASM)

Hoopfive - a sports & arcade games (wasm) app.

no capture yet

Hoops

Sports & Arcade Games (WASM)

Hoops - a sports & arcade games (wasm) app.

no capture yet

Housestones

Sports & Arcade Games (WASM)

Housestones - a sports & arcade games (wasm) app.

no capture yet

Links

Sports & Arcade Games (WASM)

Links - a sports & arcade games (wasm) app.

no capture yet

Longbow

Sports & Arcade Games (WASM)

Longbow - a sports & arcade games (wasm) app.

no capture yet

Paddles

Sports & Arcade Games (WASM)

Paddles - a sports & arcade games (wasm) app.

no capture yet

Pitcheleven

Sports & Arcade Games (WASM)

Pitcheleven - a sports & arcade games (wasm) app.

no capture yet

Pucksix

Sports & Arcade Games (WASM)

Pucksix - a sports & arcade games (wasm) app.

no capture yet

Rally

Sports & Arcade Games (WASM)

Rally - a sports & arcade games (wasm) app.

no capture yet

Shuttle

Sports & Arcade Games (WASM)

Shuttle - a sports & arcade games (wasm) app.

no capture yet

Skijump

Sports & Arcade Games (WASM)

Skijump - a sports & arcade games (wasm) app.

no capture yet

Spikepoint

Sports & Arcade Games (WASM)

Spikepoint - a sports & arcade games (wasm) app.

no capture yet

Teetime

Sports & Arcade Games (WASM)

Teetime - a sports & arcade games (wasm) app.

no capture yet

Tenpin

Sports & Arcade Games (WASM)

Tenpin - a sports & arcade games (wasm) app.

no capture yet

Touchline

Sports & Arcade Games (WASM)

Touchline - a sports & arcade games (wasm) app.

no capture yet

Trailhead

Sports & Arcade Games (WASM)

Trailhead - a sports & arcade games (wasm) app.

no capture yet

Volley

Sports & Arcade Games (WASM)

Volley - a sports & arcade games (wasm) app.

no capture yet

Wayfarer

Sports & Arcade Games (WASM)

Wayfarer - a sports & arcade games (wasm) app.

no capture yet

Benchmarks (v3.0 static)

Terminal Apps (in-browser CLI)

benchmarks — .razor server-side-rendered static HTML (3.0).

no capture yet

Climatebalance (v3.0 static)

Terminal Apps (in-browser CLI)

climatebalance — server-side-rendered static HTML (3.0, no runtime).

no capture yet

Kinema (v3.0 static)

Terminal Apps (in-browser CLI)

Kinema - a terminal apps (in-browser cli) app. — server-side-rendered static HTML (3.0, no runtime).

no capture yet

Liveauthenticator (v3.0 static)

Terminal Apps (in-browser CLI)

liveauthenticator — .razor server-side-rendered static HTML (3.0).

no capture yet

Onlycsharpcalendar (v3.0 static)

Terminal Apps (in-browser CLI)

onlycsharpcalendar — .razor server-side-rendered static HTML (3.0).

no capture yet

Onlycsharp Chemistry (v3.0 static)

Terminal Apps (in-browser CLI)

onlycsharpchemistry — server-side-rendered static HTML (3.0, no runtime).

no capture yet

Onlycsharpdatabasebrowser (v3.0 static)

Terminal Apps (in-browser CLI)

onlycsharpdatabasebrowser — .razor server-side-rendered static HTML (3.0).

no capture yet

Onlycsharpdiagram (v3.0 static)

Terminal Apps (in-browser CLI)

onlycsharpdiagram — .razor server-side-rendered static HTML (3.0).

no capture yet

Onlycsharp Edu (v3.0 static)

Terminal Apps (in-browser CLI)

onlycsharpedu — server-side-rendered static HTML (3.0, no runtime).

no capture yet

Onlycsharp Electronics (v3.0 static)

Terminal Apps (in-browser CLI)

onlycsharpelectronics — server-side-rendered static HTML (3.0, no runtime).

no capture yet

Retrocore (v3.0 static)

Terminal Apps (in-browser CLI)

retrocore — .razor server-side-rendered static HTML (3.0).

no capture yet

Selfplaybackgammon (v3.0 static)

Terminal Apps (in-browser CLI)

Selfplaybackgammon - a terminal apps (in-browser cli) app. — server-side-rendered static HTML (3.0, no runtime).

no capture yet

Selfplaychinesecheckers (v3.0 static)

Terminal Apps (in-browser CLI)

Selfplaychinesecheckers - a terminal apps (in-browser cli) app. — server-side-rendered static HTML (3.0, no runtime).

no capture yet

Android

Tools, Labs & Agents (WASM)

Android - a tools, labs & agents (wasm) app.

no capture yet

Cdfyar

Tools, Labs & Agents (WASM)

Cdfyar - a tools, labs & agents (wasm) app.

no capture yet

Datasources

Tools, Labs & Agents (WASM)

Datasources - a tools, labs & agents (wasm) app.

no capture yet

Endpointsuite

Tools, Labs & Agents (WASM)

Endpointsuite - a tools, labs & agents (wasm) app.

no capture yet

Enginemodule

Tools, Labs & Agents (WASM)

Enginemodule - a tools, labs & agents (wasm) app.

no capture yet

Fableagent

Tools, Labs & Agents (WASM)

Fableagent - a tools, labs & agents (wasm) app.

no capture yet

Fableagent2

Tools, Labs & Agents (WASM)

Fableagent2 - a tools, labs & agents (wasm) app.

no capture yet

Fableagent3

Tools, Labs & Agents (WASM)

Fableagent3 - a tools, labs & agents (wasm) app.

no capture yet

Workstation

Tools, Labs & Agents (WASM)

Workstation - a tools, labs & agents (wasm) app.

no capture yet

Amble

Worlds & Reality Sims (WASM)

Amble - a worlds & reality sims (wasm) app.

no capture yet

Anima3

Worlds & Reality Sims (WASM)

Anima3 - a worlds & reality sims (wasm) app.

no capture yet

Animationagent4

Worlds & Reality Sims (WASM)

Animationagent4 - a worlds & reality sims (wasm) app.

no capture yet

Biomewalk3D

Worlds & Reality Sims (WASM)

Biomewalk3D - a worlds & reality sims (wasm) app.

no capture yet

Playableworlds

Worlds & Reality Sims (WASM)

Playableworlds - a worlds & reality sims (wasm) app.

no capture yet

Quietjourneyside

Worlds & Reality Sims (WASM)

Quietjourneyside - a worlds & reality sims (wasm) app.

no capture yet

Realityreel

Worlds & Reality Sims (WASM)

Realityreel - a worlds & reality sims (wasm) app.

no capture yet

Realityshowcase

Worlds & Reality Sims (WASM)

Realityshowcase - a worlds & reality sims (wasm) app.

no capture yet

Realitysuite

Worlds & Reality Sims (WASM)

Realitysuite - a worlds & reality sims (wasm) app.

no capture yet

Sidescroll

Worlds & Reality Sims (WASM)

Sidescroll - a worlds & reality sims (wasm) app.

no capture yet

Umbra

Worlds & Reality Sims (WASM)

Umbra - a worlds & reality sims (wasm) app.

no capture yet

Wanderreel2D

Worlds & Reality Sims (WASM)

Wanderreel2D - a worlds & reality sims (wasm) app.