Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudxain/byte-anim
The graphics counterpart of ByteBeat
https://github.com/rudxain/byte-anim
bit bitmap bitwise byte canvas color-palette frame math raw rgb
Last synced: 21 days ago
JSON representation
The graphics counterpart of ByteBeat
- Host: GitHub
- URL: https://github.com/rudxain/byte-anim
- Owner: Rudxain
- License: mit
- Created: 2022-07-01T02:10:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T09:37:07.000Z (over 2 years ago)
- Last Synced: 2024-11-20T06:39:58.371Z (3 months ago)
- Topics: bit, bitmap, bitwise, byte, canvas, color-palette, frame, math, raw, rgb
- Language: HTML
- Homepage: https://Rudxain.github.io/Byte-Anim
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Byte Animation
> Inspired by the [ByteBeat music genre](http://canonical.org/~kragen/bytebeat) of algorithmic art
This consists on drawing graphics and doing animations on a raw pixel canvas by providing a stream of data (usually bytes, but could be `DWORD`s)
## Website
Generates frames from a stream of bytes returned by a math or bitwise expression. Currently, it's a hardcoded sine-based expression. This will change in the future when I implement arbitrary expressions and code.
## Plans
I may add stuff that doesn't belong to websites, like examples of Byte-Anim expressions made by me and the community, available in many langs such as JS, C, and Rust## See also
[Demoscene](https://en.wikipedia.org/wiki/Demoscene)