Hacker News new | past | comments | ask | show | jobs | submit login

How do you bootstrap an SDL app on iOS? I've been considering taking this route myself because I really hate multi-language development and all my DSP code is in C++.



Your objective C code in iOS can directly call your C++ code. Your C++ code just need to be renamed with extension .mm.


Yeah this is how I use my C++ code on iOS now. I'm more interested in exactly what you do to bootstrap a C++/SDL app from nothing.

I guess Armin Ronacher's blog post here makes a pretty good introduction:

http://immersedcode.org/2011/4/25/sdl-on-ios/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: