1
0
star/readme.md

39 lines
994 B
Markdown
Raw Normal View History

2024-04-27 09:21:41 +00:00
# <img src="./icon/star.png" width="30"> ai `star`
2024-04-27 09:21:35 +00:00
2024-08-01 23:55:04 +00:00
strive to build a [solar system](https://eyes.nasa.gov/apps/solar-system/).
2024-04-27 09:21:41 +00:00
2024-08-01 23:55:04 +00:00
## galaxy
```sh
$ cd galaxy
$ yarn install
$ yarn dev
```
## galaxy-react
```sh
$ cd galaxy-react
$ npm i
$ npm run start
```
## solar & particle
```sh
$ cd xxx
$ open index.html
```
## ref
2024-04-27 09:21:41 +00:00
- [100-stars](https://stars.chromeexperiments.com/)
- [nasa/solar-system](https://eyes.nasa.gov/apps/solar-system/)
- [nasa/3d-resources](https://github.com/nasa/NASA-3D-Resources)
2024-08-01 23:55:04 +00:00
- [jeromeetienne/threex.planets](https://github.com/jeromeetienne/threex.planets)
- [artokun/galaxy.tsx](https://gist.github.com/artokun/fb7f0c68a01ba5d9813abb3ccce254c4)
- [VincentGarreau/particles.js](https://github.com/VincentGarreau/particles.js)
- [the-halfbloodprince/GalaxyM1199](https://github.com/the-halfbloodprince/GalaxyM1199)
- [the-halfbloodprince/Galaxy-M2999](https://github.com/the-halfbloodprince/Galaxy-M2999)
- [solarcg/SolarSys](https://github.com/solarcg/SolarSys)