ASM SHADER TOY – It's shader toy but you code in asm
Summary
ASM SHADER TOY is a tool that lets you write shaders using assembly language, similar to the popular Shader Toy platform.
Similar Articles
Making a Shading Language for My Offline Renderer
The author details the creation of Tiny Shading Language (TSL), a custom shading language library for their offline CPU renderer SORT, explaining the motivations including learning, flexibility, Apple Silicon support, and reducing dependencies compared to using OSL.
WATaBoy: JIT-ing Game Boy Instructions to Wasm Beats a Native Interpreter
The article describes WATaBoy, a Game Boy emulator that uses just-in-time compilation to WebAssembly to achieve performance exceeding that of a native interpreter, serving as a proof-of-concept for JIT-to-Wasm in emulation.
Saying Goodbye to Asm.js
Mozilla's SpiderMonkey engine disables asm.js optimizations by default, marking the end of the technology that paved the way for WebAssembly. Users are encouraged to recompile to WebAssembly for better performance.
ASH: Agents that Self-Hone via Embodied Learning
ASH is a system that learns embodied policies from unlabeled internet video via a self-improvement loop using inverse dynamics models, achieving strong performance on long-horizon tasks in Pokemon and Zelda games.
SBCL: the ultimate assembly code breadboard (2014)
A technical blog post exploring how to use SBCL as a breadboard for assembly code, focusing on stack-based virtual machine techniques such as rotating stacks and efficient primop dispatch, with references to the F18 processor and x87 stack.