Search code examples
drawingprimitivemarmalade

Drawing "advanced" primitives in Marmalade


I've been looking around for examples on drawing more advanced primitives in Marmalade SDK.

Examples: Speech bubble, rounded rectangle, star etc.

I'm not sure if Iw2d or IwGx is the correct path to go. I've also looked at Cairo, and that might be an option, although it is a bit more than what I need.

Anyone worked with Marmalade SDK and drawing without the use of sprites/textures?


Solution

  • I see no reason to use Iw2D. It is not simpler then IwGX. You should use IwGX or OpenGL ES with sprites and textures.

    I use OpenGL ES 2.0.

    I do not know other graphics libs to draw primitives but marmalade github has cairo https://github.com/marmalade/cairo

    It is very old lib.