Difference between revisions of "Sunshine Console"
Jump to navigation
Jump to search
(Moved page, updated information) |
(Created link to license) |
||
Line 5: | Line 5: | ||
|dependencies = [http://www.opentk.com/ OpenTK] | |dependencies = [http://www.opentk.com/ OpenTK] | ||
|status = Stable | |status = Stable | ||
|licensing = Open Source, [ | |licensing = Open Source, [https://raw.githubusercontent.com/derrickcreamer/SunshineConsole/master/LICENSE.md MIT] | ||
|language = [[C Sharp|C#]] | |language = [[C Sharp|C#]] | ||
|platforms = All? | |platforms = All? |
Latest revision as of 14:23, 30 June 2015
Sunshine Console | |
---|---|
Library project | |
Developer | Derrick Creamer |
Released | June 21 2015 |
Updated | June 25 2015 (1.3) |
Status | Stable |
Licensing | Open Source, MIT |
P. Language | C# |
Platforms | All? |
Dependencies | OpenTK |
Official site of Sunshine Console |
Sunshine Console is a C# library for simple ASCII output/input. It's intended to be very friendly to beginners that just want to put something on the screen (while still being powerful enough for larger ASCII projects). See the official site for usage examples.
Sunshine Console is built atop OpenTK, which can therefore be used for mouse input and accessing OpenGL and OpenAL, and various other features & functions. OpenTK has been ported to Windows, Mac OSX, GNU/Linux, *BSDs, Android, iOS, etc.