https://github.com/racheljiang310/orcaduino
Arduino + ORCA esolang
https://github.com/racheljiang310/orcaduino
arduino-uno c cpp orca platformio
Last synced: about 1 month ago
JSON representation
Arduino + ORCA esolang
- Host: GitHub
- URL: https://github.com/racheljiang310/orcaduino
- Owner: racheljiang310
- Created: 2025-04-27T05:13:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T09:51:38.000Z (12 months ago)
- Last Synced: 2025-06-29T21:37:10.773Z (12 months ago)
- Topics: arduino-uno, c, cpp, orca, platformio
- Language: C++
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ORCAduino
---
Orca is a two-dimensional, live-coding esoteric language that executes program instructions that are on a grid. It is actively maintained by the Hundred Rabbits collective group. Operators are represented by capital letters while lowercase and digit characters represent its Base36 values. Orca has many versions, supported on both uxn, browser, and command-line. The purpose of this project is to explore the visual side of ORCA, rather than its well-known audio-synthesizing features created via the MIDI operator. We'll go over implementation architecture, as well as test programs to visualize the beautiful language that is ORCAduino
----
## NOTE: Video demos coming out soon!