grainviewer
The official implementation of the research paper "Real-time multiscale rendering of dense dynamic stackings"
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: wiley.com -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.1%) to scientific vocabulary
Repository
The official implementation of the research paper "Real-time multiscale rendering of dense dynamic stackings"
Basic Info
- Host: GitHub
- Owner: eliemichel
- License: other
- Language: C++
- Default Branch: main
- Size: 7.45 MB
Statistics
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Grain Viewer

About
This is the official implementation of the research paper "Real-time multiscale rendering of dense dynamic stackings" by Élie Michel and Tamy Boubekeur, published in Computer Graphics forum (Pacific Graphics).
@article{MB:2020:RTM,
author = {Michel, {\'{E}}lie. and Boubekeur, Tamy},
title = {Real Time Multiscale Rendering of Dense Dynamic Stackings},
journal = {Computer Graphics Forum (Proc. Pacific Graphics 2020)},
volume = {39},
number = {7},
pages = {169-179},
doi = {https://doi.org/10.1111/cgf.14135},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/cgf.14135},
year = {2020},
}
Installation
If you are only interested in running the software, download a precompiled release from the last release page.
To build from source, git clone this repository as usual, don't forget submodules, then use cmake as usual. See build-* scripts for reference. More detailed build instructions can be found in doc/build-instructions.md.
Usage
Example scenes can be found in share/scenes. To use these, you will need to download additional binary data using the download-minimal-data.bat or download-minimal-data.sh script (or the full version for additionnal examples). Run for instance:
build/src/GrainViewer/GrainViewer share/scenes/not01-heap.json
For detailed end user instruction, please refer to the doc/user-manual.md file.
Troubleshooting
If you are encountering any difficulty building or using this project and could not find a fix in the documentation and in particular in the doc/troubleshooting.md file, please fill in an issue in the bug tracker.
License
All the original code from GrainViewer is released under the MIT license. See individual license files for dependencies.
``` Copyright (c) 2017 - 2020 -- Télécom Paris (Élie Michel elie.michel@telecom-paris.fr)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The Software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the Software. ```
Owner
- Name: Elie Michel
- Login: eliemichel
- Kind: user
- Location: Paris
- Company: Adobe Research
- Website: https://exppad.com
- Twitter: exppad
- Repositories: 159
- Profile: https://github.com/eliemichel
Computer Graphics research and teaching.
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://github.com/eliemichel/GrainViewer",
"dateCreated": "2017-06-01",
"datePublished": "2020-12-04",
"dateModified": "2020-12-04",
"downloadUrl": "https://github.com/eliemichel/GrainViewer/releases/tag/v1.0.0",
"issueTracker": "https://github.com/eliemichel/GrainViewer/issues",
"name": "Grain Viewer",
"version": "1.0.0",
"identifier": "10.1111/cgf.14135",
"description": "Real-time multi-scale renderer of fully dynamic dense grain stackings.",
"applicationCategory": "Computer Graphics",
"releaseNotes": "Initial release",
"developmentStatus": "inactive",
"referencePublication": "https://doi.org/10.1111/cgf.14135",
"keywords": [
"real-time",
"level-of-detail",
"rendering",
"computer graphics"
],
"programmingLanguage": [
"C++"
],
"operatingSystem": [
"Window",
"linux"
],
"softwareRequirements": [
"Python 3",
"CMake 3.7",
"C++17"
],
"relatedLink": [
"https://perso.telecom-paristech.fr/boubek/papers/RTStacking/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-2147-3427",
"givenName": "Élie",
"familyName": "Michel",
"email": "elie.michel@telecom-paris.fr",
"affiliation": {
"@type": "Organization",
"name": "LTCI, Télécom Paris, Institut Polytechnique de Paris"
}
}
]
}
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0