# wireframe **Repository Path**: mirrors_jessetane/wireframe ## Basic Information - **Project Name**: wireframe - **Description**: Create a wireframe from a simplicial complex without duplicate edges - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wireframe Create a wireframe from a simplicial complex without duplicate edges. ## Why [gl-wireframe](https://github.com/hughsk/gl-wireframe) is faster and more memory efficient, but includes duplicate edges. ## Example ```javascript var bunny = require('bunny') var glWireframe = require('gl-wireframe') var wireframe = require('./') console.log( glWireframe(bunny.cells).length, // => 22044 wireframe(bunny.cells).length // => 5511 ) ``` ## License MIT