marsermd / SUSPENDED_H-Ray

Extensible multi-threaded raytracer in Haskell
MIT License
0 stars 0 forks source link

Implement sphere objects and display them in an interactive window. #3

Open marsermd opened 6 years ago

marsermd commented 6 years ago

Render a couple of spheres in Blinn-Phong shading model. Display the result in an interactive window using gloss library.

chshersh commented 6 years ago

Yes, gloss library looks like a way to go. It's very popular.