David Piuva a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 1 dienu atpakaļ
..
DirtyRectangles.h 11a84ab32c Replaced int with int32_t and made some declarations static. 1 nedēļu atpakaļ
Octree.h a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 10 stundas atpakaļ
README.md 1f107d72e8 Moved the example Sprite Engine to a separate folder. 5 gadi atpakaļ
importer.cpp a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 10 stundas atpakaļ
importer.h 11a84ab32c Replaced int with int32_t and made some declarations static. 1 nedēļu atpakaļ
lightAPI.cpp 11a84ab32c Replaced int with int32_t and made some declarations static. 1 nedēļu atpakaļ
lightAPI.h 906b9fef5a Replacing most C library dependencies with equivalent dependencies in C++. 1 gadu atpakaļ
orthoAPI.cpp a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 10 stundas atpakaļ
orthoAPI.h 11a84ab32c Replaced int with int32_t and made some declarations static. 1 nedēļu atpakaļ
spriteAPI.cpp a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 10 stundas atpakaļ
spriteAPI.h a3663a21e7 Made the BAN_IMPLICIT_ASCII_CONVERSION setting stricter by banning Ascii strings in text printing and error messages. 10 stundas atpakaļ

README.md

Sprite engine for the DFPSR SDK

Created for the SDK and used as an example for how to make your own isometric rendering engine on top of DFPSR. Instead of feeling limited by what it can't do, try modifying the code and optimizing your own filters using the SIMD and threading abstractions. This engine is currently re-using some DFPSR internals of the "image" and "render" folders, but these are not version stable APIs and might break backward compatibility.