Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KoltesDigital/shiba
Digital content creation tool for demoscene and live coding.
https://github.com/KoltesDigital/shiba
Last synced: 3 months ago
JSON representation
Digital content creation tool for demoscene and live coding.
- Host: GitHub
- URL: https://github.com/KoltesDigital/shiba
- Owner: KoltesDigital
- Created: 2020-01-08T00:57:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T19:13:30.000Z (over 3 years ago)
- Last Synced: 2024-04-16T22:21:06.839Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 277 KB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-demoscene - Shiba - Digital content creation tool for demoscene and live coding. (Demomaking / Tools)
README
# Shiba
**Work in progress! This is not stable yet. Expect many breaking changes.**
Shiba is a digital content creation tool which aims at:
1. developing in real-time -> final image in Blender viewport with hot reload of sources;
2. being able to produce demos (see [demoscene](https://en.wikipedia.org/wiki/Demoscene)) -> supports GLSL, C++, and therefore custom compositing with framebuffers, etc.;
3. easily animating stuff -> use Blender animation features;
4. supporting live coding performances -> feature in progress.## Project Examples
- [PiaggioNonTroppo](https://github.com/KoltesDigital/shiba-piaggio-non-troppo)
- [Raymarching](https://github.com/KoltesDigital/shiba-raymarching)
- [Shadertoy template](https://github.com/KoltesDigital/shiba-shadertoy-template)