Sunshine Console

A C# library for simple ASCII output/input

View the Project on GitHub derrickcreamer/SunshineConsole

How to add Sunshine Console to your project:

Option #1 - Use NuGet

If you're using Visual Studio, Xamarin Studio, or MonoDevelop, you can easily grab Sunshine Console using NuGet.

NuGet will automatically add Sunshine Console (and OpenTK, which it requires) to your project.

Option #2 - Download the .zip

Go to the latest release and download SunshineConsole.zip. Extract it somewhere that your project can access it (I prefer to put it in the main project directory with my .cs files). Now it's time to add these files as references in your project.