HolyChen / Strip-PackingLinks
An algorithm for solving 2D strip packing problem.
☆20Updated 8 years ago
Alternatives and similar repositories for Strip-Packing
Users that are interested in Strip-Packing are comparing it to the libraries listed below
Sorting:
- Algorithms that aproximate the solution for the NP-Hard 2D BinPacking Problem. We implement local search first-fit, local search best-fit…☆18Updated 15 years ago
- A header-only C++11 reflection library☆100Updated last year
- TinyCompiler是一款能编译一个经过裁剪的C语言的子的简易编译器,采用了C++11编写☆91Updated 10 years ago
- draw 2D light with c++☆67Updated 8 years ago
- C++ distributed platform for shared memory programming☆27Updated 5 years ago
- Absolute balanced kdtree for fast kNN search.☆180Updated 3 months ago
- Tiny 2D physics engine☆128Updated 4 years ago
- Ubpa small flat containers based on C++20☆29Updated 3 years ago
- Ray Tracing☆21Updated 8 years ago
- Neural network base on c++14, support any number of layers 基于C++14元编程的深度学习神经网络模板类,支持任意层数☆104Updated 4 years ago
- C++奇技淫巧收录☆45Updated 5 years ago
- Boost速查手册☆104Updated 6 years ago
- ☆11Updated 3 years ago
- Normally Distributed Random Number Generator Benchmark☆133Updated 3 years ago
- use libclang to extract code imformation and code generation☆50Updated 11 months ago
- General LR Parser(CMake,C++)☆64Updated 6 years ago
- QPad Text Editor☆116Updated 7 years ago
- Minimum Operation System Abstraction☆29Updated 2 months ago
- An auto serializer for C++ non-pod struct, base on C++17 feature structured-binding , constexpr if and boost preprocessor☆37Updated 8 years ago
- Proposal for std::intrusive_ptr☆40Updated 6 years ago
- A toy complier.☆120Updated 3 years ago
- scanline zbuffer algorithm in CPU☆22Updated 14 years ago
- Ubpa Graphics Mathematics☆328Updated 3 years ago
- A compiling time static reflection framework for C++☆19Updated 3 years ago
- pratice opengl☆26Updated 11 years ago
- a soft rasterization render implemented using windows GDI☆69Updated 10 years ago
- Iristorm is an extensible asynchronous header-only framework written in pure modern C++, including a M:N task scheduler (with coroutine s…