Discuss Scratch

silvxrcat
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

any more gui news, mikedev?


hi im silver

























i eat orphan babies
MikeDEV
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

silvxrcat wrote:

any more gui news, mikedev?

No, not really… Except for Yoom. I plan on adding a crude video chat feature (Only images, since Scratch cannot record sound in code and convert it into a transmittable format). Not really sure how well that rabbit hole's gonna work, but I'll experiment with the idea. 2 video streams on opposing ends of the screen, and a text chat in the middle. There was once an incoming call project, but I can't seem to find it (which is a shame, I wanted to use it).

I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
MikeDEV
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

silvxrcat wrote:

… and then after that let's polish it off with a few ui tweaks, yes? such as spacing things out more. since, i think the gui might look rushed in the finished product (since i think im pushing you too hard onto finishing it and i don't want to be that guy). nothing's perfect, of course.

Making low-level modifications to the GUI now would waste my time. That will be reserved for a future update.

I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
silvxrcat
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

MikeDEV wrote:

silvxrcat wrote:

any more gui news, mikedev?

No, not really… Except for Yoom. I plan on adding a crude video chat feature (Only images, since Scratch cannot record sound in code and convert it into a transmittable format). Not really sure how well that rabbit hole's gonna work, but I'll experiment with the idea. 2 video streams on opposing ends of the screen, and a text chat in the middle. There was once an incoming call project, but I can't seem to find it (which is a shame, I wanted to use it).

hmm, maybe instead of images you could use the scratch lab face extension? as like find a working git/repo that can be loaded into the mod loader, and record the face position (x pos and y pos can be rec) and calculate where the shoulders should be? basically recording the position of the user's face, then sending that data to the other user, then make a screen based off of the data (and vise versa, also switching the face emotion would be cool)

I might try to find something that works, or make an algorithm for the shoulders. what i'm trying to say is that i want to help


hi im silver

























i eat orphan babies
MikeDEV
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

silvxrcat wrote:

MikeDEV wrote:

silvxrcat wrote:

any more gui news, mikedev?

No, not really… Except for Yoom. I plan on adding a crude video chat feature (Only images, since Scratch cannot record sound in code and convert it into a transmittable format). Not really sure how well that rabbit hole's gonna work, but I'll experiment with the idea. 2 video streams on opposing ends of the screen, and a text chat in the middle. There was once an incoming call project, but I can't seem to find it (which is a shame, I wanted to use it).

hmm, maybe instead of images you could use the scratch lab face extension? as like find a working git/repo that can be loaded into the mod loader, and record the face position (x pos and y pos can be rec) and calculate where the shoulders should be? basically recording the position of the user's face, then sending that data to the other user, then make a screen based off of the data (and vise versa, also switching the face emotion would be cool)

I might try to find something that works, or make an algorithm for the shoulders. what i'm trying to say is that i want to help

Thanks for the suggestion, but I already have something that works. https://scratch.mit.edu/projects/368139594/ It basically scans the screen really fast, converts it into a list of color values, and renders your camera as a pen image. All I need to do is send that data to/from one another and render it on both ends.

I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
Noob_of_Noobs
Scratcher
1 post

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

hello
johnelr
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

are we still doing mewoer plus or is it still in a hiatus state

johnelr
Stamps (click) ->

johnelr
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

Can i propose an idea for Meower+? Lets make the database in Python. (Python is pretty easy.) We can make user data such as usernames and stuff into json files and make the passwords into a seperate database (username that they belong to as well as the password, both encrypted of course), and post database (Post itself, what its replying to (if any), how many upvotes it has, when it was posted, who posted it). Repl has a 24/7 feature on running repls, so it might not be that hard. I think we can give it a shot.

johnelr
Stamps (click) ->

silvxrcat
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

johnelr wrote:

are we still doing mewoer plus or is it still in a hiatus state
yes

johnelr wrote:

Can i propose an idea for Meower+? Lets make the database in Python. (Python is pretty easy.) We can make user data such as usernames and stuff into json files and make the passwords into a seperate database (username that they belong to as well as the password, both encrypted of course), and post database (Post itself, what its replying to (if any), how many upvotes it has, when it was posted, who posted it). Repl has a 24/7 feature on running repls, so it might not be that hard. I think we can give it a shot.
and yee


hi im silver

























i eat orphan babies
MikeDEV
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

silvxrcat wrote:

johnelr wrote:

are we still doing mewoer plus or is it still in a hiatus state
yes

johnelr wrote:

Can i propose an idea for Meower+? Lets make the database in Python. (Python is pretty easy.) We can make user data such as usernames and stuff into json files and make the passwords into a seperate database (username that they belong to as well as the password, both encrypted of course), and post database (Post itself, what its replying to (if any), how many upvotes it has, when it was posted, who posted it). Repl has a 24/7 feature on running repls, so it might not be that hard. I think we can give it a shot.
and yee

Me, who uses JSON-encoded flat-file databases with CloudLink: “Did you accidentally summon me?”

I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
-william27-
Scratcher
81 posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

I don't remember the last time I was on the forums, but can someone give a summary of the last few months?
MikeDEV
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

-william27- wrote:

I don't remember the last time I was on the forums, but can someone give a summary of the last few months?

1. Everyone went on hiatus, or we all started procrastinating.
2. The GUI is almost complete.
3. The forum got shut down due to spam (everyone still thinks that applications are open, despite the "Applications closed' label)

I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
supersonic61223
Scratcher
100 posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

MikeDEV wrote:

-william27- wrote:

I don't remember the last time I was on the forums, but can someone give a summary of the last few months?

1. Everyone went on hiatus, or we all started procrastinating.
2. The GUI is almost complete.
3. The forum got shut down due to spam (everyone still thinks that applications are open, despite the "Applications closed' label)
I Think Its Because The Studio Name Or Something

I know how to make games. It would be cool for someone to make a real AI inside of vanilla Scratch although it may be impossible.

I'm confused by ScratchBlocks
when I receive [scratchblocks v]
if <(confused) = [true]> then
broadcast [confusion v]
stop [brain v]
end
[/scratchblocks]
505gaming
Scratcher
10 posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

when green flag clicked
move (no) steps[scratchblocks]
define my happiness
say [knowone cares] for (1) secs
when I receive [ not having fun]
set [ madnessv] to [100%]
johnelr
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

i made a database for openly (is it related to meower) and i semi-put it on the website. it opens an iframe for now

johnelr
Stamps (click) ->

robotic88
Scratcher
1 post

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

hello
ninjaMAR
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

505gaming wrote:

when green flag clicked
move (no) steps
define my happiness
say [knowone cares] for (1) secs
when I receive [ not having fun]
set [ madnessv] to [100%]

robotic88 wrote:

hello
Please don't spam

Last edited by ninjaMAR (March 3, 2021 22:04:18)

-CloudGate-
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

we should really get someone to get someone to host our servers
woo 1000+ posts for me

Last edited by -CloudGate- (March 6, 2021 17:55:54)




box of Asian citrus psyllids and please give me an internet here

eghefhbge
Scratcher
20 posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

what is the project link?


the social media can just use safe chat, pre-made sentences and emojis that are appropriate for everyone.

Last edited by eghefhbge (March 6, 2021 18:12:28)

-CloudGate-
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

eghefhbge wrote:

what is the project link?


the social media can just use safe chat, pre-made sentences and emojis that are appropriate for everyone.
not made yet, all we have is https://turbowarp.org/468221502/fullscreen?hqpen&interpolate&turbo&fps=60



box of Asian citrus psyllids and please give me an internet here

Powered by DjangoBB