Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create OPEN-SOURCE-CONTRIBUTIONS.md #582

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions OPEN-SOURCE-CONTRIBUTIONS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Open Source Contributions

This document serves as a record of occasions where the development and enhancements made in this repository have positively fed back into and contributed to other open source projects. It shall be a testament to and an encouragement for the collaborative nature of open source development and the broader impact of our work.

Template:

- [Project Name](Project Link) - (Date of Contribution)
- Description of the contribution and its impact.
- [PR](PR Link)
- ...

---

- [WebGLVolumeRendering](https://github.com/lebarba/WebGLVolumeRendering) - (Jul 15, 2023)
- Support for non-cube datasets in a WebGL volumetric rendering library.
- [PR](https://github.com/lebarba/WebGLVolumeRendering/pull/10)
Loading