tessellation
There are 87 repositories under tessellation topic.
mapbox/earcut
The fastest and smallest JavaScript polygon triangulation library for your WebGL apps
mapbox/earcut.hpp
Fast, header-only polygon triangulation
pboyer/verb
Open-source, cross-platform NURBS
speps/LibTessDotNet
C# port of the famous GLU Tessellator - prebuilt binaries now available in "releases" tab
neperfepx/neper
Polycrystal generation and meshing
fetisov/ttf2mesh
Standalone library for TrueType font tessellation. Allows to load ttf-file and convert its glyphs to 2D or 3D mesh objects without rasterization.
micro-gl/micro-tess
Headers Only C++11 Geometry Tessellation library for Vector Graphics, that can run on any computer with or without FPU. No standard library required.
bearworks/URPOceanTessellation
This project use full FFT methods to make Ocean waves rendering with Tessellation shader
JuliaGeometry/DelaunayTriangulation.jl
DelaunayTriangulation.jl: A Julia package for Delaunay triangulations and Voronoi tessellations in the plane
blaind/bevy_text_mesh
A bevy 3D text mesh generator for displaying text
barograf/VoxelTerrain
This project's main goal is to generate and visualize terrain built using voxels. It was achieved using different approaches and computing technologies just for the sake of performance and implementation comparison.
alexbourgeois/OBNI
Objet Bruité Non Identifié - Unity displacement shader
DanielVandH/NaturalNeighbours.jl
Natural neighbour interpolation methods for scattered data interpolation and derivative generation of planar point sets.
MadEqua/opengl-terrain-demo
Modern OpenGL terrain rendering for learning purposes.
zkry/tessellation
a library to assist in the design of geometric designs
StarsX/VoxelizerX12
DirectX 12 sample: real-time voxelization making use of tessellation for primitive processing and extrapolations, as well as depth peeling for solid voxelization.
pixelsnafu/ImageTriangulation
A short python script to tessellate any image into a bunch of colored triangles using weighted blue noise sampling.
StarsX/ParticleEmitter
An improved implementation of my CASA 2013 paper "Real‐time generation of smoothed‐particle hydrodynamics‐based special effects in character animation" (https://onlinelibrary.wiley.com/doi/abs/10.1002/cav.1545). Particle emissions from the surface of mesh. The emitters are approximatively uniformly distributed by taking the advantage of quad tessellations. The fluid is simulated by SPH using my prefix-sum bin sorting.
stwe/SgOgl
A GameEngine library for OpenGL developed for educational purposes.
manubb/graph-draw
Fast and accurate tessellation of planar graphs with convex polygons
nicoell/Grass-Simulation
Repository of a grass simulation featuring geometric grass rendering, dynamic LOD with billboard grass, wind simulation and collision detection. Developed for my bachelor thesis.
nevrome/bleiglas
R Package - Spatiotemporal Data Interpolation and Visualisation based on 3D Tessellation
0la0/triangle-fields
Sketch plugin for generating triangle fields
DBraun/tactile-python
Library for representing, manipulating, and drawing isohedral tilings
upscalebaby/procedural-planet
A hobby project I started while studying Advanced Computer Graphics
FlorianFe/voxel-triangulation.js
🎲📐 converts voxels into a set of triangles
LLNL/polytope
A library for generating Voronoi and Voronoi-like tessellations for computational domains with nontrivial boundaries.
mcallisto/tessella
Tilings (tessellations) by regular polygons
piellardj/tessellation-webgl
This project aims at creating colorful art by using iterative tessellation. Each scene is completely random and supports infinite zooming.
deeplook/spheromones
This is a collection of little experiments with things you can do with/on spheres in 3D.
onlyuser/dexvt-test
dexvt-test is a c++/glsl/glm-based 3d engine
scala-tessella/tessella
Tilings by regular polygons
c-ohle/CSG-Project
csg3mf application
chaosink/subface
A collection of triangle mesh subdivision/tessellation/decimation implementations.
kglotfelty/AdaptiveBin
Various adaptive binning routines for use in CIAO
measuredweighed/SwiftEarcut
🤖 A Swift port of Mapbox's earcut.js library