cubemapper
diff README @ 4:2bfafdced01a
added README, COPYING, and copyright headers
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 30 Jul 2017 16:11:19 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/README Sun Jul 30 16:11:19 2017 +0300 1.3 @@ -0,0 +1,24 @@ 1.4 +Cubemapper 1.5 +---------- 1.6 +Cubemapper is a program for converting panoramic images into cubemaps. 1.7 + 1.8 +Pass a panoramic image as a command-line argument, and hit 'c' to 1.9 +convert it to a cubemap. Hit space to toggle the preview between the 1.10 +original panoramic image and the cubemap. 1.11 + 1.12 +Dependencies 1.13 +------------ 1.14 + - OpenGL 1.15 + - GLUT: http://freeglut.sourceforge.net 1.16 + - GLEW: http://glew.sourceforge.net 1.17 + - gph-math: http://github.com/jtsiomb/gph-math 1.18 + - imago2: http://github.com/jtsiomb/libimago 1.19 + 1.20 +License 1.21 +------- 1.22 +Copyright (C) 2017 John Tsiombikas <nuclear@member.fsf.org> 1.23 + 1.24 +This program is free software. Feel free to use, modify, and/or 1.25 +redistribute it under the terms of the GNU General Public License 1.26 +version 3, or at your option, any later version published by the Free 1.27 +Software Foundation. See COPYING for details.