8000 GitHub - ear/nothing: A simple platformer about nothing. No Engines, no OpenGL, no Box2D. Only C and SDL2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ear/nothing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

A simple platformer about nothing. No Engines, no OpenGL, no Box2D. Only C and SDL2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.5%
  • CMake 16.9%
  • Racket 1.3%
  • Other 1.3%
0