Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fliptopbox/coconut
https://github.com/fliptopbox/coconut
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fliptopbox/coconut
- Owner: fliptopbox
- Created: 2021-08-05T20:28:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T22:00:52.000Z (over 3 years ago)
- Last Synced: 2024-11-08T16:34:51.177Z (2 months ago)
- Language: JavaScript
- Size: 41.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fun for a friend
Yet another conniseur of coconuts## A super cool min HTTPServer w. hot reloading baked in
```bash
> pip install httpwatcher
```
And then run it in the root directory.## Buy the 3D model from here
https://www.turbosquid.com/3d-models/3d-model-coconut-cracked-1239817
## Leech the rendered frame sequence from turbosquid
```bash
for i in {1..72}
do
number=$(printf "%03d.jpg" $i)
echo ">>> $number"
curl "https://static.turbosquid.com/Preview/2018/01/04__11_55_55/0001.png4BC11DE1-76A4-4E67-9844-A3031BDE56EADefaultHQ-$i.jpg" >> $number
done
```**IMPORTANT:** run the bash in the destination folder `/images/frames`