IBNIZ: Difference between revisions
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:FOSS Programs]] | [[Category:FOSS Programs]] | ||
'''IBNIZ''', or '''Ideally Bare Numeric Impression giZmo''' is a "virtual machine designed for extremely compact low-level audiovisual programs. The leading design goal is usefulness as a platform for demoscene productions, glitch art and similar projects." | |||
<youtube>aKMrBaXJvMs</youtube> | |||
It is commonly used in [[tennis]] for glitchy [[media generation]]. | It is commonly used in [[tennis]] for glitchy [[media generation]]. | ||
Links | =Links= | ||
* https://github.com/viznut/IBNIZ - the github page. | * https://github.com/viznut/IBNIZ - the github page. | ||
* http://viznut.fi/ibniz/ - the main page. Downloads are out of date. | * http://viznut.fi/ibniz/ - the main page. Downloads are out of date. | ||
* https://github.com/viznut/IBNIZ/blob/master/src/ibniz.txt - IBNIZ documentation | |||
==JavaScript Recreations== | |||
These versions are web-compatible, but may have emulation issues (especially with the sound). | |||
* https://github.com/flupe/jibniz | * https://github.com/flupe/jibniz | ||
* https://ibniz.breizh-entropy.org/ | * https://ibniz.breizh-entropy.org/ | ||
=Usage= | =Usage= | ||
IBNIZ starts on an "empty | IBNIZ starts on an "empty program" - a blue and yellow oscillating gradient with a loud buzz tone. Writing code changes what that does. | ||
Don't know what to do? Type a bunch of random keys. Something cool will happen eventually. | Don't know what to do? Type a bunch of random keys. Something cool will happen eventually. | ||
Line 24: | Line 26: | ||
A collection of codes exists on the IBNIZ website. | A collection of codes exists on the IBNIZ website. | ||
There also exists a collection of more rudimentary codes (many of which were found by just putting random characters to see what happens) by the tennis community (in particular {{mrdoognoog} {{system128}} and {{bentdata}}) which can be found here: [https://docs.google.com/spreadsheets/d/1DLowH5nS2dWywe1kn4vQoA_zi9u_3lHRvk4fslfiWwQ/edit?usp=sharing] | There also exists a collection of more rudimentary codes (many of which were found by just putting random characters to see what happens) by the tennis community (in particular {{mrdoognoog}}, {{system128}}, and {{bentdata}}) which can be found here: [https://docs.google.com/spreadsheets/d/1DLowH5nS2dWywe1kn4vQoA_zi9u_3lHRvk4fslfiWwQ/edit?usp=sharing] |
Latest revision as of 01:11, 14 October 2024
IBNIZ, or Ideally Bare Numeric Impression giZmo is a "virtual machine designed for extremely compact low-level audiovisual programs. The leading design goal is usefulness as a platform for demoscene productions, glitch art and similar projects."
It is commonly used in tennis for glitchy media generation.
Links
- https://github.com/viznut/IBNIZ - the github page.
- http://viznut.fi/ibniz/ - the main page. Downloads are out of date.
- https://github.com/viznut/IBNIZ/blob/master/src/ibniz.txt - IBNIZ documentation
JavaScript Recreations
These versions are web-compatible, but may have emulation issues (especially with the sound).
Usage
IBNIZ starts on an "empty program" - a blue and yellow oscillating gradient with a loud buzz tone. Writing code changes what that does.
Don't know what to do? Type a bunch of random keys. Something cool will happen eventually.
Codes
A collection of codes exists on the IBNIZ website.
There also exists a collection of more rudimentary codes (many of which were found by just putting random characters to see what happens) by the tennis community (in particular mrdoognoog, system128, and BENT_DATA) which can be found here: [1]