GithubHelp home page GithubHelp logo

[FEATURE] gradient colors about cursive HOT 4 OPEN

therealolie avatar therealolie commented on July 24, 2024
[FEATURE] gradient colors

from cursive.

Comments (4)

gyscos avatar gyscos commented on July 24, 2024

Hi, and thanks for the report!

Being able to use gradients sounds very fun indeed! I haven't spent much time thinking about it though so I'm not sure yet what the API would look like - in particular:

  • How to unify the styling with the current flat colors styles
    • And possibly with a future "opacity" concept where views can be partially transparent, letting lower layers be seen through.
  • How to make it easily configurable in json/yaml for theme files
  • Support for "absolute positioning" gradient, where the gradient is defined on the entire terminal window but only applied to a single view

from cursive.

gyscos avatar gyscos commented on July 24, 2024

The latest couple of commits bring some gradient features:

  • cursive::style::gradient defines a few new types:
    • Linear is a piecewise 1D (linear) gradient (converts a float between 0 and 1 to a RGB color).
    • Angled, Radial and Bilinear are 2D gradients: they assign a color to each cell of a grid (sometimes using a Linear internally).

A few places make use of these:

  • cursive::utils::markup::gradient can apply a Linear gradient to a StyledString, either for the front or background color.
  • cursive::views::GradientView takes a 2D gradient, and applies it to a wrapped view, either using local coordinates (the gradient stretches to the extend of the view), or "global" coordinates (the gradient is calculated using the absolute position of the view in the terminal), which can give nice effects when used by multiple views.

Finally, a gradient example has been added, which uses all of these.

from cursive.

therealolie avatar therealolie commented on July 24, 2024

thanks! Is there anything yet to add, or can we close the issue?

from cursive.

gyscos avatar gyscos commented on July 24, 2024

thanks! Is there anything yet to add, or can we close the issue?

Well, it depends if your use-case was solved :)

There's an endless list of potential improvements: support for more 2D gradients (diamond, conical, ...), composite 2D gradients, LCH/HSB/HSL color space interpolation, more gradient presets, user-expandable list of presets that can be loaded by the builder module, animated gradients, ...

from cursive.

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.