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.


Topics - ScriptingTacos

Pages: [1]
1
Graphics / Replacing one color with another color in a texture
« on: October 19, 2015, 01:14:13 am »
Hello!

I want to know if there is a way to replace one color with another in a texture. so for example say there is a texture that has a pink background which is meant to be replaced with a transparent color. Is this possible in SFML? I really don't want to use the getPixel() and setPixel() for the sprite.

2
I want to be able to rotate a rectangle using another rectangles origin
So I thought I would have to do this:

rect2.setOrigin(rect1.getOrgin());

But that made rect2 rotate differently.
Any help?

3
Window / [SOLVED] Window resolution
« on: July 04, 2015, 09:57:51 pm »
Hello!

I want to know if there is way to set the window to a size (say 900x600) and make the resolution of the window lower than its size. Thanks!

4
General / [SOLVED] Error with running c++ program
« on: July 02, 2015, 03:26:23 pm »
Hello!

I want to use SFML but when I try to run my c++ program it says the following:

Error   1   error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'

I don't know how to fix this. I am using VS 2013.

Pages: [1]