We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I need to port the App that i made using Processing into iOS.
The application that I made utilizes serial communication via Bluetooth, I used KETAI as a bluetooth library to control the lights of my car using Arduino Pro Micro and HC-05 Bluetooth Module. Now my problem is I want to port this entire system to iOS. I've heard about ProCoding that lets you run Processing Sketches on iPhone and iPads but they said the Processing Libraries won't be imported because ProCoding is running on JavaScript and not Java. Then there is iProcessing by LuckyBite but it seems to have died out over the years i can't seem to find their web page.
another thing to note is that I cannot avail the Developer fee that apple is charging for those who want to use Xcode with Swift and Xamarind with C#
Do you have any suggestions on porting this app to iOS?
Comments
Try Appcelerator
See comment on youtube , open link and translate to find the code.
Link http://d.hatena.ne.jp/kougaku-navi/20141102/p1 in Japanese.
Kf
There ain't no best answer. You gotta learn Swift, and it definitely isn't worse than Java.
If you don't want to pay Apple developer fees then you can't make an App store distributed app.
Instead, you could develop it as a web app using p5.js, then open it on an iPad using a web browser. Don't need a license fee to load a website.