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

Author Topic: Using SFML with an already existing project  (Read 898 times)

0 Members and 1 Guest are viewing this topic.

cardinal724

  • Newbie
  • *
  • Posts: 1
    • View Profile
Using SFML with an already existing project
« on: June 01, 2013, 12:16:08 am »
So I have an XCode project already underway that I would like to add the SFML framework to so I can use some of its classes (Specifically the Image class).

I've already gone to this page: http://sfml-dev.org/tutorials/2.0/start-osx.php and followed all the instructions but it only tells you how to create a new SFML project which is not what I want.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Using SFML with an already existing project
« Reply #1 on: June 02, 2013, 08:40:30 am »
If you don't want to/can't use the template, you can add SFML to your project with the standard Xcode procedure. And then you have to make sure the different frameworks are copied to your application bundle.

How familiar are you with Xcode ?
SFML / OS X developer