Page 1 of 1

Lightweight & fast 3D lib for Windows Mobile?

PostPosted: Oct 30, 2008 @ 7:28am
by Quincy
I'm looking for a lightweight and reasonably fast 3D library for Windows Mobile (5 and 6 if possible). My primary needs are performing 3D transformations on .jpg images and some minor animation.

Is EdgeLib a candidate? My concern is that it seems big relative to my needs. If not EdgeLib, is there something else that you'd recommend? Thx.

PostPosted: Oct 30, 2008 @ 3:05pm
by edge
Hi Quincy,

If you need to keep your code small, you can use the lowlevel 3D functions of EDGELIB. For example, you can manually transform vertices (for transformation or animation purposes) without using the 3D surface API.

If a simple application of 300KB is not too large, then EDGELIB should be suitable for your needs.