Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

I wanna see some cool glow and particle effects to make the main character's awsome sprites justice #35

Open
pdamianik opened this issue Aug 9, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@pdamianik
Copy link
Collaborator

pdamianik commented Aug 9, 2020

Similar to the concept art
Sketch of DTD

@pdamianik pdamianik added the enhancement New feature or request label Aug 9, 2020
@RiedleroD
Copy link
Owner

not gonna happen because of the way pyglet… ahem… doesn't handle effects.
effects as in glowing, lighting, shadows, etc.
the only effect-like stuff you can do in pure pyglet are transparency, rotation, scaling and technically also raw pixel manipulation.
You can't create effects in pyglet without accessing OpenGL directly. ofc you can always implement it yourself if you're brave enough. I'm not.
ofc if you mean something like particles, yeah, that's doable. we need a game first though. that's not very high priority rn, but particles will definitely be added some time in the future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants