Thread: Programming for Tablet PC?

  1. #1
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229

    Programming for Tablet PC?

    I have just bought a tablet PC and is disappointed that there is no (did I not look hard enough?) open source note taking/scribbling program as good as Microsoft products. However, Microsoft Journal is extremely limited in functionality, and I don't want to get Microsoft Office just to use OneNote (I use OpenOffice). Therefore, I am exploring the option of writing a simple opensource program myself, learning along the way. Does anyone here have experience programming for the Tablet PC? What do I need to get started. I want to keep the code as portable as possible, and only resort to non-portable APIs when absolutely necessary. I understand that it is probably not possible to do a write-once-compile-everywhere thing, but I want to isolate platform-specific code from the rest of my program. I am thinking about using SDL. How do I access things like pressure, though? The rest I guess I can just use the mouse API. The reason I want it as portable as possible is that I may want to port it to Linux later when the Wacom Linux driver matures.

    Thanks

  2. #2
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Actually, further research shows that Qt has a Tablet API. It is portable, too, for my purposes (Windows and Linux). Guess I will just learn Qt properly for once while I am at it .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. When done right, PC games are amazing
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 08-13-2008, 05:32 PM
  2. Replies: 1
    Last Post: 10-27-2006, 01:21 PM
  3. Reformating PC
    By Zero_X in forum Tech Board
    Replies: 3
    Last Post: 07-09-2006, 04:25 PM
  4. Need help with reformating my pc
    By XunTric in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 11-22-2005, 04:44 PM
  5. Post you pc pics (mods)
    By biosninja in forum A Brief History of Cprogramming.com
    Replies: 33
    Last Post: 03-15-2004, 04:15 PM