The purpose of this repository is to provide a way for people to create placeholder images quickly. https://www.craigoates.net/Software/project/11
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Craig Oates 90e8b0308c add screenshot-2.png. 6 years ago
.github add screenshot-2.png. 6 years ago
SmoulderingBeachBall add assembly info. to library project. 6 years ago
SmoulderingBeachBallCLI fix spelling and grammar mistakes. 6 years ago
TestCentre leave comment about function arrangement in LibraryTests.fs. 6 years ago
.gitignore Rename console tests and update the git ignore file. 6 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 6 years ago
CONTRIBUTING.md Create CONTRIBUTING.md 6 years ago
LICENSE Initial commit 6 years ago
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 6 years ago
README.md fix links to image in readme. 6 years ago
SmoulderingBeachBall.sln add Test Centre. 6 years ago

README.md

repo-banner

Note: This project is a work in-progress. Doc's might be out-of-date.

Summary

Smouldering Beach Ball consists of  a .Net Standard 2.0 library, a console program and a "Test Centre". The purpose of this repository is to provide a way for people to create placeholder images. It does this by making the library available as a NuGet and providing a console program. The console program is useful for those needing access to the functionality and not the code. If you are one of the people wanting the features and not the code, I recommend downloading the CLI in Releases. It is a standard alone program so there is no install "concerns".

Pre-Requisites

  • Visual Studio 2017
  • F#
  • xUnit
  • FsCheck
  • Console.Waterworks
  • .Net 4.7
  • .Net Standard

solution-structure

Smouldering Beach Ball (Library/NuGet Package)

This is a F# .Net Standard library. You can install this package from two places:

  1. MyGet: This is the test-bed for the NuGet packages before they make there way over to nuget.org. The packages are less stable but they are where you will the latest bits to test out. If you are unsure how to subscribe to a MyGet feed, click here.
  2. NuGet: This is the official host for NuGets. Download Smouldering Beach Ball from this feed for the most stable releases.

You can add Smouldering Beach Ball to your project via the following commands:

// Using the built-in Package Manager console in Visual Studio.
// Also, remove the "< >" when inserting the package version.

// MyGet
PM> Install-Package SmoulderingBeachBall -Version <insert package here> -Source https://www.myget.org/F/the-immutable-null/api/v3/index.json 

// NuGet
PM> Install-Package SmoulderingBeachBall -Version <insert package here>

For further information about this project, please visit the wiki.

Smouldering Beach Ball CLI

This project is an F# console program, uses .Net 4.7. You use it by entering commands and awaiting the result. It uses Console.Waterworks to parse the commands so, if you want to extend it, I recommend you read its wiki. If you want to get going straight away, I recommend using the draw-default command. All you need to specify is the width and height of the image and it will create an image and save it to your desktop.

Tip: Enter help for a list of available commands or cheat if you prefer them rendered in a PDF with a nicer layout. The CLI will save the PDF on your desktop.

For further information about this project, please visit the wiki.

screenshot-1

Test Centre

This project holds all the tests for this solution. If uses a combination of unit tests (xUnit) and property tests (FsCheck). If you are unfamiliar with either of them, click on their links for more information. Also, all the tests are accessible in Visual Studio's Test Explorer. This means you can identify failing tests with ease.

screenshot-2

How to Contribute

If you would like to contribute to the project, thank you and here are some useful links for for you to get started.

Code of Conduction

Please visit the Code of Conduct page for Wet Pancake at:

About the Creator

Hi, my name is Craig and I am the creator of Smouldering Beach Ball. Thanks for checking it out.