glimmer-cp-bevel

Bevel - Glimmer DSL for SWT Custom Shape (by AndyObtiva)

Glimmer-cp-bevel Alternatives

Similar projects and alternatives to glimmer-cp-bevel

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better glimmer-cp-bevel alternative or higher similarity.

glimmer-cp-bevel reviews and mentions

Posts with mentions or reviews of glimmer-cp-bevel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-13.
  • Glimmer Gets Its First Official Custom Shape Gems
    4 projects | dev.to | 13 Mar 2021
    # From: https://github.com/AndyObtiva/glimmer-cp-bevel#example require 'glimmer-cp-bevel' include Glimmer shell { text 'Glimmer Tetris Icon' label { text 'Check out the application icon!' font height: 20 } icon_block_size = 64 icon_bevel_size = icon_block_size.to_f / 25.to_f icon_bevel_pixel_size = 0.16*icon_block_size.to_f icon_size = 8 icon_pixel_size = icon_block_size * icon_size image(icon_pixel_size, icon_pixel_size) { icon_size.times { |row| icon_size.times { |column| colored = row >= 1 && column.between?(1, 6) color = colored ? color(([:white] + [:cyan, :blue, :dark_yellow, :yellow, :green, :magenta, :red]).sample) : color(:white) x = column * icon_block_size y = row * icon_block_size bevel(x: x, y: y, base_color: color, size: icon_block_size) } } } }.open

Stats

Basic glimmer-cp-bevel repo stats
1
0
0.0
about 3 years ago

AndyObtiva/glimmer-cp-bevel is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of glimmer-cp-bevel is Ruby.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com