stk-code_catmod/lib/libsquish
2021-05-21 17:47:40 +08:00
..
alpha.cpp
alpha.h
ChangeLog.txt
clusterfit.cpp
clusterfit.h
CMakeLists.txt Fix simulator missing in Xcode project 2021-05-21 17:47:40 +08:00
colourblock.cpp
colourblock.h
colourfit.cpp
colourfit.h
colourset.cpp
colourset.h
config
config.h
Doxyfile
libsquish.pc.in
LICENSE.txt
Makefile
maths.cpp
maths.h
rangefit.cpp
rangefit.h
README.txt
simd_float.h
simd_sse.h
simd_ve.h
simd.h
singlecolourfit.cpp
singlecolourfit.h
singlecolourlookup.inl
squish.cpp
squish.h

LICENSE
-------

The squish library is distributed under the terms and conditions of the MIT
license. This license is specified at the top of each source file and must be
preserved in its entirety.

BUILDING AND INSTALLING THE LIBRARY
-----------------------------------

The preferred way to install the library on Unix/Mac (and Windows) is via cmake:
 cmake . && make && sudo make install

REPORTING BUGS OR FEATURE REQUESTS
----------------------------------

Feedback can be sent to Simon Brown (the developer) at si@sjbrown.co.uk
Feedback can also be sent to Stefan Roettger (the maintainer) at snroettg@gmail.com