rect-packer
Box packing algorithm
An algorithm to efficiently pack boxes of different sizes into a given space
A simple yet efficient box packing algorithm
1 stars
2 watching
0 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| This repository provides a set of algorithms and tools for solving the 2D rectangular bin packing problem. | 879 |
| A platform for evaluating and training machine learning models on packed executables | 49 |
| A program for simulating collisions between 2D parts to generate tightly packed sets of objects | 27 |
| A software tool for efficiently packing and arranging sprite sheets from multiple game assets | 320 |
| Fast and efficient encoding and decoding of native Go types to bytes | 41 |
| A compression format designed for efficient decompression on 8-bit microcomputers. | 237 |
| A tool for organizing and managing data for packing purposes | 11 |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| An efficient sorting algorithm with O(n log n) complexity. | 20 |
| A library for fast integer compression using SIMD instructions | 490 |
| A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. | 303 |
| A CoffeeScript implementation of an efficient partitioning algorithm for linear data structures | 269 |
| A library for storing unit vectors in an efficient format | 7 |
| Packs JavaScript and Node.js into a single binary | 635 |
| An efficient 2D bin packing tool for packing textures into atlases | 239 |