···11+MIT License Copyright (c) 2024 flo-bit
22+33+Permission is hereby granted, free of
44+charge, to any person obtaining a copy of this software and associated
55+documentation files (the "Software"), to deal in the Software without
66+restriction, including without limitation the rights to use, copy, modify, merge,
77+publish, distribute, sublicense, and/or sell copies of the Software, and to
88+permit persons to whom the Software is furnished to do so, subject to the
99+following conditions:
1010+1111+The above copyright notice and this permission notice
1212+(including the next paragraph) shall be included in all copies or substantial
1313+portions of the Software.
1414+1515+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1616+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1717+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
1818+EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1919+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2020+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121+THE SOFTWARE.
+19-7
README.md
···11# bluesky visualizers
2233-collection of visualizations for bluesky, using the bluesky api, tailwind, svelte and pixijs.
33+collection of visualizations for bluesky, using the bluesky api, tailwind, svelte, pixijs, three.js and threlte.
4455[trending hashtags](https://flo-bit.dev/bluesky-visualizers/trending)
66-77-<img width="400" alt="trending" src="https://github.com/user-attachments/assets/b980de13-8168-4f5e-b00e-d6331fec3127">
88-96[wordcloud](https://flo-bit.dev/bluesky-visualizers/wordcloud)
77+[particles](https://flo-bit.dev/bluesky-visualizers/particles)
88+[3d connections](https://flo-bit.dev/bluesky-visualizers/connections-3d)
99+[butterflies](https://flo-bit.dev/bluesky-visualizers/butterflies)
1010+[emotion analysis](https://flo-bit.dev/bluesky-visualizers/emotions)
10111111-<img width="1207" alt="wordcloud" src="https://github.com/user-attachments/assets/9e359deb-2c8b-4af6-be2c-b4b34e90f840">
1212+## run locally
12131313-[particles](https://flo-bit.dev/bluesky-visualizers/particles)
1414+clone repo
1515+```
1616+git clone https://github.com/flo-bit/bluesky-visualizers.git
1717+```
14181515-<img width="1324" alt="particles" src="https://github.com/user-attachments/assets/c7d2eb68-5ea9-4a7c-9de5-a807d4f7131b">
1919+install dependencies
2020+```
2121+npm install
2222+```
2323+2424+run dev server
2525+```
2626+npm run dev
2727+```