qlmesh

QLMesh 2.0 and Asset Import Library

For QLMesh (and some other projects), I am running my own fork of Asset Import Library. The difference: it is amalgamated build - all sources are merged into one file (including dependencies). Since Assimp recently switched to miniz, I have replaced remaining references to zlib with miniz - so zlib is not required too. drwxr-xr-x 85 piecuchp staff 2890 Jan 17 23:34 assimp -rw-r--r-- 1 piecuchp staff 4921627 Jan 17 23:34 assimp.

QLMesh 2.1

I have prepared another update to QLMesh: ver. 2.1 add performance improvements (plugin is better handling big bitmaps), major update of Open Asset Library and support for new format: Photoshop Patterns (PAT) files - both RGB and CMYK formats are supported. New version is also build against OSX SDK 10.13, since I have finally updated my MacBook to Sierra.
Assimp and QLmesh

Assimp and QLmesh

For QLMesh (and some other projects), I am running my own fork of Asset Import Library. The difference: it is amalgamated build - all sources are merged into one file (including dependencies). Since Assimp recently switched to miniz, I have replaced remaining references to zlib with miniz - so zlib is not required too. drwxr-xr-x 85 piecuchp staff 2890 Jan 17 23:34 assimp -rw-r--r-- 1 piecuchp staff 4921627 Jan 17 23:34 assimp.
QLMesh 2.0 released

QLMesh 2.0 released

I am quite happy I finally had time to release a new version of QLMesh. With multitude of 3d files, having such a quick tool is always nice welcome. But also relaying on built-in generator made the whole code simpler and cleaner - previous version had a lot of code that suppose to work only in non-sandboxed environment (like texture support in 3d view). But after AppStore release most of this code was not in use.
QLMesh 2.0

QLMesh 2.0

Current version (1.1) is using Mesa3D for offline rendering, but somehow I not happy with this solution. The new build is using OSX built-in support for COLLADA/ASE format - this much more convenience in daily use. QLMesh can preview quite large models (probably event bigger in version 2), still there is a QuickLook memory allocation limit 120MB: QuickLookSatellite[2904]: [QL] Using too much memory (183 MB), hit critical threshold (120 MB), exiting immediately to clean up.