46 lines
2.9 KiB
TypeScript
46 lines
2.9 KiB
TypeScript
export const about = (): string => {
|
|
return `
|
|
# About Topos
|
|
|
|
## The Topos Project
|
|
|
|
Topos is an experimental web based algorithmic sequencer programmed by **BuboBubo** ([Raphaël Forment](https://raphaelforment.fr)) and **Amiika** ([Miika Alonen](https//github.com/amiika)). It is written using [TypeScript](https://google.fr) and [Vite](https://google.fr). Many thanks to Felix Roos for making the [Superdough](https://www.npmjs.com/package/superdough) audio backend available for experimentation. This project is based on the [Monome Teletype](https://monome.org) by [Brian Crabtree](https://nnnnnnnn.co/) and [Kelli Cain](https://kellicain.com/). We hope to follow and honor the same spirit of sharing and experimentation. How much can the Teletype be extended while staying accessible and installation-free?
|
|
|
|
## About Live Coding
|
|
|
|
**Amiika** and I are both very involved in the [TOPLAP](https://toplap.org) and [Algorave](https://algorave.com) scenes. We previously worked on the [Sardine](https://sardine.raphaelforment.fr) live coding environment for Python. **Amiika** has been working hard on its own algorithmic pattern language called [Ziffers](https://github.com/amiika/ziffers). A version of it is available in Topos! **Raphaël** is doing live coding with other folks from the [Cookie Collective](https://cookie.paris) and from the city of Lyon (France).
|
|
|
|
## Free and open-source software
|
|
|
|
Topos is a free and open-source software distributed under [GPL-3.0](https://github.com/Bubobubobubobubo/Topos/blob/main/LICENSE) licence. We welcome all contributions and ideas. You can find the source code on [GitHub](https://github.com/Bubobubobubobubo/topos). You can also join us on [Discord](https://discord.gg/dnUTPbu6bN) to discuss about the project and live coding in general.
|
|
|
|
## Support the project
|
|
|
|
You can support the project by making a small donation on [Kofi](https://ko-fi.com/Manage/).
|
|
|
|
<div style="display: flex; justify-content: center;">
|
|
<iframe
|
|
id='kofiframe'
|
|
src='https://ko-fi.com/raphaelbubo/?hidefeed=true&widget=true&embed=true&preview=true'
|
|
style='border:none;width:40%;padding:4px;background:#f9f9f9;'
|
|
height='590'
|
|
title='raphaelbubo'>
|
|
</iframe>
|
|
</div>
|
|
|
|
|
|
## Credits
|
|
|
|
- Felix Roos for the [SuperDough](https://www.npmjs.com/package/superdough) audio engine.
|
|
- Frank Force for the [ZzFX](https://github.com/KilledByAPixel/ZzFX) synthesizer.
|
|
- Kristoffer Ekstrand for the [AKWF](https://www.adventurekid.se/akrt/waveforms/adventure-kid-waveforms/) waveforms.
|
|
- Ryan Kirkbride for some of the audio samples in the [Dough-Fox](https://github.com/Bubobubobubobubo/Dough-Fox) sample pack, taken from [here](https://github.com/Qirky/FoxDot/tree/master/FoxDot/snd).
|
|
- Adel Faure for the [JGS](https://adelfaure.net/https://adelfaure.net/) font.
|
|
- Raphaël Bastide for the [Steps Mono](https://github.com/raphaelbastide/steps-mono/) font.
|
|
|
|
- All the [Topos](https//github.com/Bubobubobubobubo/Topos) contributors!
|
|
|
|
**Have fun!**
|
|
`;
|
|
};
|