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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PotcFdk

Pages: [1]
1
SFML wiki / Re: sfeMovie project [v1.0 RC1 available]
« on: September 16, 2012, 01:01:42 pm »
After properly setting up everything it does work, thank you!

There are two more things though.

1. How can I compile a static-linked version?
2. Is it possible to load the video from memory?

2
SFML wiki / Re: sfeMovie project [v1.0 RC1 available]
« on: September 16, 2012, 11:14:10 am »
Hey, that seems to work.
I'm now recompiling with the correct settings.

3
SFML wiki / Re: sfeMovie project [v1.0 RC1 available]
« on: September 15, 2012, 12:21:30 am »
I've got a problem when trying to link with libsfeMovie.dll.a  (using MinGW (up-to-date)).
I tried the binary release and a self-compiled version, both give me the same error:

||=== Project, Debug ===|
c:\mingw\bin\..\lib\gcc\mingw32\4.7.0\libgcc_eh.a(unwind-dw2.o)|| multiple definition of `__Unwind_Resume'|
C:\sfeMovie-1.0\lib\libsfeMovie.dll.a(d000140.o)|| first defined here|
||=== Build finished: 2 errors, 0 warnings ===|

Do you know how I can fix that?

4
Graphics / Re: Improving the scrolling text
« on: April 15, 2012, 05:54:20 pm »
Thank you for replying, eXpl0it3r.
Moving each letter individually shouldn't be that hard.
How about deformation? Vertex Shader? Are there tutorials?

5
Graphics / Improving the scrolling text
« on: April 09, 2012, 08:13:10 pm »
Hey.
I made a fairly simple Text Scroller in SFML2 and I think it doesn't quite cut it.
Currently, it just scrolls horizontally... How could I improve it?
I thought about some kind of "bouncing" while moving horizontally
or something like moving each character individually...
What would be the best approach?

Thanks in advance.

Pages: [1]