extract explicit mesh with topology information from implicit surfaces with boolean operations, and do surface/volume integrating on them.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zhicheng Wang
7d79d2bc77
chore: build system upgrade, math utils, and misc fixes
- Upgrade mimalloc-adjust to cmake-based build with v2/v3 version support
- Add configs: secure, rltgenrandom, override, etw
- Switch shared_module to headeronly with mimalloc dependency
- Add test targets in application xmake (test_extrude, test_mimalloc, test_box, test_complex_*)
- Add two_div_pi constant and accurate_sin_cos utility in math_defs
- Fix marked_ptr::get_ptr to use ~mask instead of hardcoded ~1
- Temporarily disable chain postprocessing in network_process
- Update TODO items
1 day ago
.vscode
temporary push
2 years ago
3rdparty
fix bugs
2 years ago
acceleration
replace explicit usage of mimalloc to overall override of new/delete by mimalloc;
2 months ago
application
chore: build system upgrade, math utils, and misc fixes
1 day ago
blobtree_structure
improve: blobtree subface dedup and integral calculation
1 day ago
data
first valid runtime commit
2 years ago
frontend
refactor: signed pattern SDF and extrude cap improvements
1 day ago
implicit_arrangements
replace explicit usage of mimalloc to overall override of new/delete by mimalloc;
2 months ago
implicit_predicates
massive update
2 months ago
network_process
chore: build system upgrade, math utils, and misc fixes
1 day ago
primitive_process
refactor: signed pattern SDF and extrude cap improvements
1 day ago
shared_module
chore: build system upgrade, math utils, and misc fixes
1 day ago
surface_integral_v2
improve: blobtree subface dedup and integral calculation
1 day ago
xmake
chore: build system upgrade, math utils, and misc fixes
1 day ago
.clang-format
initial commit
2 years ago
.gitignore
replace explicit usage of mimalloc to overall override of new/delete by mimalloc;
2 months ago
.gitmodules
initial commit
2 years ago
LICENSE
Initial commit
2 years ago
README.md
Initial commit
2 years ago
TODO.md
chore: build system upgrade, math utils, and misc fixes
1 day ago
xmake.lua
massive update
2 months ago
ImplicitSurfaceNetwork
extract explicit mesh with topology information from implicit surfaces with boolean operations.