My Shooter - Shoot Them Up - SHMUP Just to kill them All
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Sylvain PILLOT 907639ae1a
basic fixed-point math trigonometric functions
2 months ago
assets-cg basic fixed-point math trigonometric functions 2 months ago
src basic fixed-point math trigonometric functions 2 months ago
.gitignore StarField in the background 3 months ago
CMakeLists.txt enemy shoots + scrolable background 2 months ago
README.md StarField in the background 3 months ago
TODO.txt big tileset and support multi-layer map from Tiled 2 months ago
build Foundation of the program v0.0.0 3 months ago
capture add capture features + player + fake boss 2 months ago
clean First drawing of the mobile tiled background - no movement yet 2 months ago
fxlink-image-2023.02.04-22h05-5.png enemy shoots + scrolable background 2 months ago
fxlink-image-2023.02.04-22h06-1.png enemy shoots + scrolable background 2 months ago
send Foundation of the program v0.0.0 3 months ago

README.md

A very simple Space Shooter - SHMUP - Shoot Them All

First attempt to use Lephe's Azur.

Yet it only consists in a Particle Engine able to reproduce some kind of explosions and a starfield moving in the background of the screen. The particle engine is based on fixed-point maths for update and on Azur shaders for rendering.