Browser demo art

September 16, 2026 · View on GitHub

Last Hearth

The demo bundles selected 3D models locally. There is no third-party model CDN at runtime. Geometry, skeletons, materials, and textures are genuine artist-made assets; the landscape, berry bushes, campfire, role tools, selection markers, and UI are authored in this repository.

Files in public/assets/Author and original packLicenseChanges
knight.glb, rogue.glb, barbarian.glbKay Lousberg, KayKit Character Pack: AdventurersCC0 1.0Ten original animation clips retained; unused animation data removed without re-encoding retained geometry, textures, or animation data. Equipment visibility, scale, role tools, and animation selection change at runtime.
hall.glb, house.glb, tower.glb, wall.glb, tree.glb, rock.glbKay Lousberg, KayKit Medieval Hexagon PackCC0 1.0Original glTF geometry, buffers, and textures packaged into self-contained GLB. Scale, rotation, construction transparency, and damage appearance change at runtime.
orc.glbQuaternius, Ultimate MonstersCC0 1.0Original Big/glTF/Orc.gltf packaged into self-contained GLB. Original animations and embedded texture retained. Scale and animation selection change at runtime.

Downloaded September 16, 2026. Full supplied license files are preserved as LICENSE-KayKit-Characters.txt, LICENSE-KayKit-Village.txt, and LICENSE-Quaternius.txt. The Quaternius license file supplied in the author's Ultimate Monsters folder says “Ultimate Platformer Pack” in its heading; both that supplied license and the author's Ultimate Monsters page explicitly state CC0. The original download folder is linked here; the specific Orc glTF file is in its Big/glTF directory.

Original KayKit village filenames:

  • Assets/gltf/buildings/red/building_tavern_red.gltfhall.glb
  • Assets/gltf/buildings/red/building_home_A_red.gltfhouse.glb
  • Assets/gltf/buildings/red/building_tower_A_red.gltftower.glb
  • Assets/gltf/buildings/neutral/wall_straight.gltfwall.glb
  • Assets/gltf/decoration/nature/tree_single_A.gltftree.glb
  • Assets/gltf/decoration/nature/rock_single_B.gltfrock.glb

Human animation clips: Idle, Walking_A, Running_A, Interact, PickUp, 1H_Melee_Attack_Chop, Sit_Floor_Idle, Death_A, Death_A_Pose, Unarmed_Melee_Attack_Punch_A. Independent skeleton clones allow each NPC to walk, work, fight, or die independently.

UI typography uses Libre Baskerville, Barlow Condensed, and DM Mono via Google Fonts (SIL Open Font License). Three.js and its GLTFLoader, SkeletonUtils, and OrbitControls are MIT-licensed code dependencies, not artwork.

Slipstream

Slipstream's artwork is authored procedurally in src/driving/renderer.js and is covered by this repository's MIT license. It does not load the Last Hearth model packs or external vehicle models.

AssetConstruction
Four colored racing cars and grey trafficShared instanced geometry for bodies, glass cabins, wheels, hubs, trim, headlights and brake lamps. The vehicle shapes are original stylized designs.
CircuitMesh-built road, lane markings, curbs, timing stripe, wet asphalt and a separate pit entry/service/exit lane.
Paddock and landscapeProcedural garage, control tower, grandstand, seats, pit canopy, trees, shrubs, cones and gravel patches.
Number tags and signsSmall canvas-generated textures using system Arial; no downloaded sign or badge images.
Racing effectsInstanced boost shapes, low-poly smoke, skid marks, selection ring and damage/retirement appearance changes.

Slipstream's page typography uses DM Sans, Barlow Condensed and DM Mono via Google Fonts (SIL Open Font License). Three.js and BufferGeometryUtils are MIT-licensed code dependencies. The pinned Qwen model and WebLLM runtime have their own notices and are separate from these graphics; see THIRD_PARTY_NOTICES.md.

World 1-1

src/mario/renderer.js draws original pixel artwork with Canvas2D: a red-cap plumber, mushrooms, Goombas, pipes, terrain, blocks, coins, flag and castle. There are no downloaded or extracted Nintendo sprites, music or ROM files. The course is an approximate playable recreation of Super Mario Bros. World 1-1, not an emulated or exact port. Super Mario Bros. and its characters originate with Nintendo; this is an independent technical demo.