Menu

Tree [c133d5] default tip /
 History

Read Only access


File Date Author Commit
 installer 2015-04-06 Luca Carella Luca Carella [c133d5] Some files rename/repath
 lib 2015-04-02 Luca Carella Luca Carella [f63224] update to msvc 2013
 resource 2015-04-06 Luca Carella Luca Carella [c133d5] Some files rename/repath
 src 2015-04-02 Luca Carella Luca Carella [f63224] update to msvc 2013
 winShellExt 2015-04-02 Luca Carella Luca Carella [f63224] update to msvc 2013
 .hgignore 2015-04-06 Luca Carella Luca Carella [c133d5] Some files rename/repath
 3DMate.pro 2014-02-08 Luca Carella Luca Carella [4b0b25] Global src fixes and improvment
 GPL_include.txt 2014-01-16 Luca Carella Luca Carella [4c6d28] Added variuous licenses notice
 README 2015-04-06 Luca Carella Luca Carella [c133d5] Some files rename/repath
 gpl-3.0.txt 2014-01-16 Luca Carella Luca Carella [4c6d28] Added variuous licenses notice

Read Me

#################################
3D Mate v1.0
#################################

To install choose the installer according to your system architecture

It's has been tested on a windows 7 64-bit and it work.
If you experience problem please let me know, also let me know if it work in
your operating system.


Thanks to all the users!!

#################################
Changes from last build
#################################
* Updated to Qt5.4
* Updated to msvc 2013
* Some fixes on shell extensions
* Improved installer

Know Bugs:

* Preview Handler may not work at first file selection, so reselect it or select
  another file in explorer and then reselect it. At first selection you will see
  a blank area on preview pane, then after reselecting file, the window will be
  rendered correctly.

* Some antivirus that have computer auto tuning(System registry cleaning,
  temp files cleaning and so on) may delete all 3D Mate
  registry key(file association and setup path).This will no affect in any way
  how the program or windows work, but all file association of 3D mate
  will be forget. Unfortunately I can't say why they do this.
  So I hope to fix this in the future.

#################################
BUILDING
#################################

To build this project you need:

* Qt Creator
* Qt 5.4 version.
* Windows SDK 7.1 or above (for the shell extension)
* MSVC 2010 or above compiler(for the shell extension)
* Boost(for some dependency,not necessary but some features will be disabled)

other compiler such g++ should work.

To build the installer you need:

* NSIS(when building for x64 add the MAKE64 define to the compiler)

This software use a modified version of Assimp