Skip to content

all-yall/bcsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcsg

CAUTION: STILL UNDER HEAVY DEVELOPEMENT

this is a gui library for crsfml, it is part of a game i am making
so while i will try to design it to be relativley easy to use it may
not be as robust or efficient as you may want.

Installation

Add this to your application's shard.yml:

dependencies:
  bcsg:
    github: [your-github-name]/bcsg

Usage

require "bcsg"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/[your-github-name]/bcsg/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors