Zokre Zyl

Results 14 comments of Zokre Zyl

Does not work on Linux either. Just wanted to create an issue, but found this one. ``` my readme ========= ![test](./map_of_the_project.svg) ``` uploading it to github, the readme is rendered...

Thanks for the fast feedback. Did not try umoci as I did not find any nix expression on https://github.com/NixOS/nixpkgs and was lazy to write one, but in this case probably...

I have the same limitation. While all nix-tools work well with the proxy, pypi2nix does not, unfortunately. Why not passing as command line arguments to the underlying libraries as alternative.

Am happy you like it. I know about kitty. I proposed these ideas to the kitty author but he seemed to be extremely uncomfortable with them. At the end I...

How was the guest (iPython) feeding the "OpenGL" to the terminal (host), through escape sequences?

Not sure I understood. When I am talking about a terminal I am thinking about two processes: one process (host) that is doing the rendering and the other process (guest)...

@rougier , wonder if you could help me with this: https://github.com/zokrezyl/asciterm/issues/5 Basically I would like to make the terminal available for both groups glumpy and vispy users... Thus need to...

Hi @rougier . solved the viewport in a very simple way, honestly inspired by the viewport transform of glumpy... This now works for both glumpy and vispy backends. Have a...

Yes, already experimenting with mouse. It will be possible to inject the mouse pointer relative and absolute positions along with absolute and relative time etc. as uniforms in both shaders,...

https://github.com/zokrezyl/asciterm/blob/master/examples/voronoi.py : example on how to use the mouse. Using some specific "dollar" macros you both make some uniforms available and prepare the code for "viewporting"