Edvinas01 / jelly-dude

2d game based on soft body physics
15 stars 0 forks source link

Lighting #13

Open Edvinas01 opened 7 years ago

Edvinas01 commented 7 years ago

Implement some sort of a lighting system to the game.

One method would be to port Box2d lights to support jBox2d library and implement it in game: https://github.com/libgdx/box2dlights

Another option is to roll with a custom and simple lighting system, something like this: http://www.alcove-games.com/opengl-es-2-tutorials/lightmap-shader-fire-effect-glsl/

ugnelis commented 7 years ago

Approved