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.

Scheme is a Hoot

Lobsters Hottest

The author shares their experience learning Scheme and using Hoot to compile it to WebAssembly, encountering stability issues but successfully running physics simulations in the browser.