ASM SHADER TOY – It's shader toy but you code in asm

Hacker News Top Tools

Summary

ASM SHADER TOY is a tool that lets you write shaders using assembly language, similar to the popular Shader Toy platform.

No content available
Original Article

Similar Articles

Making a Shading Language for My Offline Renderer

Hacker News Top

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.

Saying Goodbye to Asm.js

Hacker News Top

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

arXiv cs.AI

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)

Hacker News Top

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.