- You need
git-lfs
installed. https://git-lfs.github.com/ - Clone the repo: https://github.com/qdwang/QuickRawPicker.git
- Enter the root directory and run
git lfs pull
. This process will download all the binary library files we need. - Download Godot Engine Standard Version. https://godotengine.org/download
- Import the project in Godot.
- Press F5 to run the project.
QuickRawPicker uses a modified version of LibRaw.
- Clone the repo: https://github.com/qdwang/LibRaw.git
- Make sure the correct C++ compiler is installed.
- GCC for Linux. You can use this PPA to fetch the latest GCC.
- clang for MacOS. Install though xcode command line tools.
- MinGW GCC for Windows. You can download latest version in https://winlibs.com/
- Run
make -f Makefile.static.linux
for Linux. Runmake -f Makefile.static.macos
for MacOS.build_mingw.bat
for Windows.
You can directly download the prebuilt binary or lib file on the official website. https://sourceforge.net/projects/libjpeg-turbo/files/
This comes with the QuickRawPicker project. This bridge library will combine the libraries from LibRaw mod version and libjpeg-turbo and port functions to the Godot engine we use.
cd QuickRawPicker/Library/QRPBridge
- Run
build.linux.sh
for Linux. RunBuild.macos.sh
for MacOS. Runbuild.mingw.bat
for Windows. - A corresponding dynamic library file will be compiled at
GUI/Asset/Lib/Bin/
directory.