2023-08-11 00:37:01 +03:00
2023-09-03 13:08:18 +02:00
2023-08-06 10:24:54 +02:00
2023-09-06 21:11:29 +02:00
2023-08-11 23:30:29 +02:00
2023-09-08 17:39:58 +02:00
2023-07-28 01:17:44 +02:00
2023-09-21 23:36:51 +03:00
2023-07-28 01:23:38 +02:00
2023-09-03 14:33:23 +02:00
2023-09-08 00:42:39 +03:00
2023-09-21 23:36:51 +03:00

Topos: A Web-Based Algorithmic Sequencer

 | Discord | BuboBuboAmiika | About Live Coding |

Contributors

Topos is a web-based application that lives here. Documentation and description is directly included in the application itself.

Screenshot

Disclaimer

Topos is a very young project. It is not ready for end users, do not expect stable features and/or user support. Contributors and curious people are welcome! The software is not stabilized at all for the moment but it is already possible to have fun playing with it.

Installation (for devs and contributors)

To run the application, you will need to install Node.js and Yarn. Then, clone the repository and run:

  • yarn install
  • yarn run dev

To build the application for production, you will need to install Node.js and Yarn. Then, clone the repository and run:

  • yarn run build
  • yarn run start

Always run a build before committing to check for compiler errors. The automatic deployment on the main branch will not accept compiler errors!

To build a standalone browser application using Tauri, you will need to have Node.js, Yarn and Rust installed. Then, clone the repository and run:

  • yarn tauri build
  • yarn tauri dev

The tauri version is only here to quickstart future developments but nothing has been done yet.

Languages
TypeScript 73.8%
CSS 15.9%
HTML 7.7%
JavaScript 2.4%