Skip to content

hucancode/ofxSpriteRenderer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 

sprite renderer

Key features:

  • Resource management, include textures, shaders, fonts
  • Orthographic camera
  • Occlusion culling, draw only what can be seen
  • Sprite rendering, sorted by Z value
  • Animation rendering
  • Text rendering, using bitmap font
  • Particle effect(WIP)

Screenshot

sprite rendering text rendering

Usage

see TestCase.cpp for example usage

Dependencies

  • pugixml
  • FreeImage
  • openFrameworks

LICENSE

  • GPL, see LICENSE file for more information
  • i do not own the sprite

About

an openFrameworks addon, to batch render 2d sprites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages