Coder Social home page Coder Social logo

tpanj / ft2 Goto Github PK

View Code? Open in Web Editor NEW
10.0 0.0 0.0 3.87 MB

:headphones: Fasttracker II clone mirror :speaker:

CMake 0.74% Makefile 0.11% HTML 0.03% Roff 0.02% C 78.74% C++ 16.54% Objective-C 3.46% Shell 0.03% M4 0.19% Perl 0.11% Python 0.01% Metal 0.02% Batchfile 0.01%
music sdl2 cmake sound audio fasttracker mod xm demoscene ft2 linux mirror

ft2's Introduction

Fasttracker II clone mirror

Main screen playing module

Requirements for running app:

  • Windows - can be run on Windows XP sp2+
  • Linux - Ubuntu 18.04 LTS + or others
  • Mac OS X to be done by someone with MAC

Compiling

Whole app executable is linked staticly into single standalone file. Sources contains vanilla stripped SDL2 stable 2.0.10 library with removed some items (rm -fr android-project/ acinclude/ autogen.sh build-scripts configure* docs test VisualC* Xcode*). Various IDEs or console toolchains can be used generated from cmake and that is why project has no other project files committed.

If you want to build from sources by yourself, download sources or clone repository. CMake build tool is mandatory besides c compiler and linker.

Windows (with VS201X)

REM repo is in shared folder ft2_cloned_dir outside Vbox  
mkdir build-ft2
cd build-ft2
cmake -A Win32 \\VBOXSVR\ft2_cloned_dir
start ft2-clone.sln

Set in IDE to release and on project ft2-clone set to MFC to Static and toolset to v141_xp.

Linux

git clone https://github.com/tpanj/ft2.git
cd ft2; mkdir build; cd build
cmake -DCMAKE_BUILD_TYPE=Release ..

Source

All credits goes to Olav โ†’ https://16-bits.org/ft2.php

ft2's People

Contributors

tpanj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.