diff options
author | Andreas Grois <andi@grois.info> | 2018-03-10 21:53:36 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2018-03-10 21:53:36 +0100 |
commit | e15f1717aa9d58623113585c1d25473bdf793f11 (patch) | |
tree | ace9e87ad735d22010b8dbf92d6c2902944512cc | |
parent | be6b73fa7abf1b666d74f078f1cefb6c4c407c53 (diff) |
Update readme with stuff that might be necessary, as the repo includes glfw.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,3 +7,7 @@ The program requires at least OpenGL 4.3, and links against libpng for export. Many aspects of the program, including but not limited to the size of the rendered PNG and the size of the preview window, can be controlled using command line switches. Run it with the "--help" parameter to get a list. The maximum buffer size (and therefore the maximum resolution of the generated image) is limited by graphics driver and hardware. If one requests a too big image, the program will output the maximum image size in total pixels. Similar constraints apply to work group sizes. + +I doubt that this program is even big enough to fall under any copyright, but if it does, let's just say it's under zlib/libpng license. + +*NOTE*: This program includes a copy of glfw ( http://www.glfw.org/ ), which is under zlib/libpng license ( http://www.glfw.org/license.html ), and a copy of files generated using GLAD ( http://glad.dav1d.de ). It further links against libpng. None of these two are my work. |