Photon-v2
Photon-v2 copied to clipboard
A program that takes photographs of a virtual world.
This feature should be done as soon as possible, since every change in the SDL syntax can potentially break a bunch of existing scene files.
A file format for a series of commands, this will allow users to easily share their data, e.g., materials, geometries... * allow recursive construct: a command file using other command...
* a fast renderer for previews (can be biased) * convenient UI widgets for it
* A dialog window with settings inside * A simple widget comprising two buttons: 1. "Save Options": opens the dialog 2. "Save": actually save the image
To be done: * save statistics data (including rendering method, threads, etc.) as a text file * log statistics data on the rendered image * able to write custom message
Generally, optimize memory-related parts.