cubemapper
annotate 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 |
rev | line source |
---|---|
nuclear@4 | 1 Cubemapper |
nuclear@4 | 2 ---------- |
nuclear@4 | 3 Cubemapper is a program for converting panoramic images into cubemaps. |
nuclear@4 | 4 |
nuclear@4 | 5 Pass a panoramic image as a command-line argument, and hit 'c' to |
nuclear@4 | 6 convert it to a cubemap. Hit space to toggle the preview between the |
nuclear@4 | 7 original panoramic image and the cubemap. |
nuclear@4 | 8 |
nuclear@4 | 9 Dependencies |
nuclear@4 | 10 ------------ |
nuclear@4 | 11 - OpenGL |
nuclear@4 | 12 - GLUT: http://freeglut.sourceforge.net |
nuclear@4 | 13 - GLEW: http://glew.sourceforge.net |
nuclear@4 | 14 - gph-math: http://github.com/jtsiomb/gph-math |
nuclear@4 | 15 - imago2: http://github.com/jtsiomb/libimago |
nuclear@4 | 16 |
nuclear@4 | 17 License |
nuclear@4 | 18 ------- |
nuclear@4 | 19 Copyright (C) 2017 John Tsiombikas <nuclear@member.fsf.org> |
nuclear@4 | 20 |
nuclear@4 | 21 This program is free software. Feel free to use, modify, and/or |
nuclear@4 | 22 redistribute it under the terms of the GNU General Public License |
nuclear@4 | 23 version 3, or at your option, any later version published by the Free |
nuclear@4 | 24 Software Foundation. See COPYING for details. |