axnjaxn / ReiTrei

A ray tracer in C++ / SDL supporting Monte Carlo effects
http://www.axnjaxn.com/
0 stars 0 forks source link

What are the options for no-SDL mode? #24

Closed axnjaxn closed 10 years ago

axnjaxn commented 10 years ago

Keeping in mind this means some other image-writer code would be necessary.

axnjaxn commented 10 years ago

SDL2 is now necessary in order to manage the threads. It may still be nice to have a "silent" or a "no-preview" mode.

axnjaxn commented 10 years ago

No SDL mode could still be done. I'd go to single thread mode and use imageMagick for output. Silent mode should be a CLI option, maybe.

axnjaxn commented 10 years ago

I've created appropriate action items for each of these things, so I'm going to call this question answered.