spice
Photon mapping with python wrapper (Spectral Photon Interception in Controlled Environment)
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: springer.com, acm.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Keywords
Repository
Photon mapping with python wrapper (Spectral Photon Interception in Controlled Environment)
Basic Info
- Host: GitHub
- Owner: openalea-incubator
- License: other
- Language: C++
- Default Branch: main
- Homepage: https://openalea-spice.readthedocs.io/
- Size: 177 MB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
- Releases: 4
Topics
Metadata Files
README.md
openalea.spice
minimal but extensible header only implementation of photon mapping in C++.
Installation:
Install Miniforge: https://github.com/conda-forge/miniforge
Follow installation instructions. Use default installation settings.
Execute next commands in anaconda prompt.
Creating an environment
create and activate the conda environment and install spice:
bash
mamba create -n spice -c conda-forge -c openalea3 openalea.spice
Examples
A set of examples can be found in the ./examples/python directory.
Requirements
- C++ (20>=)
- CMake (3.20>=)
- OpenMP
- Embree (>=4)
Externals
Authors
This project was originally developed by YumcyaWiz (Kenta Eto). Main extension were developed by Aurélien Besnier and Nguyen Tuan Minh with contribution of J. Bertheloot, F. Boudon, T. Arsouze, E. Faure. This work was funded by INRAe Metaprogramme DIGIT-BIO (Digital biology to explore and predict living organisms in their environment).
Use case
This project is used in the coupling of MorphoNet and L-Py for the project Physioscope.
Licenses
The core of the photon mapping engine is released under the MIT License by YumcyaWiz.
The rest of the project is released under the CeCILL-C free software license agreement.
References
original git: https://github.com/yumcyaWiz/photon_mapping
- Jensen, Henrik Wann. Realistic image synthesis using photon mapping. AK Peters/crc Press, 2001.
- https://pbr-book.org/3ed-2018/LightTransportIIIBidirectionalMethods/StochasticProgressivePhoton_Mapping#
- http://www.cs.cmu.edu/afs/cs/academic/class/15462-s12/www/lec_slides/lec18.pdf
- memoRANDOM
- McGuire Computer Graphics Archive
- Rendering Resources | Benedikt Bitterli's Portfolio
- Jensen, Henrik Wann. "Global illumination using photon maps." Eurographics workshop on Rendering techniques. Springer, Vienna, 1996.
- Veach, Eric. Robust Monte Carlo methods for light transport simulation. Stanford University, 1998.
- Christensen, Per H. "Faster photon map global illumination." Journal of graphics tools 4.3 (1999): 1-10.
- Hachisuka, Toshiya, Jacopo Pantaleoni, and Henrik Wann Jensen. "A path space extension for robust light transport simulation." ACM Transactions on Graphics (TOG) 31.6 (2012): 1-10.
Owner
- Name: openalea-incubator
- Login: openalea-incubator
- Kind: organization
- Repositories: 34
- Profile: https://github.com/openalea-incubator
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Spice
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Aurélien
family-names: Besnier
affiliation: INRAE
orcid: 'https://orcid.org/0009-0004-8523-4419'
- given-names: Tuan-Minh
family-names: Nguyen
affiliation: INRAE
repository-code: 'https://github.com/openalea-incubator/spice'
keywords:
- photon mapping
- light simulation
license: CECILL-C
GitHub Events
Total
- Create event: 11
- Commit comment event: 1
- Issues event: 4
- Release event: 5
- Watch event: 1
- Delete event: 7
- Push event: 52
- Pull request review event: 2
- Pull request review comment event: 2
- Pull request event: 19
- Fork event: 1
Last Year
- Create event: 11
- Commit comment event: 1
- Issues event: 4
- Release event: 5
- Watch event: 1
- Delete event: 7
- Push event: 52
- Pull request review event: 2
- Pull request review comment event: 2
- Pull request event: 19
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 11
- Average time to close issues: about 2 hours
- Average time to close pull requests: 19 minutes
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 11
- Average time to close issues: about 2 hours
- Average time to close pull requests: 19 minutes
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pradal (2)
- AurelienBesnier (1)
Pull Request Authors
- AurelienBesnier (11)
- kuhyx (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- actions/setup-python v3 composite
- actions/checkout v3 composite
- actions/configure-pages v3 composite
- actions/deploy-pages v2 composite
- actions/upload-pages-artifact v2 composite