Bio

I exist in the real world

Stats

1
Projects
5
Devlogs
26
Votes
1
Ships

Coding Time

All Time: 70h 1m
Today: 0h 9m

Member Since

June 17, 2025

Badges

1
🚢
Maiden Voyage
you shipped your first project! the journey begins...

Projects

1
ASCII Raytracer
5 devlogs • about 2 months ago

Activity

Gooey321
Gooey321 worked on ASCII Raytracer
11h 18m • 25 days ago

After working around a bunch of terminal quirks to display text at such a fast rate, I managed to implement camera movement. I also added more primitives (planes and triangles). I also reworked the path tracing logic to be more accurate.

Ported all major components of the renderer to the WebGPU shading language, resulting in a massive 91× speed increase! Also revamped the lighting and rendering model, which dramatically boosted image realism.
(Just if you are skeptical, all of this is rendered directly to terminal — not an image display trick.)

Update attachment

Added the ability to make objects reflective and also a light source. Majorly revamped the way the shadows are created to now they are softer and more realistic, however this introduced noise which i've mostly combated through the implementation of antialiasing, increasing the quality of the output.

Update attachment

Added ability to print the ASCII text as color, making it easier to see shapes. Also added new emission property, which will make it easier to add new light sources as well as new launch args to print as more solid characters, making it look more like a traditional raytracer.

Update attachment

Added core functionality to the ray tracer and made it easier to add new objects.

Update attachment
Gooey321
Gooey321 created a project
56d ago

ASCII Raytracer

A ray tracer that renders directly in the terminal using either ASCII or Unicode block characters. Written in Rust and WGSL. Features camera controls and the ability to easily make new scenes using a JSON format.

ASCII Raytracer
5 devlogs 5 followers Shipped
Gooey321
Gooey321 joined Summer of Making
58d ago

This was widely regarded as a great move by everyone.