diff --git a/README.md b/README.md index 5ccb079..da93e56 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A simple rectangle packing implementation intended to be used for creating texture atlases. +![A typical rectangle packing](/screenshot.png) + Notes: - No claim to be particularly fast or to pack particularly efficiently, the priority was simplicity diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..00fc977 Binary files /dev/null and b/screenshot.png differ