Coder Social home page Coder Social logo

levibyte / st Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maximatanasov/st

0.0 2.0 0.0 425.48 MB

A 2D platformer built in C++, SDL2 and Lua.

Home Page: http://maximatanasov.github.io/slavicTales/index.html

License: GNU General Public License v2.0

CMake 5.80% C++ 87.73% Lua 6.43% Shell 0.05%

st's Introduction

ST

CircleCI Build status

A 2D game engine project built with C++, SDL2 and Lua.

The engine supports the loading of assets in multiple formats, as well as a custom binary format. It also supports audio playback, basic multitheading and physics and the ability to program games fully in Lua.

A short video

Instructions for building the project:

Linux:

Dependcies needed on Linux:

libSDL2 libSDL2_image libSDL2_mixer libSDL2_ttf

if you are on Ubuntu (or another Debian-based distro) you can install all dependencies like this:

sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev

Or if you are on Fedora:

sudo dnf install SDL2-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel

You can also open the project with any IDE that supports CMake projects or run these commands on the command line:

cmake CMakeLists.txt && make all
cd ST_engine/gamedata
./ST_engine

Windows:

Building using the MSVC toolchain is supported on Windows. You can use Visual Studio 2017 to open the folder as a CMake Project (or alternatively CLion with Visual Studio as the selected toolchain). Select the ST_engine.exe target and run it. The game should compile and run without any additional dependencies.

Also, have a look at the Documentation.

st's People

Contributors

maximatanasov avatar

Watchers

James Cloos avatar Levibyte ( libxelar.so ) 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.