1
0
star/readme.md
2024-08-02 10:11:32 +09:00

39 lines
994 B
Markdown

# <img src="./icon/star.png" width="30"> ai `star`
strive to build a [solar system](https://eyes.nasa.gov/apps/solar-system/).
## 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
- [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)
- [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)