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

Pages: 1 [2]
16
Audio / Having trouble getting sf::Music working in Xcode
« on: January 31, 2011, 03:29:40 am »
Quote from: "Ceylo"
Looks like you didn't copy the sndfile framework in /Library/Frameworks.


Okay, I did that. Still getting errors.

Sorry guys, maybe it's my fault. I'm pretty sure SFML is installed correctly now (I went through everything), but I'll try reinstalling just in case.

17
Audio / Having trouble getting sf::Music working in Xcode
« on: January 30, 2011, 11:09:38 pm »
Okay, I actually figured out how to add the framework (easier than anticipated). But it's not loading it properly, I think.

18
Audio / Having trouble getting sf::Music working in Xcode
« on: January 30, 2011, 10:55:53 pm »
I'm pretty new to Xcode, so I'm not quite sure how to link it.

It's great how fast you guys are at responding in this forum. I really appreciate it and recommend SFML to everyone now. :)

19
Audio / Having trouble getting sf::Music working in Xcode
« on: January 30, 2011, 10:43:58 pm »
I've been working on a game in Code::Blocks on my PC, and now I'm learning how to build games in Xcode on a Mac.

Here's what my code looks like.

So far, I've gotten everything working except for Music. I can include SFML/Audio.hpp, but as soon as I call sf::Music, I get errors. Does Xcode need some sort of linker or configuration to get this working?

20
Graphics / Sprite Incorrect Size?
« on: January 23, 2011, 09:57:36 pm »
Ah, success! Thank you very much! :)


21
Graphics / Sprite Incorrect Size?
« on: January 23, 2011, 09:47:38 pm »
Hey guys,

Just learning SFML, have a question about how to load a sprite.

Actually, I can load the image just fine and display it. But it seems like it's making the image slightly smaller (resampling it) when it displays it:



Do I need to set the scale of a sprite when I load it? Here's what my code looks like:



Thanks!

Pages: 1 [2]
anything