bbTablet


Version: 2005.11.09
Size:
1.03 MB
Requirements:
No special requirements
Seller:
William Baxter
Price:
Free
System:
Windows Vista/2003/XP/2000/98/Me/NT/CE
Rating:
4.3
License:
Freeware

Description - bbTablet



The bbTablet API is some code I put together to make writing C++ applications that use Wacom Tablets on Win32 easier. This is not industrial strength code, but it should be sufficient for a quick first-pass PROTOTYPE, or research application. The source code is available and is completely free so you can add to it as you find yourself needing more access to the underlying Wintab API. bbTablet is quick and dirty, and easy to use. You can go from no tablet support to support for basic pressure readings in next to no time.Btjunkie It also has the unique feature of being able to give you a 3D rotation for the orientation of the brush for tablets where Tilt is available (Intuos and Intuos II series of Wacom tablets only, I think). This requires more effort than you might think. The API translates most of the tablet`s integer values into single-Precision floating point numbers in the range [0,1) (type float). So you don`t need to worry whether you`ve got a pen with 512 levels of pressure or 1024. Zero is no pressure, 1.0 is full pressure. Similar for positional values: bbTablet also reports those to you as [0,1) floats.



More in Source Code-bbTablet

Tablets Intuos Wacom Tablets Floating Point Numbers