Toggle menu
7
33
3
229
SWEE.codes wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ScratchMessagesConsole: Difference between revisions

From SWEE.codes wiki
Created page with "{{InfoBoxEntity | title = ScratchMessagesConsole | image = 150px | caption = Logo of SMC++, a new version | releasedate = August 8 2022 | platform = Linux, Windows, MacOSX | lang = C# | license = MIT | dev = Swee | site = https://git.swee.codes/swee/SMCpp }} '''ScratchMessagesConsole''' is a command-line utility that tracks a user's message counter on [https://scratch.mit.edu Scratch.] This was the first command-line application Swee made with C#. I..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
| site = https://git.swee.codes/swee/SMCpp
| site = https://git.swee.codes/swee/SMCpp
}}
}}
'''ScratchMessagesConsole''' is a command-line utility that tracks a user's message counter on [https://scratch.mit.edu Scratch.]
'''ScratchMessagesConsole''' is a command-line utility that tracks a user's message counter on [https://scratch.mit.edu Scratch.]


This was the first command-line application Swee made with C#.
This was the first command-line application Swee made with C#.


It was also a simple example of using the undocumented Scratch API.
It was also a simple example of using the Scratch API.<ref>[https://towerofnix.github.io/scratch-api-unofficial-docs/api/ Unofficial Scratch API Documentation]</ref>


The project was discontinued after release.
The project was discontinued after release because Swee didn't feel the need of edits.
[[File:Smc oldshot.png|alt=A screenshot of ScratchMessagesConsole 1.0|none|thumb|466x466px|A screenshot of ScratchMessagesConsole 1.0]]
[[File:Smc oldshot.png|alt=A screenshot of ScratchMessagesConsole 1.0|none|thumb|466x466px|A screenshot of ScratchMessagesConsole 1.0]]




== A remake ==
== A remake ==
In 2025, Swee decided to revive the project with a new application called SMC++, it's packed with way more features and makes one's terminal look good.
In 2025, Swee decided to revive the project with a new application called SMC++.<ref>[https://git.swee.codes/swee/SMCpp SMC++ Repository]</ref>
[[File:SMCpp shot.png|alt=A screenshot of SMC++ 1.1|none|thumb|535x535px|A screenshot of SMC++ 1.1]]
 
It's packed with enhancements, like using a figlet<ref>[[wikipedia:FIGlet]]</ref>, correctly parsing JSON, and automatically reloading.
[[File:SMCpp shot.png|alt=A screenshot of SMC++ 1.1|none|thumb|535x535px|A screenshot of SMC++ 1.1]]The project continues to be maintained.
 
<references />

Latest revision as of 20:05, 3 May 2025


Logo of SMC++, a new version
Released August 8 2022
Language C#
Platform(s) Linux, Windows, MacOSX
License MIT
Created by Swee
Website https://git.swee.codes/swee/SMCpp

ScratchMessagesConsole is a command-line utility that tracks a user's message counter on Scratch.

This was the first command-line application Swee made with C#.

It was also a simple example of using the Scratch API.[1]

The project was discontinued after release because Swee didn't feel the need of edits.

A screenshot of ScratchMessagesConsole 1.0
A screenshot of ScratchMessagesConsole 1.0


A remake

In 2025, Swee decided to revive the project with a new application called SMC++.[2]

It's packed with enhancements, like using a figlet[3], correctly parsing JSON, and automatically reloading.

A screenshot of SMC++ 1.1
A screenshot of SMC++ 1.1

The project continues to be maintained.

Contents