Having fun with #OpenGL #GLSL shaders. Rendering #MandelbrotSet and moving/zooming around it. You can play with it too:
| Github | https://github.com/unclechu |
| Matrix | @unclechu:matrix.org |
| XMPP/Jabber | [email protected] |
| Github | https://github.com/unclechu |
| Matrix | @unclechu:matrix.org |
| XMPP/Jabber | [email protected] |
Having fun with #OpenGL #GLSL shaders. Rendering #MandelbrotSet and moving/zooming around it. You can play with it too:
First time generating sounds from the Uxn implementation of Orca! The sounds are coming from Uxn's built-in synthesizer, 4 channels playing basic waveforms.
https://www.youtube.com/watch?v=nNC8ar5PdKI&feature=youtu.be
Here is the way to join all the IRC channels on http://libera.chat through a Matrix client like http://app.element.io: https://fedoramagazine.org/access-freenode-using-matrix-clients/
With Matrix there is no need to worry about exposing IP addresses on IRC or needing to be online.
h/t: @[email protected] #IRC
đŚđ: https://twitter.com/openoms/status/1399985666566594560
Brendan Byrnes â 2227 [LP]
released May 28, 2021
âxenharmonic music uses tuning systems that neither conform or approximate the common 12-tone equal temperamentâ
âThis music uses 22 and 27 equal divisions per octave (EDO) tuning systems. Custom fretted guitars by Metatonal Music and retuned synthesizers made possible by H-PI Instruments.â
10 track album
âUsing proofs to make functions faster over length-indexed vectorsâ
What it is: Thrift is a serialization and remote procedure call (RPC) framework used for cross-service communication. Most services at Facebook communicate via Thrift because it provides a simple, language-agnostic protocol for communicating with structured data. Thrift can already be used in programming languages such as C++, Python, and Java using fbthrift. We are also [...]Read More...