Skip to content

Releases: esmelusina/sfw-AIE-Framework

Depth

03 Feb 01:29
Compare
Choose a tag to compare

New version supports depth testing and a few functions that take in affine 3x3 matrices for 2D transformations.

SFW Fixed Release

03 Nov 00:14
Compare
Choose a tag to compare

Fixes:

  • Sprite atlases that were NOT square weren't indexing correctly, fixed. Some defines added and fixed.
  • Newline now goes to the next line instead of the previous (for drawstring).
  • Example project now includes release and debug versions of the library.

Instructions
Just link to sfw.lib (sfw_d.lib for debug) and use with sfwdraw.h.

The attached project (in zip) should compile out of the box. Use as a basis to explore/study functionality. sfwdraw.h explains just about everything going on.

Be sure to call sfw::initContext before attempting to use any of the other functions! Calling initContext more than once per application lifetime is currently not supported.

Esmeralda Salamone, esmes@aie.edu.au

initial

02 Nov 07:55
Compare
Choose a tag to compare

Just link to sfw.lib and use with sfwdraw.h.

The .lib is a release build.

The attached project (in zip) should compile out of the box. Use as a basis to explore/study functionality. sfwdraw.h explains just about everything going on.

Be sure to call sfw::initContext before attempting to use any of the other functions! Calling initContext more than once per application lifetime is currently not supported.

Esmeralda Salamone, esmes@aie.edu.au