topos icon indicating copy to clipboard operation
topos copied to clipboard

Web Based Live Coding Environment. Inspired by the Monome Teletype.

Results 15 topos issues
Sort by recently updated
recently updated
newest added

The evaluation mechanism can be overhauled fairly simply by just concatenating everything to a big file instead of evaluating separately. I will open up a branch to work on this...

I noticed some issues in the vim editor: - Ctrl+D doesn't switch to documentation. Maybe `:help` could trigger the documentation ? - Once in the documentation, Ctrl+D switch back to...

Instead of piling up problems, it might be time to rewrite a large chunk of Topos. Here is a breakdown of the features I would like to implement and how...

enhancement

That weird ad hoc GUI is hindering the future of Topos. Now that I know how what the ideal interface would look like, it would be nice just to redo...

enhancement

It would be nice if the default envelope for synths was shorter and if samples had a finite length by default. It can prevent people from falling into sound traps....

bug
enhancement

Topos is full of footguns. It is quite easy to evaluate things that will spike the CPU: `voronoi().out()` (without any time filter). It is also quite easy and natural to...

enhancement

Topos is evaluating too much code, too often. It is easy to imagine an evaluation model that doesn't repeat the costly operation of interpreting various files super often but just...

enhancement

Pressing `Ctrl+Z` does not take into account that you are probably not in the same file anymore. It will replace your code with whatever you try to undo. It can...

bug

The highlighter is going crazy. Colors are just super weird.