Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Post-processing effects for FURY Effects API #850

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from

Conversation

JoaoDell
Copy link
Contributor

Hello, this is a draft PR that aims to implement some other post-processing effects to the FURY Effects API. Currently, this is basedon the old API version and shall be updated as soon as I have the time to do it, but I have decided to create this draft PR anyway to keep track of the work and keep everyone updated.

The current effects this PR introduces are:

  • Gaussian Blur
  • Laplacian
  • Grayscale

image

JoaoDell and others added 30 commits July 19, 2023 18:54
@JoaoDell JoaoDell changed the title [WIP] Post-processing effects for FURY EFfects API [WIP] Post-processing effects for FURY Effects API Aug 27, 2023
@codecov
Copy link

codecov bot commented Aug 27, 2023

Codecov Report

Merging #850 (e738df7) into master (e0741be) will decrease coverage by 1.30%.
The diff coverage is 0.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #850      +/-   ##
==========================================
- Coverage   84.49%   83.19%   -1.30%     
==========================================
  Files          44       45       +1     
  Lines       10454    10618     +164     
  Branches     1411     1416       +5     
==========================================
+ Hits         8833     8834       +1     
- Misses       1252     1415     +163     
  Partials      369      369              
Files Changed Coverage Δ
fury/actors/effect_manager_alt.py 0.00% <0.00%> (ø)
fury/shaders/__init__.py 100.00% <ø> (ø)
fury/window.py 77.77% <0.00%> (-0.30%) ⬇️
fury/shaders/base.py 89.21% <33.33%> (-1.70%) ⬇️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant