spice

Photon mapping with python wrapper (Spectral Photon Interception in Controlled Environment)

https://github.com/openalea-incubator/spice

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

openalea photon-mapping simulation
Last synced: 6 months ago · JSON representation ·

Repository

Photon mapping with python wrapper (Spectral Photon Interception in Controlled Environment)

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 3
  • Open Issues: 0
  • Releases: 4
Topics
openalea photon-mapping simulation
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Building Package Python Version License: MIT License: CeCILL-C Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge

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

Owner

  • Name: openalea-incubator
  • Login: openalea-incubator
  • Kind: organization

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
bug (1)
Pull Request Labels

Dependencies

externals/tinyobjloader/python/pyproject.toml pypi
externals/tinyobjloader/python/setup.py pypi
pyproject.toml pypi
setup.py pypi
.github/workflows/python-package-conda.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
environment.yml pypi
.github/workflows/build-docs-upload.yml actions
  • actions/checkout v3 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v2 composite
  • actions/upload-pages-artifact v2 composite