https://github.com/reneweb/laced-ring-tool
This tool allows to load indexed face list objects and convert them into laced ring structues as well as to load, save and visualize laced ring structues.
https://github.com/reneweb/laced-ring-tool
Last synced: over 1 year ago
JSON representation
This tool allows to load indexed face list objects and convert them into laced ring structues as well as to load, save and visualize laced ring structues.
- Host: GitHub
- URL: https://github.com/reneweb/laced-ring-tool
- Owner: reneweb
- License: mit
- Created: 2014-06-08T01:26:22.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T14:08:47.000Z (about 12 years ago)
- Last Synced: 2025-01-27T12:25:21.470Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Laced-Ring-Tool
===============
This tool allows to load indexed face list (IFL) objects and convert them into laced ring structures as well as to load, save and visualize laced ring structures.
##### Installation
```
git clone https://github.com/reneweb/Laced-Ring-Tool.git
open the solution in visual studio
set the start project to LRConsoleApp to start the console application or
set the start project to LRVisualizer to start the visualization application (Note: the visualizer is written using XNA and therefore needs XNA Game Studio 4.0)
```
##### Solution Structure
Example - Includes a sample IFL object
LRConsoleApp - The console application
LRVisualizer - The visualizer
LRVisualizerContent - Custom content for the visualizer
LacedRing - This project includes the code for the conversion, loading and storing of the IFL/LR structures
Structures - Includes the code for the data structures