I have several ncurses apps that I would love to run on my iPad. However, I don't know if this is possible. Can anyone provide thoughts? The apps are mostly financial data related and do graphing, back testing, etc.
Asked
Active
Viewed 299 times
1 Answers
0
Sounds like a complicated project, but if it's written in C, it's definitely possible. If you want some general advice, I'd google how to compile C libraries for iOS applications; you might find some success stories for libraries like libvlc or ffmpeg.
Have you tried this? https://gist.github.com/akisute/7227384
I have zero experience with ncurses, so I'm sorry I can't help any further!

Aaron
- 400
- 3
- 14
-
Thanks. I saw this and I'll try it. My apps are C/C++. – Jasmine Apr 02 '18 at 21:19