Skip to content

bge-community/filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BGE filters Library

This repository is a library of 2D Filters that you can use as components for the Blender Game Engine.

Contributing.

How to use in your game

Clone this repository next to your main game file:

git clone https://github.com/bge-community/filters.git

Then register a new component with one of the available FilterComponents.

Current list of FilterComponents:

- filters.ScreenColorFilter # Outputs a full color to the screen.
- filters.ScreenFadeFilter # Fade the screen to some color, based on time.

Releases

No releases published

Packages

No packages published