This website requires JavaScript.
Explore
Help
Sign In
ishan
/
raytracing-in-a-weekend
Watch
1
Star
0
Fork
0
You've already forked raytracing-in-a-weekend
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b368aad313
raytracing-in-a-weekend
/
ria-weekend
History
ishanjain28
b368aad313
Replaced RGB888 with BGR888 since in sdl2-rs they seem to be having a reversed effect
2019-03-08 22:59:21 +05:30
..
examples
Refactored codebase, Added sdl2 along with some shortcuts to switch between different renders and save them on disk in ppm format
2019-03-07 06:03:46 +05:30
src
Replaced RGB888 with BGR888 since in sdl2-rs they seem to be having a reversed effect
2019-03-08 22:59:21 +05:30
.gitignore
Ria-weekend: Added sphere demo
2019-01-24 03:43:54 +05:30
Cargo.lock
Added sdl2. Changed buffer type from String to Vec<u8> and refactored demo.rs
2019-03-05 23:10:46 +05:30
Cargo.toml
Added sdl2. Changed buffer type from String to Vec<u8> and refactored demo.rs
2019-03-05 23:10:46 +05:30