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

Pages: [1]
1
Graphics / How to draw multiple objects at once
« on: September 07, 2015, 08:00:52 am »
Hi! I am not sure if this is the right package or not, but I am just wondering how to draw multiple objects at once. For example:

Starting with:
mainWindow.draw(thing1);

Is there a way to do something like this:
mainWindow.draw(thing1, thing2);
So that I don't have to make a .draw for every object?

2
General discussions / Re: Installing SFML 2.0 on linux for dummies
« on: March 20, 2015, 07:51:39 pm »
Hi,

I don't understand how to add the links in CodeBlocks. I think I know where to add it, under Settings>Comiler>Linker, but I don't know what to put in the box to make it work.

Thank you

Pages: [1]
anything