cmftStudio - cubemap filtering tool
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
- cmftStudio - Linux 64bit - Soon to be available.
- cmftStudio - OSX 64bit - Soon to be available.
- In case you need 32bit binaries, compile from source.
* [cmftStudio - Sample project 0](https://www.dropbox.com/s/qoy4h6bbp0bcdh4/SampleProject0.csp?dl=1)
* [cmftStudio - Sample project 1](https://www.dropbox.com/s/ojzyufs4ooh76g5/SampleProject1.csp?dl=1)
git clone http://github.com/dariomanesku/cmftStudio.git
git clone http://github.com/dariomanesku/cmft.git
git clone http://github.com/dariomanesku/dm.git
git clone http://github.com/dariomanesku/bgfx.git
git clone http://github.com/dariomanesku/bx.git
cd cmftStudio
make
- After calling
make, _projects folder will be created with all supported project files. Deleting _projects folder is safe at any time.<br > - All compiler generated files will be in _build folder. Again, deleting _build folder is safe at any time.<br >
- Visual Studio solutions can be found in _projects/vs20XX/.<br >
- Linux build does not work yet. Will be available soon.
- OS X build does not work yet. Will be available soon.
- Add support for rendering transparent materials.
- Add GGX specular filter and shading model.
- PVRTexTool - for opening *.dds and *.ktx files.
- GIMP - for opening *.tga files.
- Luminance HDR - for opening *.hdr files.
- CubeMapGen - A well known tool for cubemap filtering from AMD.<br >
- Marmoset Skyshop - Commercial plugin for Unity3D Game engine.
- Knald Lys - Commercial tool from KnaldTech.
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.
- Grenade model - Kurt Kupser [link].
- Flintlock model - Ben Cooney [link].
- Cerberus gun model - Andrew Maximov [link].
- Shack environment map - Jon Tojek [link].
- Bolonga environment map - Marmoset pano pack
- Marko Radak - Initial cover photo design and realization.
- Dorian Cioban - Additional cover photo improvements.
- All authors of used assets in the project.
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.


















