Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yalter/steamchatpainter
A C# tool to create smile patterns to be used in Steam chat conversations!
https://github.com/yalter/steamchatpainter
Last synced: about 1 month ago
JSON representation
A C# tool to create smile patterns to be used in Steam chat conversations!
- Host: GitHub
- URL: https://github.com/yalter/steamchatpainter
- Owner: YaLTeR
- Created: 2013-09-24T14:01:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-24T03:42:25.000Z (about 11 years ago)
- Last Synced: 2024-05-02T03:26:16.831Z (6 months ago)
- Language: C#
- Size: 141 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steam Chat Painter
================A C# tool to create smile patterns to be used in Steam chat conversations!
####Resize the main form!
The drawing grid adjusts its size to fit the form, so after entering different size values into text boxes, make sure to resize the actual form to see the change.####The "Send" button
The "Send" button copies the whole text, replacing ":"-s with ";"-s in smile names, so that you can send your image to your friend for him to copy it and use somewhere else themselves.####Separators
The default separator for Steam chat is five space symbols. That way the smiles are perfectly aligned. Unfortunately, you cannot use multiple spaces in Steam comments. The solution is - use SIX "|" symbols! It may not look the best, but it is perfect alignment for Steam comments.================
This is my first C# program ever, so the code probably looks very bad.