An open API service indexing awesome lists of open source software.

https://github.com/okistuff/shapesrb

ShapesRB is a easy-to-use Ruby Gem that draws Shapes
https://github.com/okistuff/shapesrb

docs easy-to-use gem mit-license open-source rendering ruby rubygems shapes

Last synced: 10 months ago
JSON representation

ShapesRB is a easy-to-use Ruby Gem that draws Shapes

Awesome Lists containing this project

README

          

# ShapesRB
![ShapeRB Logo](https://github.com/OkiStuff/ShapesRB/blob/master/assets/logo.png)

ShapesRB is a easy-to-use Ruby Gem that draws Shapes
https://rubygems.org/gems/ShapesRB

# Table of Contents
- [How to Install](https://github.com/OkiStuff/ShapesRB#how-to-install)
- [Usage/Syntax](https://github.com/OkiStuff/ShapesRB#usagesyntax)
- [Well Known Bugs](https://github.com/OkiStuff/ShapesRB#well-known-bugs)
- [To-Do](https://github.com/OkiStuff/ShapesRB#to-do)
- [Issues or Feedback?](https://github.com/OkiStuff/ShapesRB#to-do)
- [Contributors](https://github.com/OkiStuff/ShapesRB#contributors)

## How to install
You can install ShapesRB like this:
```
$ gem install ShapesRB
```
To Update ShapesRB
```
$ gem update ShapesRB
```
## Usage/Syntax
```ruby
require 'ShapesRB'

# Shapes is a part of ShapesRB

Shapes.SQUARE
Shapes.RECTANGLE
Shapes.TRIANGLE
Shapes.RHOMBUS
```

## Well Known Bugs
No Bugs have been found yet. If you have a glitch or a bug you would like to report please post a Issue. For more rules on making Issues for ShapesRB please read the ["Issues or Feedback?" Section](https://github.com/OkiStuff/ShapesRB#issues-or-feedback).

## To-Do
- Add More Shapes
- Allow the user to make longer or shorter Rectangles and Squares.
- Build a simple game using ShapesRB
- Rename the Shapes Class to the ShapesRB

## Issues or Feedback?

If you are facing a bug or want to report Feedbck please create a Issue. Make sure to check the [Well Known Bugs List](https://github.com/OkiStuff/ShapesRB#well-known-bugs), [To-Do List](https://github.com/OkiStuff/ShapesRB#to-do) and any Issues regreading this problem or feedback before you post it.

## Contributors



OkiStuff