39

GitHub - tsoding/nothing: A simple platformer about nothing. No Engines, no Box2...

 5 years ago
source link: https://github.com/tsoding/nothing
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

Build Status

Nothing

Quick Start

$ nix-shell              # Only on NixOS
$ mkdir build
$ cd build/
$ cmake ..
$ make
$ ./nothing <level-file>

Build on Windows

You need to install conan and Visual Studio 2017.

Dependencies

Current version of SDL2/2.0.5@lasote/stable in the conan-transit repository is not compatible with the latest conan, so you'll need to install it locally from the git repository:

$ git clone https://github.com/lasote/conan-sdl2.git # temporary, I hope hope hope
$ cd conan-sdl2
$ conan export SDL2/2.0.5@lasote/stable

Building

Execute the following commands inside of the nothing directory:

$ conan install --build missing --install-folder build
$ cd build
$ cmake .. -G "Visual Studio 15 2017 Win64"

After that, build the build/nothing.sln file with Visual Studio.

Support

You can support my work via


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK