Starred repositories
An implementation of the k-shorest-paths algorithm in Cpp
Custom views of various objects for Visual Studio debugger
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
A powerful and fast search tool using regular expressions
This is my translation of Chinese document of Eigen
Code of CWF: Consolidating Weak Features in High-quality Mesh Simplification, ACM Transactions on Graphics, SIGGRAPH 2024
How to install WinHlp32.exe on a Windows 10 system.
A C++ NURBS Algorithms Open Source Library, match the NURBS Book
Project polygons upon a surface and remove cut out portions of surface inside (or) outside the projected polygon.
[SIGGRAPH'2022] Public Code Release for 'Computational Design of Passive Grippers'
Port of the OpenCascade CAD library to JavaScript and WebAssembly via Emscripten.
Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
Fast polyline (line segments) intersection (fast version of bentley-ottmann and more than that) https://deepwiki.com/cubao/fast-crossing
Bentley Ottman Algorithm to find the intersection points in the 2d plane for lines. The algorithm is input sensitive and has a running time complexity of O((N + K) log N) and space complexity of O(…
Fatal is a library for fast prototyping software in modern C++. It provides facilities to enhance the expressive power of C++. The library is heavily based on template meta-programming, while keepi…
A shader-based software renderer written from scratch in C89