Skip to content

Some tinkerings for a color computer 3 based on CMOC. Includes several apps, including an integer-based ray tracer and mandelbrot generator. Designed to run on a 6809 micro - if you have the patience.

Notifications You must be signed in to change notification settings

stahta01/coco3_cmoc_apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Some tinkerings for a color computer 3 based on CMOC. Includes several apps, including an integer-based ray tracer and mandelbrot generator. Designed to run on a 6809 micro - if you have the patience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.4%
  • Assembly 0.6%