Dev Update #6 - Screen Shaders & Camera
Great news! The screen shaders and camera system are now fully functional. I've made some simplifications to both systems, focusing only on the essential features. The camera can now track a target, switch between targets, and even apply shaking and flashing effects. What's even better is that you can easily control the intensity of all screen effects using just one value.
Raylib does not support applying multiple shaders to 1 texture out of the box but Shape Engine´s Screen Shader System takes care of that. The game and game UI are drawn on top of each other onto a single render texture so that shaders can be applied. Screen shaders are just normal raylib fragment shaders but I am calling them screen shaders because they are applied to the entire screen :) The shader system also simplifies setting shader values during runtime.
Get Shape Engine
Shape Engine
Simple 2d Engine focused on drawing shapes rather than using textures/sprites.
Status | In development |
Category | Tool |
Author | Dave Green |
Tags | 2D, Colorful, Game engine, Pixel Art, shapes, Singleplayer, Top-Down |
Languages | English |
More posts
- v3.0.0 Major Release1 day ago
- v2.4.0 Minor Release1 day ago
- v2.3.0 Minor Release1 day ago
- v2.2.0 Minor Release1 day ago
- v2.1.1 Patch Release1 day ago
- v2.1.0 Release94 days ago
- 2.0 ReleaseAug 29, 2024
- Dev Update 11 - Gapped Outline & Scaled LineAug 08, 2024
- Shape Engine 1.0 ReleaseMay 29, 2024
- Dev Update #10 - UI 2.0May 23, 2024
Leave a comment
Log in with itch.io to leave a comment.