Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 929 Bytes

shape_list_demo.rst

File metadata and controls

38 lines (27 loc) · 929 Bytes
orphan

Shape List Demo

These are three examples:

  • One with no shape lists, and no buffered drawing.
  • One with simple buffered drawing. About 4x faster.
  • The last with complex buffered drawing. More than 850x faster.

Screenshot of using shape list to make rectangles

Example One - No Shape Lists

../../arcade/examples/shape_list_demo_1.py

Example Two - Simple Shape Lists

../../arcade/examples/shape_list_demo_2.py

Example Three - Complex Shape Lists

../../arcade/examples/shape_list_demo_3.py