Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML Background and Splash Screens  (Read 10780 times)

0 Members and 1 Guest are viewing this topic.

K.F

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
SFML Background and Splash Screens
« on: October 07, 2016, 10:37:37 pm »
Here is a background and a couple of splash screens that I made for sfml:









Keep in mind that youtube compresses the video even at 1080p, if someone needs a lossless version, tell me.

And, please make your splash screens skippable, nothing makes me hate a company more than staring at its unskippable splash screen for the tenth time  :P

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
AW: Re: SFML Background and Splash Screens
« Reply #1 on: October 08, 2016, 01:40:56 am »
Looks awesome! What did you make them with? :)

I'd be interested in the lossless videos.

And, please make your splash screens skippable, nothing makes me hate a company more than staring at its unskippable splash screen for the tenth time  :P
Some games use the time of the splash screen to load resources in the back. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

K.F

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: SFML Background and Splash Screens
« Reply #2 on: October 08, 2016, 02:54:59 am »
Looks awesome! What did you make them with? :)

Several programs, the main one is 3ds max.

I'd be interested in the lossless videos.

Here you go:

https://mega.nz/#!Lg1n1R6b!4svUDYCgFVGEW7_xEGH519Pd1cbkW5BixcAGABXg6S4

This is the whole project directory - excuse the mess  ;D - including the lossless .png+alpha sequence, so you can put any background you want.

Some games use the time of the splash screen to load resources in the back. ;)

And that's the type of loading screens that no amount of hardware advancement can improve  ;D

Elias Daler

  • Hero Member
  • *****
  • Posts: 599
    • View Profile
    • Blog
    • Email
Re: AW: Re: SFML Background and Splash Screens
« Reply #3 on: October 08, 2016, 07:36:21 pm »
Looks very great!

Some games use the time of the splash screen to load resources in the back. ;)
Yeah, but for some reason I prefer seeing some sort of loading screen which explicitly tells me that the game is loading stuff and not that the devs made the logo unskippable. :D
Tomb Painter, Re:creation dev (abandoned, doing other things) | edw.is | @EliasDaler

Mario

  • SFML Team
  • Hero Member
  • *****
  • Posts: 878
    • View Profile
Re: AW: Re: SFML Background and Splash Screens
« Reply #4 on: October 10, 2016, 10:03:56 am »
Some games use the time of the splash screen to load resources in the back. ;)

Done right (e.g. Battlefield series), they'll popup some "Loading ..." text and continue the video just till loading is complete. :)

Gammenon

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: SFML Background and Splash Screens
« Reply #5 on: October 13, 2016, 10:11:46 am »
How can I play those videos using SFML? As far as I know SFML has no means to play them at all.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: SFML Background and Splash Screens
« Reply #6 on: October 13, 2016, 10:24:35 am »
How can I play those videos using SFML? As far as I know SFML has no means to play them at all.
You could take a look at sfeMovie or Motion. There are also a few similar projects if you search the forum a bit.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Gammenon

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: SFML Background and Splash Screens
« Reply #7 on: October 13, 2016, 11:29:32 am »
How can I play those videos using SFML? As far as I know SFML has no means to play them at all.
You could take a look at sfeMovie or Motion. There are also a few similar projects if you search the forum a bit.

Thanks for the links. Is there any plan to include video playback in SFML, by the way?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML Background and Splash Screens
« Reply #8 on: October 13, 2016, 11:41:40 am »
Quote
Is there any plan to include video playback in SFML, by the way?
Nop. It would be nice to have, but it is really complicated. ffmpeg is a huge dependency with itself many other dependencies, there are lots of codecs, potential legal issues with them, etc.
Laurent Gomila - SFML developer

Hapax

  • Hero Member
  • *****
  • Posts: 3357
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: SFML Background and Splash Screens
« Reply #9 on: November 07, 2016, 11:15:34 pm »
I must say that I really like the still image.

However, although it's harder, it would be much more appropriate to having the backing mesh made of pentagons to match SFML's logo rather than hexagons ;)
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

K.F

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: SFML Background and Splash Screens
« Reply #10 on: November 08, 2016, 02:24:25 am »
It's not just harder, it is mathematically impossible, not without distorted and rotated pentagons or adding other shapes, which looks uglier - to me -, and defeats the point.

Hapax

  • Hero Member
  • *****
  • Posts: 3357
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: SFML Background and Splash Screens
« Reply #11 on: November 08, 2016, 02:54:59 am »
I totally agree. My comment was merely expressing the wish to the genie in the internet.

Side note: I like the mesh in the image because I think it looks like musical hardward. ;D
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

Moldu

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: SFML Background and Splash Screens
« Reply #12 on: December 01, 2016, 05:05:51 pm »
Indeed, they look awesome! May I use them for a commercial project?

K.F

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Re: SFML Background and Splash Screens
« Reply #13 on: December 01, 2016, 10:42:41 pm »
Indeed, they look awesome! May I use them for a commercial project?

Thanks, and sure, go ahead.

Moldu

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: SFML Background and Splash Screens
« Reply #14 on: December 02, 2016, 08:44:10 am »
Thanks a lot! When it is finished I'll make sure to PM you so you can see (if you want obviously).

 

anything