So I'm one of the few who managed to get in the beta testing of the SDK which compiles plugins for use on the Supercard DS Two. The SDK itself is fairly bare bones and the example included with the sdk shows only very basic input and software rendering which is the reason I have started coding a library; to ease the process and add advanced features for rendering. Here is a small tech demo I have created using my library, please excuse any bugs as well as the horrible menu graphics as they are not a priority in this demo.
Download Here
The library will not be released until it is ready and that a public release of the SDK exists.
Library feature list:
-Bitmap loading, 24,16 and 8 bit
-Bitmap rendering with transparent color, x and y flipping, rotation, rendering in or convert to grey scale, alpha blending(per pixel alpha blending via a mask or full object blending),and scaling to specified dimensions.
-Frames and animations (vertical and horizontal animation strips supported) along with advanced frame manipulation for multi sized frames in animations
-Pad input, key newpress and hold detection
-Screen capturing- Top screen, bottom screen, or both screens in 24 bit bmp files
-Freetype2 library integration for TTF font support with anti aliasing
Download Here
The library will not be released until it is ready and that a public release of the SDK exists.
Library feature list:
-Bitmap loading, 24,16 and 8 bit
-Bitmap rendering with transparent color, x and y flipping, rotation, rendering in or convert to grey scale, alpha blending(per pixel alpha blending via a mask or full object blending),and scaling to specified dimensions.
-Frames and animations (vertical and horizontal animation strips supported) along with advanced frame manipulation for multi sized frames in animations
-Pad input, key newpress and hold detection
-Screen capturing- Top screen, bottom screen, or both screens in 24 bit bmp files
-Freetype2 library integration for TTF font support with anti aliasing










