Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigill/tulip-plugin-grid3d-import
Plugin for the Tulip framework to generate 3D grids.
https://github.com/sigill/tulip-plugin-grid3d-import
Last synced: 1 day ago
JSON representation
Plugin for the Tulip framework to generate 3D grids.
- Host: GitHub
- URL: https://github.com/sigill/tulip-plugin-grid3d-import
- Owner: Sigill
- Created: 2013-02-27T11:59:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-10T12:00:38.000Z (over 11 years ago)
- Last Synced: 2024-11-16T00:44:26.980Z (2 months ago)
- Language: C++
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tulip Grid3D import plugin
## Description
This plugin allow to generate graphs whose structure is a 3D grid, with neighborhood of arbitrary size.
## Build
Launch one of the CMake project configuration tool and select your build directory. Set the CMAKE_MODULE_PATH variable to the location of the FindTULIP.cmake file (should be <tulip_install_dir>/share/tulip).
More informations [here](http://tulip.labri.fr/TulipDrupal/?q=node/1481).
## LICENSE
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see .