Capital-Asterisk / RM-ASCII-Wren

Text mode Ray-marcher thrown together in a few hours, after getting bored in an introductory C programming class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RM-ASCII-Wren

Text mode Ray-marcher thrown together in a few hours, after getting bored in an introductory C programming class.

The code is full of comments, and is intended to be modified by whoever wants to look inside.

Screenshot0 in Cool Retro Term

Screenshot1 in Cool Retro Term

Building

Not much to do with a single c file. Link with math library.

GCC:

gcc main.c -lm -o ./rmasciiwren

About

Text mode Ray-marcher thrown together in a few hours, after getting bored in an introductory C programming class.


Languages

Language:C 100.0%