magnetrwn / raylib-bubbles

C++11 Raylib bubble shooter game.
https://magnetrwn.github.io/raylib-bubbles/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

TODO: Implement fade effects for screen changing, also allowing dynamic loading. #3

Open magnetrwn opened 6 months ago

magnetrwn commented 6 months ago

Basically using a transition effect to change across game states i. e. main menu to in-game, so that using two Texture2D objects together with a vector of Image, the background can be loaded into the second Texture2D object (the first is the currently moving background). This will minimize VRAM usage, and prevent stuttering on screen changes.

magnetrwn commented 3 months ago

Dynamic background loading is in magnetrwn/raylib-bubbles@6030a4e of branch feature/implement_game, soon moving to develop, while fading is not yet supported.