Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 620 Bytes

Computer Graphics From Scratch in Scheme

It is what it sounds like. I attempt to implement the algorithms described in the book "Computer Graphics from Scratch" in scheme. To be more specific a dialect known as GNU Guile.

Goals

  • Get good a scheme
  • Relearn some computer graphics knowledge
  • Make use of the GNU Guile Manual
  • Learn how to dab
  • Use Scheme for somewhat of a real project
  • implement the ray tracer
  • implement to Rasterizer

Resources

  • GNU Guile Manual
  • Stack Overflow
  • Scheme Language Reference

Progress

First Progress Report