All Projects → icemiliang → loop_subdivision

icemiliang / loop_subdivision

Licence: MIT license
A C++ implementing of Loop subdivision

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to loop subdivision

Ructe
Rust Compiled Templates with static-file handling
Stars: ✭ 206 (+984.21%)
Mutual labels:  loop
SubdivNet
Subdivision-based Mesh Convolutional Networks.
Stars: ✭ 178 (+836.84%)
Mutual labels:  subdivision
staticstep
Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: Copy + Default + Step>.
Stars: ✭ 13 (-31.58%)
Mutual labels:  loop
ViewWorld
自定义View合集,展示各种自定义View/控件。项目包含了自定义Banner轮播图控件,自定义验证码输入框,自定义TabLayout等控件,持续更新中😉😉😉
Stars: ✭ 94 (+394.74%)
Mutual labels:  loop
goone
goone finds N+1 query in go
Stars: ✭ 41 (+115.79%)
Mutual labels:  loop
naive-surface-nets
Implements a simple, readable naive surface nets algorithm
Stars: ✭ 31 (+63.16%)
Mutual labels:  meshing
Shell Scripting Tutorial
A complete begineers guide to learn shell scripting from scratch which includes Videos, Practice scenarios and project idea.
Stars: ✭ 159 (+736.84%)
Mutual labels:  loop
sleepover
💤 Sleep, snooze & step methods
Stars: ✭ 13 (-31.58%)
Mutual labels:  loop
MicroStructPy
Microstructure modeling, mesh generation, analysis, and visualization.
Stars: ✭ 42 (+121.05%)
Mutual labels:  meshing
videojs-abloop
A video.js plugin for looping of a section of video, with GUI and API controls
Stars: ✭ 36 (+89.47%)
Mutual labels:  loop
wildmeshing-python
Python bindings for TriWild.
Stars: ✭ 37 (+94.74%)
Mutual labels:  meshing
TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behavin…
Stars: ✭ 76 (+300%)
Mutual labels:  loop
SRLCD
fast loop closure detection (online visual place recognition) via saliency re-identification IROS 2020
Stars: ✭ 78 (+310.53%)
Mutual labels:  loop
MatlabProgressBar
This MATLAB class provides a smart progress bar like tqdm in the command window and is optimized for progress information in simple iterations or large frameworks with full support of parallel parfor loops provided by the MATLAB Parallel Computing Toolbox.
Stars: ✭ 44 (+131.58%)
Mutual labels:  loop
yak
yak (yet another kinfu) is a library and ROS wrapper for Truncated Signed Distance Fields (TSDFs).
Stars: ✭ 25 (+31.58%)
Mutual labels:  meshing
Patches
Patches is a visual programming editor for building WebVR and WebGL experiences.
Stars: ✭ 164 (+763.16%)
Mutual labels:  loop
Point-Cloud-Triangulation
C++ code for triangulating Point Cloud data and displaying it
Stars: ✭ 29 (+52.63%)
Mutual labels:  triangle-mesh
buddy-linux
Do you remember "Wubi Ubuntu Installer"? This project is both a replacement and an improvement of Wubi. You will be able to install your Debian (or derived) distribution on a PC without repartitioning it, simply by using a secondary/external boot device (like a USB drive).
Stars: ✭ 17 (-10.53%)
Mutual labels:  loop
RPi-MediaLooper
Automatic video or audio loop for digital posters and audiovisual installations using Raspberry Pi hardware
Stars: ✭ 24 (+26.32%)
Mutual labels:  loop
react-for
A React component library to create loops in JSX
Stars: ✭ 22 (+15.79%)
Mutual labels:  loop

Loop subdivision

This package includes the prototype codes for implementing Loop subdivision.

alt text

Build

Build status

The program has been tested on Ubuntu 20.04 with g++ 9.3.0.

In the root directory, run:

$ rm -r build
$ mkdir build
$ cd build
$ cmake ..
$ make

Usage

./main ../data/bunny.obj output.obj

./main -r 2 ../data/bunny.obj output.obj

Contact

Please contact Liang Mi [email protected] for any issues, or create an issue for reporting bugs, requesting additional features, etc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].