Skip to content

ruben3d/shmup-prototype2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shmup-prototype2

This project is a proof of concept for a retro-styled shoot 'em up game, featuring modern per-pixel lighting and real-time color grading restricted to a 320x200 pixels resolution.

Each tile and sprite requires these maps:

  • Diffuse color
  • Specular
  • Height
  • Emission
  • Normal (derived from the height map)

Screenshots

Build & Execute

The project requires SFML.

$ git clone https://github.com/ruben3d/shmup-prototype2.git
$ cd shmup-prototype2
$ mkdir build
$ cd build
$ cmake ../
$ make
$ cd bin && ./shmup && cd ..

License

MIT License (see LICENSE in the repository).

About

Per-pixel lighted retro shmup proof of concept

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages