cmftStudio - GUI counterpart for:
GUI counterpart of cmft - cross-platform open-source cubemap filtering tool.
It reaches very fast processing speeds by utilizing both multi-core CPU and OpenCL GPU at the same time!
cmftStudio - Windows 64bit (updated: 02. May 2015)
cmftStudio - Linux 64bit (updated: 02. May 2015)
cmftStudio - OSX 64bit (updated: 02. May 2015)
In case you need 32bit binaries, compile from source.
Latest changes:
Command + Left click
istead.make install
and make uninstall
. This will create /usr/local/bin/cmftStudio and a desktop shortcut.git clone --recurse-submodules http://github.com/dariomanesku/cmftStudio.git
cd cmftStudio
make
make
, _projects
folder will be created with all supported project files. Deleting _projects
folder is safe at any time.<br >_build
folder. Again, deleting _build
folder is safe at any time.<br >_projects/vs20XX/
.<br >make linux-debug64
to build the application. Application should be run from the runtime
directory where the config file is:<br >cd runtime
<br >./../_build/linux64_gcc/bin/cmftStudioDebug
<br >sudo make linux-install
and sudo make linux-uninstall
.`_projects/xcode4/
.<br >Build Settings -> Architectures -> Standard Architectures (64-bit Intel) (x86_64).
<br >Product -> Scheme -> Edit Scheme... -> Run cmftDebug -> Options -> Working Directory (Use custom working directory)
” and specifying runtime/
directory from cmft root folder.<br >_projects/gmake-osx/
.<br >make osx-release64
(or similar).<br >
Everyone is welcome to contribute to cmftStudio by submitting code, bug reports, feature requests, testing on different platforms, profiling, etc.
When contributing to the cmftStudio project you must agree to the BSD 2-clause licensing terms.
Reach me via Twitter: @dariomanesku.
Copyright 2014-2015 Dario Manesku. All rights reserved.
https://github.com/dariomanesku/cmftStudio
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Licence applies only to cmftStudio project, NOT including the assets supplied in the sample projects. If you wish to use available third party resources, for any purpose, you must contact their respected authors/companies personally.