cubemapper

view README @ 5:614295b72341

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