David Piuva cb1c9ba27c Using the application's path to launch the Sandbox example from a different path. před 3 roky
..
DirtyRectangles.h 1f107d72e8 Moved the example Sprite Engine to a separate folder. před 5 roky
Octree.h 60d6ae7143 Erasing sprites and models using delete in Sandbox. před 5 roky
README.md 1f107d72e8 Moved the example Sprite Engine to a separate folder. před 5 roky
importer.cpp 1f107d72e8 Moved the example Sprite Engine to a separate folder. před 5 roky
importer.h 1f107d72e8 Moved the example Sprite Engine to a separate folder. před 5 roky
lightAPI.cpp cabcc45574 Fixed colored directed light bug by removing old placeholder. před 5 roky
lightAPI.h 1f107d72e8 Moved the example Sprite Engine to a separate folder. před 5 roky
orthoAPI.cpp 0ecf724e33 Using ortho_ prefix for direction indices. před 5 roky
orthoAPI.h 883defd6ba Removed unused include. před 5 roky
spriteAPI.cpp cb1c9ba27c Using the application's path to launch the Sandbox example from a different path. před 3 roky
spriteAPI.h 292c255632 Made camera getters in the sprite engine. před 5 roky

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.