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

Special effects #451

Closed
ghost opened this issue Dec 24, 2015 · 1 comment
Closed

Special effects #451

ghost opened this issue Dec 24, 2015 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Dec 24, 2015

It is just an idea, but can we imagine that a day we add a "special effects" library (like in WPF) ?

A simple example:

  1. Create a glow over a button : http://www.codeproject.com/KB/WPF/MarsaX/searchArea.png

  2. Do a small animation, when hovering the button, the glow appear slowing (trough transparency animation). When leaging the button is disappear. Something based on a simple timer by example !

@ocornut
Copy link
Owner

ocornut commented Dec 24, 2015

Sorry, it isn't a priority for ImGui to develop toward fancy visuals let alone animation. While it is fairly easy if you fork to add some of those, that sort of change would put extra burden on both library developers and library users.

Although we will aim to improve visuals (as per #184) and some of the work on that might lead to similar features they will be at the service of a main visual design rather than aiming to be fully controllable by the user.

TL;DR; if glowing makes sense in the context of the future default design I will add it otherwise not considering arbitrary visual features.

@ocornut ocornut closed this as completed Dec 24, 2015
@ocornut ocornut added the style label Jan 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant