https://github.com/mearns/raytrace
A toy raytracing and 3D rendering program
https://github.com/mearns/raytrace
Last synced: about 1 month ago
JSON representation
A toy raytracing and 3D rendering program
- Host: GitHub
- URL: https://github.com/mearns/raytrace
- Owner: mearns
- License: mit
- Created: 2014-10-25T00:26:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T01:59:23.000Z (over 10 years ago)
- Last Synced: 2025-02-05T11:45:04.103Z (3 months ago)
- Language: C
- Size: 1.54 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
raytrace
=====Toy project to develop a 3D rendering project and learn git.

building
=====
win32
-----Seriously, read https://github.com/mearns/raytrace/wiki/dependencies
You'll need to download the gtk+ 2 dependencies:
http://www.gtk.org/download/win32.phpThe 'All-in-one' bundle for GTK+ 2.x is suggested, it has all the tools and libraries required.
http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zipYou'll need to set paths appropriately to build & run the raytrace application.