Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
/ mpbp Public archive

An MIT licensed multi-page bin packing library.

Notifications You must be signed in to change notification settings

Journeyman1337/mpbp

Repository files navigation

Archive Notice

This project has been archived until further notice. Feel free to fork it and make changes.

Multi Page Bin Packing Library

Tests REUSE status

Documentation Website: https://journeyman-dev.github.io/mpbp/

mpbp (Multi-Page Bin Packing library) is a free and open source library for bin packing written in C++ 20. It provides an easy to use bin packing algorithm with support for both offline and online packing. mpbp tries to optimally place Rects in multiple bins of a specific size in as few bins as possible. This system is designed for usage in creating sprite batch rendering systems that utilize more than one texture atlas page.

About

An MIT licensed multi-page bin packing library.

Topics

Resources

Stars

Watchers

Forks