CC Zone - Chip's Challenge Forum
Tile World 2.1.1 ported to Qt5 and CMake (+ Mac Version) - Printable Version

+- CC Zone - Chip's Challenge Forum (https://forum.bitbusters.club)
+-- Forum: Chip's Challenge (https://forum.bitbusters.club/forum-4.html)
+--- Forum: Programs and Editors (https://forum.bitbusters.club/forum-16.html)
+--- Thread: Tile World 2.1.1 ported to Qt5 and CMake (+ Mac Version) (/thread-1296.html)



Tile World 2.1.1 ported to Qt5 and CMake (+ Mac Version) - uyjulian - 01-Apr-2017

Have fun with the source code, which is located at the git repository linked below. Continuous sounds are disabled because they lag the game.

You can download the pre-built Mac version here.

To build the source code, you can run

Code:
git clone -b tw2_qt5 https://github.com/uyjulian/tworld.git
cd tworld
mkdir build
cd build
cmake ..
cmake --build .



Tile World 2.1.1 ported to Qt5 and CMake (+ Mac Version) - Lyaka - 26-Sep-2017

As someone who just spent hours trying to get earlier versions of Tile World to compile under OSX (including but not limited to editing the code), bless you and all your works for the Mac port!


RE: Tile World 2.1.1 ported to Qt5 and CMake (+ Mac Version) - uyjulian - 25-Dec-2021

I updated the OP with the git repository (requested by e-mail) and a rebase on top of Tile World 2.2.0. Better 4 years late then never, I guess…