Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 453 Bytes

coco3

Some simple applications using the CMOC compiler for the Tandy/Radio Shack TRS Color Computer 3.

intray

An ASCII-art ray tracer using fixed-point integer math

cocoray

Same ray tracer using integer math and coco3's 320x192 mode with 16 colors

mandel

An ASCII-art Mandelbrot generator

mandgfx

A Mandelbrot generator using 320x192 graphics mode

microray

A (more) full-feature ray tracer using floating point (work in progress)