UWU BUBBLES!!!
It's Some Bubbles!
A very nice screensaver... just click to add bubbles or (as @Bookie0 recommended ;D) click the a
key and it will automatically create bubbles like a screensaver :O!
More Notable People:
@potatojs ~ Making the colors prettier
@Coder100 ~ Being pog boi and fixing the stuttering
I appreciate any suggestions :)
Go into fullscreen here:
https://p5js-screensaver.rayhanadev.repl.co/
Yeah this is very simple compared to other things I've made, but I had a challenge to make something in p5.js in less than 30mins so here we are :)
I'm working on two very big projects, so keep your eyes peeled!
Wait, this much satisfaction is illegal....
@OldWizard209 hahahhahahah xD
@OldWizard209 calls police on the creator
@EnderMarkoth oh noes, I got to hides all my illegal memes the cops will arrest me xD
@RayhanADev ha ha ha ha ha
I
love
this
so
MUCHH!!
POG
POG
POG
POG
@TheC0derGirl tehehehehe thanks :)
@TheC0derGirl lol are you still a coding cat (nice pfp)
also did you draw that?
@RayhanADev yep im still coding cat :))
not i didnt draw it, i customized it on a website then added more details to it on procreate :)
@TheC0derGirl lmao
oh sweet! what's the website I like the style xD
@RayhanADev i forgot the name lmao-
also all the instructions were in japenese and the buttons were to so uh
@TheC0derGirl xd lmao
@TheC0derGirl actually you remind me a lot of someone i know :/
@RayhanADev really? :/
@TheC0derGirl yeah, my bestie you seem verrrryyyy similar to her... eh well except she really does not like coding xD
@RayhanADev wow!....... i would have liked to be friends with them but they dont like coding XD
one thing though, it flickers, make sure your loop goes backwards not forwards!
for (let i = arr.length - 1; i >= 0; i--)
@Coder100 OMG YOU'RE A GENIUS THANKS <3
@Codemonkey51 hai!, and thanks xD
ur welcome, keep up the great work @RayhanADev
@Codemonkey51 (⁄ ⁄>⁄ ▽ ⁄<⁄ ⁄)
my...eyes...sleepppyyyy...shouldn't have spam clicked
@FlaminHotValdez hahhahahhahahaha xD
edit: i meant to post an image here and for some reason it didnt show lol
@Dalton0001 ah yes, what a profound statement :D
@Dalton0001 wise said
pretty cool, how about making it automatic? since it's a screensaver, it should start the animation without us having to tap it! :D
@Bookie0 hmmmm :)
perhaps start it and then prompt the user to continue?
@Bookie0 done!
It launches 100 bubbles at the start and then fades in text after they're gone :D
one problem it stutters at a lot of bubbles because of the bubble dropping from array logic :/ but i guess that's just how it'll be
@RayhanADev really cool! but like maybe a menu option for either manual creation of bubbles, or automatic creation of bubbles (because screensavers are supposed to be automatic no?)
:)
@Bookie0 gotcha!
now if you press a
, it will auto spawn bubbles!
@RayhanADev wooh yea!
The fountain of youth ⛲
@YashasShah lmao xD
Very awesome. i filled my window with bubbles
@Mew64 sweet!
Love it
@IntellectualGuy thanks! :)
This is very satisfying. If i had it my way, though, i'd make every bubble orange(because orange is the best)
@BananaJellyfish hahahhahahhaha
then if you'd like go ahead and fork it :)
I made heaven
@RayhanADev
@BananaJellyfish IKR Orange is my favorite color yeet
Yes orange is da best @JWZ6
@BananaJellyfish i like blue is that ok
I'm going to let it pass because orange goes well with blue @AJDevelopment
@BananaJellyfish yayayay
@IcynHackz lmao beautiful xD
Yup! XD @RayhanADev and I made it my new profile pic! lol
\(^ヮ^)/ BUBBLES!
wait @RayhanADev when is the Pokemon MMO coming out
@noway15 crab you remember that that project is currently abandoned xD I don't have the hours for that lol.
hope no photoasensative ppl forget to turn the brightness down XD
i got less than 1 fps with an autoclicker XDDDDDDDDDDDD
smashthewalls.com is cool
when you uwu about b u b b l e to hard
cool, but the bubbles disappear too fast and move too quickly. It takes up too much CPU to be a good screensaver, as it will drain battery.
nice
Wow, this is amazing! I have a suggestion, instead of making the bubbles suddenly poof disappear, try making it slowly fade away instead, I think that'd be cool :D
@KobeFF thanks!
and hmm, i'd love to try :)
@RayhanADev oof, found a g l i t ch
when you click near the cornor of the screen the bubbles freeze XD
@KobeFF lol they don't freeze that's intentional because of how math and stuff works
there's math calculating the direction the bubble travels and then how it rebounds, when you click into a corner the bubbles it will constantly rebound back and forth between the corner because it can't move elsewhere :P
@RayhanADev oh rip XDD
Ayyyyyy yur back!
This is pretty pog!
Also, why do you have a p5.js file with 80,000 lines of code? Won't using the following in html work?
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/p5.js"></script>
@GhostKing007 thanks! i sometimes just manually load the libs :P
i have hacker might as well use it no xD
@RayhanADev - lol so hacker subscription lets you make large lib files, or does it like improve performance?
@GhostKing007 let's 'em have extra storage usage per-repl.
@xxpertHacker - Cool!
tbh I thought RayHanADev replied, and I was surprised at how quick the reply was lmao
can i just...steal this....forever?
@EnderMarkoth feel free to fork and attribute :)
I combined this with a auto clicker, lets call it RAM'B GONE, needless to say I got a error
@Luchadordragon hahhahaha lmao
boom.
@MatthewHou OMG THAT'S AMAZING :O
This is so cool @MatthewHou
@MatthewHou OMG HOW DID YOU DO THAT???
@EnderMarkoth python autoclicker
i used the keys z and x to start and end and n to cancel it
just import mouse
mouse.click()
in idle
@MatthewHou make a repl for it. I am looking for a nice autoclicker.
Ah, I can't. Replit.com doesn't support from mouse import click. Anyways, it's not that fast anyways... only 100 cps.
here's the [email protected]
def autoclick():
from keyboard import is_pressed
from mouse import click
from random import randint
yesnomeow = input("Do you want to seem like a bot, Yes or No.\n")
if yesnomeow.lower() == "no":
x = 1 / randint(500, 3000)
elif yesnomeow.lower() == "yes":
x = 0
else:
raise Exception("BRUH")
global on
cps = int(input("How many cps? 1-100?\n"))
from time import sleep
wait = (1 / (cps * 100)) - (1 / 10001)
on = False
while True:
try:
if is_pressed('x'):
on = False
elif is_pressed('z'):
on = True
elif is_pressed('n'):
on = ''
except:
print("please press s to start or e to end")
if on == True:
click()
sleep(wait + x)
elif on == '':
raise Exception("ok bye!")
autoclick()
though i think i shouldn't have used raise [email protected]
oh and yes this makes it so can't be detected :) supposedly unless if the catcher is gud :) @MatthewHou
bro like how did i get 14 upvotes LIKE [email protected]