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

Pages: [1]
1
General / Re: Building SFML for iOS and creating an iOS app
« on: January 29, 2015, 08:15:38 am »
Oh, that simpe? Thanks a lot! I've been looking forward for iOS version of SFML, and now I can try it. Thank you again, SFML is the best. :)

2
General / Re: Building SFML for iOS and creating an iOS app
« on: January 28, 2015, 11:13:53 pm »
You write code in C++ like before, SFML handles the Obj-C stuff and main loop for you. The only additional thing to do is to include <SFML/Main.hpp> in the file where your main() function is.
I still don't quite get. Xcode default iOS project contains main.m, which already contains main(). Do I have to include <SFML/Main.hpp> right there? That's doubtfully. Or I need to create a *.cpp file with new entry point and include Main.hpp? Could you explain please? Sorry for bothering.

3
General / Building SFML for iOS and creating an iOS app
« on: January 28, 2015, 10:50:43 pm »
Hi everyone! I know about this topic, but after reading it I still got some questions:
1. I don't quite get how to make an iOS project with SFML. I mean, I've added include path, drag'n'dropped all the stuff i build before and what next? I mean, how can I add an entry point for my app? Could someone give a small example, please or just explain for dummies like me? :)
2. Do I have to write code in Objective-C or C++ in iOS SFML?

Thank you :)

Pages: [1]