Results 1 to 3 of 3
Thread: Interfacing with an ipad
- 08-25-2011, 06:06 PM #1
Member
- Join Date
- Aug 2011
- Posts
- 5
- Rep Power
- 0
Interfacing with an ipad
So, I'm working on developing this fancy little engine for controlling musical loops through a multi-touch interface. We're building our own touch screen, but that won't be ready for about 6 months. In the mean time, I have an ipad as a test platform.
I'm trying to figure out how to get touch information from the ipad to another computer. I'll be writing my software in java, and I plan on running it in both Windows and OSX. But I need to be able to get touch points from the ipad. It is important to note that I'm NOT trying to make an ipad app, although I may need to make one that just observes touches, and passes them to the desktop. Anyone have any clues on this? I just want my code to be able to real the ipads touch points in real time. But I haven't managed to find any libraries to allow java code to make api calls to the ipad. I've done work with using wii remotes on a pc in java before, but I found some really useful libraries to make that job much easier.
- 08-26-2011, 09:11 PM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,609
- Rep Power
- 5
What you need will probably be a pain in the you know what. My first guess as to the requirements would be a quick and dirty app (written in Objective-C/C++) to detect what you need and pass that off in some way to another computer (say through a local network). Of course, I believe to deploy the app, you will need to either jailbreak to ipad, or register as a developer with apple (and pay their rediculously priced fee just to develop on their software)
- 09-08-2011, 01:11 AM #3
Member
- Join Date
- Sep 2011
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
Interfacing with online JAVA application
By adds416 in forum New To JavaReplies: 3Last Post: 11-03-2010, 07:08 PM -
Need help on interfacing web crawlers!
By theslice in forum Advanced JavaReplies: 1Last Post: 07-18-2010, 07:46 PM -
help in java and sql server 2005 interfacing
By turkuaz07 in forum JDBCReplies: 4Last Post: 05-27-2009, 01:15 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks