https://github.com/cornerstonejs/nextjs-cornerstone3d
A template to use Cornerstone3D with next.js
Science Score: 26.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
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.3%) to scientific vocabulary
Repository
A template to use Cornerstone3D with next.js
Basic Info
- Host: GitHub
- Owner: cornerstonejs
- License: mit
- Language: TypeScript
- Default Branch: main
- Size: 310 KB
Statistics
- Stars: 6
- Watchers: 5
- Forks: 6
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
This is a template for a simple next.js project with typescript, eslint, prettier, utilizing the Cornerstone3D library for rendering.
NOTE
we are using cornerstone3D version 2.0.beta which is not yet released and is still in development.
Getting Started
``` npm install
npm run dev ```
there are two routes
- / which shows a volume viewport - to make sure the cornerstone3d is working
- /polySeg which shows the contour to labelmap conversion - to make sure the custom wasm , worker and the conversion is working
Lib
The lib folder contains custom loading scripts to read data from the server. These scripts are boilerplate code for reading metadata, adding instances, and other related tasks.
Note that building an entire viewer is often much more complicated. You might want to explore the OHIF project for a comprehensive solution.
Owner
- Name: cornerstone.js
- Login: cornerstonejs
- Kind: organization
- Email: contact@ohif.org
- Website: https://cornerstonejs.org/
- Twitter: OHIFViewer
- Repositories: 19
- Profile: https://github.com/cornerstonejs
JavaScript library to display interactive medical images including but not limited to DICOM
GitHub Events
Total
- Watch event: 6
- Push event: 5
- Fork event: 6
Last Year
- Watch event: 6
- Push event: 5
- Fork event: 6
Issues and Pull Requests
Last synced: about 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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- @types/node ^20 development
- @types/react ^18 development
- @types/react-dom ^18 development
- eslint ^8 development
- eslint-config-next 14.2.4 development
- postcss ^8 development
- tailwindcss ^3.4.1 development
- typescript ^5 development
- @cornerstonejs/calculate-suv 1.1.0
- @cornerstonejs/core 2.0.0-beta.14
- @cornerstonejs/dicom-image-loader 2.0.0-beta.14
- @cornerstonejs/streaming-image-volume-loader 2.0.0-beta.14
- @cornerstonejs/tools 2.0.0-beta.14
- dcmjs 0.33.0
- dicom-parser 1.8.21
- dicomweb-client 0.10.4
- next 14.2.4
- react ^18
- react-dom ^18
- 432 dependencies