Code Monkey home page Code Monkey logo

Comments (4)

tammoippen avatar tammoippen commented on May 22, 2024

Hi @chromafunk ,

I think this should be perfectly possible.

Basically, plotille just uses ASCII codes for colors. And Figure.show(…) returns a str you can print with whatever function you like.

Would be great, if you keep me posted on your project (i am just curious) and i am happy to help, if you encounter problem.

Best, Tammo

from plotille.

chromafunk avatar chromafunk commented on May 22, 2024

yeah, that's why I came here ... basically I love this lib and I want to build a curses interface with it, I have set up a test with it, and it seems that for some reason, curses can't render braille characters properly ( this is in the same term where I am running plotille )

I have tried to force using the locale as some online posts suggest but I'm getting this :

https://ibb.co/qWZ3fxx

Do you know why this happens and how to fix it ? I believe that once this is fixed, it would be possible and then I will finish it. Another option that I am working on is to make it with notcurses instead of with curses, but this requires more work on the source code ( somebody is already working on it ) let me know !

from plotille.

tammoippen avatar tammoippen commented on May 22, 2024

Hi, looks like the ansii escape codes are escaped somehow (all the ^[[ gibberish). Apparently ncurses does not like these, as it uses the codes itself. Maybe this helps: https://stackoverflow.com/questions/30189434/how-to-display-pre-colored-string-with-curses

(I am on the phone and cannot check, sry)

from plotille.

chromafunk avatar chromafunk commented on May 22, 2024

gotcha ! yeah someone is building a parser for notcurses and I'm just going to jump in and help with it. I'll let you know when it's finished

from plotille.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.