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 - flashrocket

Pages: 1 [2]
16
General / Transform Image
« on: May 01, 2014, 08:07:13 am »
Is there some way to lighten an image or texture?
what im to do is make a sprite more white when mouse is hovered over it.

17
General / Re: Access docs
« on: April 30, 2014, 08:03:29 am »
Found it. :-) it was installed in /usr/local/share/SFML/doc/html/

18
General / Drawing outside window
« on: April 30, 2014, 08:01:48 am »
Does drawing outside the window give a performance hit?
is it worth it to check whether an object is visible then draw it?

19
General / Access docs
« on: April 30, 2014, 07:14:22 am »
I compiled and installed latest sfml on Ubuntu.
I had checked build docs in cmake.
How do you access sfml docs??

20
General / Re: SFML static linking error (Cross compile)
« on: April 14, 2014, 06:39:02 pm »
It seems i was using the built in template.
now i created a new one as console application and I get this

21
General / SFML static linking error (Cross compile)
« on: April 14, 2014, 06:19:56 pm »
I have compiled several games natively in Ubuntu using sfml 2.1.
Today i tried to cross compile the tutorial program using code blocks.
Im using the mingw compiler.
Here are the steps i followed correct me if im wrong.
first i compiled and tried to link to linux libs
error
so i downloaded mingw windows version of SFML from downloadpage.
it compiled but it while running it said that i needed libgcc_s_sjlj-1.dll,sfml-graphics-2.dll,sfml-system-2.dll and more libraries.
so i thought linking statically would be the answer and here i am.
Im testing using wine.

Pages: 1 [2]