Skip to content

benburrill/primitivepyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

primitivepyg

Pyglet is a wonderful Python module for creating graphical applications such as simulations and games, but a common inconvenience is the difficulty of drawing simple shapes. To make it easier, I created primitivepyg which allows you to draw anti-aliased 2D primitives in a simple and intuitive way to pyglet batches, all while keeping your OpenGL state nice and clean.

####Example of primitivepyg

  • Source
  • Result (expanded to fill area):

Some shapes

About

A simple Python package for drawing 2D primitives to pyglet batches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages