Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamersindo1223/video-to-minecraft-particles
https://github.com/gamersindo1223/video-to-minecraft-particles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gamersindo1223/video-to-minecraft-particles
- Owner: gamersindo1223
- Created: 2023-05-16T14:41:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-01T14:57:11.000Z (9 months ago)
- Last Synced: 2024-04-01T16:04:29.582Z (9 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Video to particles
### ⚠️warning, this code isn't optimized. Open a pull request if you want to contribute, or an issue if you encounter bugs.
How to use? run
```shell
pip install -r requirements.txt
```
and then run
```python
python main.py
```
Don't forget to save your video as a mp4 file# ⚠️ Issues
### Minecraft lags when using the particle datapack(s)
> I have no idea~Because Minecraft have a very bad garbage collector, to fix that issues you will need optifine installed and run a paper server so you can run the datapack without any lag (Run a server with a minimum of 6GB on a server/local pc)~
Credits:
[RedCocoon](https://github.com/RedCocoon/PythonSiphon/blob/main/minecraft-tools/image_to_particles_converter.py)