Questions tagged [glow]

188 questions
0
votes
1 answer

Bloom Effect in Pygame so that text glows

I want to copy the effect shown in the Watson-scott test, where the text seems to glow. Link to the example: https://www.youtube.com/watch?v=2ySNm4gltkE Skip to 11:17 where the text seems to glow; how do I replicate that effect with pygame? I tried…
Rebecca
  • 23
  • 1
  • 6
0
votes
1 answer

LLVMIRGen: libjit.bc: error: Unknown attribute kind (61) (Producer: 'LLVM10.0.0' Reader: 'LLVM 8.0.1')

Ubuntu 20.04 LTS LLVM VERSION: 10.0.0 clang --version = 8.0.1 I get this error when I try to load the JIT library LLVMIRGen: libjit.bc: error: Unknown attribute kind (61) (Producer: 'LLVM10.0.0' Reader: 'LLVM 8.0.1') F0409 12:00:00.167050 23677…
visde
  • 1
  • 2
0
votes
1 answer

Where is sprite lit material in unity?

I know that this is a very basic question but I really need some help in that I want to put the material of my BackGround as a sprite lit default material so it can react to light but I'm not finding it in the materials even when I disable the…
Greek
  • 19
  • 1
  • 4
0
votes
1 answer

Tool complains that contig does not exist when using Glow pipe transformer

I am getting errors from the software that contig chr1 does not exist within the header. Does anybody have any insight as to why the infer function might not be inferring contigs?
0
votes
1 answer

Shadow is not working on the textview. How to fix it?

I have tried so many times and also try every method to glow a text. but it's not working. See in the Image.
II MN
  • 1
  • 1
0
votes
4 answers

How to make a gradient shadow button in flutter?

I have that button (screenshot at the bottom). Now I want to add a constant outer glow (Glows are gradient-shadows like depends on button). Is there another possibility to do this than saving it as .png in the assets folder? That would make much…
Zhu
  • 387
  • 4
  • 15
0
votes
1 answer

Add glow effect to text of a UI button - swift

my question is quite straight forward. I am aiming to add a basic glow effect to a button in swift. I want the text to glow, not the entire button box. I have attached an image as an example to illustrate what I am aiming to achieve. I have looked…
0
votes
0 answers

Add a basic glow effect to the text of a UIButton in Swift

my question is quite straight forward. I am aiming to add a basic glow effect to a button in swift. I want the text to glow, not the entire button box. I have attached an image as an example to illustrate what I am aiming to achieve. I have looked…
0
votes
2 answers

glow effect with ShapeRenderer (libgdx)

I read about glow/particle effecta with sprites, which are working well. Is there a simple way to create the similar blur effect with simple shaperender functionality like circles ? @Override public void draw(Batch batch, float parentAlpha) { …
mcfly soft
  • 11,289
  • 26
  • 98
  • 202
0
votes
2 answers

How to create a good glow effect in unity?

NOTE: This question was originally made as a way to get graph shaders and the Fresnel Effect to work with cubes, however, I only really wanted a glow effect and I thought that graph shaders were the best solution. For me, they were not, I have left…
ThatComputerGuy
  • 175
  • 1
  • 3
  • 11
0
votes
1 answer

Glow Compiler Installation Guide

sudo ninja all [0/1] Re-running CMake... -- Found glog with new-style glog target. -- Found LLVM 8.0.1 -- Using LLVMConfig.cmake in: /usr/local/lib/cmake/llvm Adding CPU backend. Adding CMakeFiles backend. Adding Interpreter backend. -- ********…
0
votes
2 answers

How to create a shadow that contains colour with a feather effect?

I have been searching around the interwebs for a way to create a glow/shadow effect for my ImageView inside android. I have attached a file with a concept that I created; under each theme card you can see a feathered glow effect that is the same…
0
votes
1 answer

Apply glow to SVG element with a gradient

I have an SVG element that's based on a circle and a mask to create a ring. The code is as follows:
Phillipp
  • 1,425
  • 2
  • 12
  • 27
0
votes
0 answers

unity - adding a material to this sprite changes the sprites shape, why?

So i have this sprite: but i want to add a glowing effect to it, so i add a material to it, but for some reason when i add the material. the sprite changes shape as such: I have no idea why this is happening, i havent put any code onto this sprite…
sparpo
  • 99
  • 2
  • 4
  • 11
0
votes
2 answers

Animated glowing SVG line drawing not working across browsers

I'm trying to create an animation that uses SVG filters and the stroke-dasharray approach to create a progressively drawn "glowing" line effect. After quite a bit of research I was able to put together something that sort of works: JSFiddle (the SVG…
Rich
  • 3,156
  • 3
  • 19
  • 29