Author Topic: Wat *.*  (Read 5464 times)

0 Members and 1 Guest are viewing this topic.

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Wat *.*
« on: April 09, 2014, 10:04:39 pm »
This is what happens when I'm bored in math class...


Spoiler For IDK if this causes a seizure or anything, so... You've been warned ;) :

(It looks much better on a real calc)

Code: [Select]
.INVERT
DiagnosticOff
Full
While 1
ClrDraw
DrawInv
For(C,0,63)
For(A,0,6)
For(B,0,4)
RectI(A*16-(C/2),B*16-(C/2),C,C)
End
End
DispGraph
DrawInv
ReturnIf getKey(15)
End
End
« Last Edit: April 11, 2014, 06:24:50 pm by ClrDraw »
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Wat *.*
« Reply #1 on: April 09, 2014, 10:15:45 pm »
This is beautiful :'D

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Wat *.*
« Reply #2 on: April 09, 2014, 10:27:07 pm »
Spoiler For IDK if this causes a seizure or anything, so... You've been warned ;) :

I added Circle(A*96/6,B*64/4,C) after the third for loop. My head hurts from looking at this XD
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Wat *.*
« Reply #3 on: April 09, 2014, 10:34:51 pm »


I like the 3Dish effect there is around this frame.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Wat *.*
« Reply #4 on: April 09, 2014, 10:35:35 pm »
Same, that's the best part.
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Wat *.*
« Reply #5 on: April 09, 2014, 11:21:54 pm »
Woah, those look beautiful! O.O Also the first one's background reminds me one of the Supersonic Ball levels. :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline josh landers

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 116
  • Rating: +1/-0
    • View Profile
Re: Wat *.*
« Reply #6 on: April 10, 2014, 12:18:42 am »
Presenting the new generation of TI-screen savers!
No lock needed they need only be mesmerized. .. reports of thiefs just staring into the void of there friends calculator.


Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Wat *.*
« Reply #7 on: April 10, 2014, 01:35:38 am »
Yeah, that would actually be cool for a screensaver, if you can somehow hack it to run after a minute of inactivity or so.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Wat *.*
« Reply #8 on: April 10, 2014, 02:09:06 am »
Just make it a hook abusing the apd timer ;D
I'm not a nerd but I pretend:

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Wat *.*
« Reply #9 on: April 10, 2014, 03:40:39 am »
I don't think this would be a good idea, since some people's "friends" might set their calcs with APD at 0.01 second, so they would no longer be able to use their calc. >.<
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Wat *.*
« Reply #10 on: April 10, 2014, 03:45:09 am »
Then just hardcode it or make it a minimum of 60 seconds.
I'm not a nerd but I pretend:

Offline chickendude

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +90/-1
  • Pro-Riot Squad
    • View Profile
Re: Wat *.*
« Reply #11 on: April 10, 2014, 03:23:38 pm »
I think it's also a good way to run your batteries out real quick, but the second animation looks really nice. For some reason i keep seeing pokéballs appear...

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Wat *.*
« Reply #12 on: April 10, 2014, 03:26:07 pm »
Battery-wise, it's nowhere as insane as garbage collecting every few minutes, though. :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ClrDraw

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 627
  • Rating: +61/-2
    • View Profile
    • GitHub
Re: Wat *.*
« Reply #13 on: April 10, 2014, 07:41:31 pm »

(I suck at WabbitEmu settings)

Code: [Select]
.WTF
DiagnosticOff
#ExprOn
Full
ClrDraw
StorePic
While 1
For(C,1,40)
RecallPic
For(A,0,6)
For(B,0,4)
If (A^2) and (B^2)
RectI(A*16-(C*2),B*14-(C),C*4,C*2)
Else
RectI(A*16-(C),B*14-(C*2),C*2,C*4)
End
End
End
DispGraph
If getKey(41)
Pause 1000
End
ReturnIf getKey(15)
!If C^20
StorePic
End
End
End
« Last Edit: April 11, 2014, 06:24:18 pm by ClrDraw »
Visit my GitHub for all my TI programs as well as other projects.
Also check out my website.

Offline Lunar Fire

  • LV3 Member (Next: 100)
  • ***
  • Posts: 66
  • Rating: +7/-1
  • I'll be watching you from the shadows
    • View Profile
    • My Tumblr
Re: Wat *.*
« Reply #14 on: April 10, 2014, 07:58:57 pm »
If you want to manage battery you can always turn off the calculator. This basically is to look cool to your classmates, I guess it would end up being annoying after a couple of days.

Any plans to put all of your screensavers together and put one at random when the calculator fires it up?
Your drill is the drill that will pierce the heavens!