https://github.com/bernardo-mg/solar-system-d3-example
Small solar system with d3
https://github.com/bernardo-mg/solar-system-d3-example
d3js example
Last synced: 3 months ago
JSON representation
Small solar system with d3
- Host: GitHub
- URL: https://github.com/bernardo-mg/solar-system-d3-example
- Owner: Bernardo-MG
- Created: 2020-11-20T22:42:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T11:37:51.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T09:10:04.680Z (about 1 year ago)
- Topics: d3js, example
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solar System d3 Example
Small solar system with d3.
## Features
- d3 graphics
## Check it
There is an [online demo site][demo-site] which always reflects the latest version, taken from the master branch.
And a [development demo site][demo-site-development], taken from the development branch.
## Other Similar Examples
- [Solar System](https://bl.ocks.org/tlfrd/155feca25ebe85b6f31b56945e912b4e)
## Usage
Open src/index.html.
## Collaborate
Any kind of help with the project will be well received, and there are two main ways to give such help:
- Reporting errors and asking for extensions through the issues management
- or forking the repository and extending the project
### Issues management
Issues are managed at the GitHub [project issues tracker][issues], where any Github user may report bugs or ask for new features.
### Getting the code
If you wish to fork or modify the code, visit the [GitHub project page][scm], where the latest versions are always kept. Check the 'master' branch for the latest release, and the 'develop' for the current, and stable, development version.
## License
The project has been released under the [MIT License][license].
[issues]: https://github.com/Bernardo-MG/solar-system-d3-example/issues
[license]: http://www.opensource.org/licenses/mit-license.php
[scm]: https://github.com/Bernardo-MG/solar-system-d3-example
[demo-site]: https://docs.bernardomg.com/solar-system-d3
[demo-site-development]: https://docs.bernardomg.com/development/solar-system-d3