Brief example test projects that show how you could impliment some concepts with RSGL
RSGLMake and RSGL are both required to compile the examples
run [sudo] make RSGL
to install RSGL
run [sudo] make RSGLMake
to install RSGL Make
After you have both installed you can compile the projects by going into that project's dirrectory and running RSGLMake
cd "RSGL Dash"
RSGLMake
Geometry Dash "clone"
-
Jumping
-
Flipping a spirte (badly)
-
Infinite Side scrolling
-
Physics (partly)
Gun example with a circle guy shooting bullets
-
(bad) gun mechanic
-
projectile logic
Simple platformer base
-
More complex physics example
-
vector based physics
-
platforms & objects
-
shape detecting
Simple game intro example
-
image and text drawing
-
pre-gameloop intro
-
RSGL Intro