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

Star Trek Transporter effect #26

Closed
nine76evil opened this issue Jan 4, 2022 · 6 comments · Fixed by #48
Closed

Star Trek Transporter effect #26

nine76evil opened this issue Jan 4, 2022 · 6 comments · Fixed by #48
Labels
feature request New feature or request

Comments

@nine76evil
Copy link

nine76evil commented Jan 4, 2022

New effect

Star Trek Transporter effect

The effect from TOS and/or TNG would be cool!

https://www.youtube.com/watch?v=KhODlALRGoA

@nine76evil nine76evil added the feature request New feature or request label Jan 4, 2022
@Schneegans
Copy link
Owner

Thanks for the suggestion! This would be especially cool as a window-open animation which should be supported in the future. But for now, closing a window like this would be cool as well!

If anyone wants to implement it, drop a note here - then I'll assign the issue. As soon as I start working on it, I'll put a note here as well!

@Schneegans Schneegans added the contributions welcome Most likely, I will not work on this in the next couple of weeks label Jan 5, 2022
@Schneegans Schneegans added this to the Burn-My-Windows 8 milestone Jan 9, 2022
@Schneegans
Copy link
Owner

To be honest, I am not really a Trekkie - and I think that this is something which should be done right, else people will complain 😉. And there seems to be a new transporter effect in each episode :D. Here are two example frames. Are those the TOS / TNG effects you are referring to?

TOS TNG
tos tng

@nine76evil
Copy link
Author

nine76evil commented Jan 10, 2022

Totally understand! I was thinking any of the effects would be cool. I would do it if I knew how!

I'm not even sure how it could work since the windows are square or rectangular?

@Schneegans Schneegans removed the contributions welcome Most likely, I will not work on this in the next couple of weeks label Jan 16, 2022
@Schneegans
Copy link
Owner

I'll try to implement something like this now :)

@Schneegans
Copy link
Owner

It's pretty difficult to create something good here. The main difficulties are:

  • The original effects (especially the TOS version) are quite slow, nobody wants to wait for more than five seconds until a window is gone. However, speeding up the effect makes it look quite different.
  • There's a lot of contrast in the original effects. However, such intense flickering is also pretty annoying if you use such an effect regularly.
  • The resolution of the reference footage is pretty low. In the end, most of the effect is going on in your head. Creating something which feels like the original is very challenging.

Here is what I have currently. IMHO, it's not too bad, maybe someone will improve them in the future! It's just a few lines of GLSL code.

Energize A Energize B
https://user-images.githubusercontent.com/829942/149797843-79fa2a20-b36c-4a06-8683-03c524cf93d7.mp4 https://user-images.githubusercontent.com/829942/149797865-018c4d91-d2fd-4094-9705-82237d45d88b.mp4

@nine76evil
Copy link
Author

nine76evil commented Jan 17, 2022 via email

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

Successfully merging a pull request may close this issue.

2 participants