Skip to content

A collection of placeholder images for game and app prototyping, and the Python code that generates them.

Notifications You must be signed in to change notification settings

jawa0/lolsprites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LOL Sprites

Run this code to generate a bunch of images that can be used as place-holders, until you get real artwork. The goal is to have a set of sprites, buttons, screen-shots, and icons ready-to-go for rapid prototyping of apps and games.

The code is released under the MIT Licence.

I've only tested this on Python 2.7, and it requires the cairo drawing module (http://cairographics.org/pycairo/).

I installed cairo on OSX using MacPorts: sudo port -v install py27-cairo build.jobs=4

TODO

  • Placeholder screen-shots in standard sizes
  • Placeholder app icons and iTunes Connect art
  • Simple geometric shapes and stars
  • circles with heading indicator (radial line)
  • boxes with arrows (compass directions)
  • capsules
  • rounded rects, dashed, buttons with highlight
  • sprite animations of simple 3d objects spinning
  • animated button gleam/bling
  • scale 9s

About

A collection of placeholder images for game and app prototyping, and the Python code that generates them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages