| I'm a big fan of hundredrabbits or, as they are also known, [rekka and divine](https://hundredrabbits.itch.io/), and my Playnite Library has a section called "Gamedev Tools" that is filled with all the Borgesian wonders that they have made, including Orca. To find out more about their awesome stuff, like how the freaking built many of these tools while on the ocean, literally sailing around the world, [here's their site!](https://100r.co/) I'll let you explore on your own, but I will offer here some links to my favorites that they have made. (Including more music related apps for those who like Orca!) FORMAT
------
>Itch.io or download page, and...
>Short description, and git instructions...
>`git clone`/`npm install` if available. * Marabu - [Marabu](https://github.com/hundredrabbits/Marabu)
- Open source tracker built on [Soundbox](https://github.com/mbitsnbites/soundbox). (Also, look into [Super Collider](https://supercollider.github.io/)!
- `git clone https://github.com/hundredrabbits/Marabu.git` *
Left - [Left](https://hundredrabbits.itch.io/left)
- A minimalist text editor.
- ```
git clone https://github.com/hundredrabbits/Left.git
cd Left && npm install
npm start``` *
Ronin
- [Ronin](https://wiki.xxiivv.com/#ronin)
- Self described as a cross between Vim and Photoshop. This one is definitely worth a look.
- `git clone https://github.com/hundredrabbits/Ronin.git` *
Markl
- [Markl](https://markl.100r.co/)
- An upcoming game with a very hundredrabbit's vibe.
- `git clone https://github.com/hundredrabbits/markl.100r.co.git` *
Paradise
- [Paradise](https://hundredrabbits.itch.io/paradise) and an artsier [link](https://wiki.xxiivv.com/#paradise) too.
- 'I have always imagined that Paradise will be a kind of library.'
This one is very interesting, as if you were born in a command line with symbolic links disabled. A text adventure game, I'd say, but loosely.
- ```
git clone https://github.com/hundredrabbits/Paradise.git
cd Paradise && && npm install
npm start
```
|