Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Accidentally Uncovered "Pixel Graphic" Display...
Index -> Programming, Turing -> Turing Submissions
Goto page 1, 2  Next
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
MiX-MaztA-M8riX




PostPosted: Wed Jan 12, 2005 2:37 pm   Post subject: Accidentally Uncovered "Pixel Graphic" Display...

This, is kinda wierd. I dunno how to say

Enjoy! Confused



Wow... ok.t
 Description:
Umm... Yea

Download
 Filename:  Wow... ok.t
 Filesize:  452 Bytes
 Downloaded:  379 Time(s)

Sponsor
Sponsor
Sponsor
sponsor
apomb




PostPosted: Wed Jan 12, 2005 4:04 pm   Post subject: (No subject)

this is real pixel graphics ... although yours is made with lines, it has amost the same effect ... very cool and if faster would be trippyish
MiX-MaztA-M8riX




PostPosted: Fri Jan 14, 2005 12:13 pm   Post subject: (No subject)

^^ hahaha Laughing ^^

Shows how smart my teachers are Twisted Evil Wink
apomb




PostPosted: Fri Jan 14, 2005 10:14 pm   Post subject: (No subject)

MiX-MaztA-M8riX wrote:
^^ hahaha Laughing ^^

Shows how smart my teachers are Twisted Evil Wink

y would you say that?
MiX-MaztA-M8riX




PostPosted: Sat Jan 15, 2005 9:41 am   Post subject: (No subject)

lol

since it wasnt actually pixel graphics... right?

but anywayz, its his first year teaching turing, and cuz of that I'm doing really well Very Happy
apomb




PostPosted: Sat Jan 15, 2005 6:02 pm   Post subject: (No subject)

ya, its not, cuz u use lines ... ne way, he gave that to you, or he told you it was pixel graphics? but i guess its good to experiment! keep it up! (i do still)
MiX-MaztA-M8riX




PostPosted: Sun Jan 16, 2005 1:29 am   Post subject: (No subject)

he told me it was pixel graphics lol, this was originally supposed to be along the lines to the intro of my summative, gotta clean it up and its still good Smile
MiX-MaztA-M8riX




PostPosted: Tue Jan 18, 2005 11:46 am   Post subject: (No subject)

hey, I made a tiny change to it Smile

code:

for decreasing a : maxx .. 0
    for decreasing b : maxy * 4 .. 0 by a + 1

        Draw.Line (0, 0, maxx, b, 10)
        Draw.Line (maxx, 0, 0, b, 9)
        delay (5)

    end for
    View.Update
end for
Sponsor
Sponsor
Sponsor
sponsor
apomb




PostPosted: Tue Jan 18, 2005 3:38 pm   Post subject: (No subject)

8) nnnniiiicccce ... but take out the delay, or reduce it
MiX-MaztA-M8riX




PostPosted: Wed Jan 19, 2005 11:39 am   Post subject: (No subject)

It all depends on the comp your running so yea...

I like it tho Laughing
josh




PostPosted: Wed Jan 19, 2005 3:00 pm   Post subject: (No subject)

really nice man, I am amazed that so few lines of code can make something so neat looking.
MiX-MaztA-M8riX




PostPosted: Thu Jan 20, 2005 2:03 pm   Post subject: (No subject)

well that just shows you that turing can actually be powerful at times! Very Happy
josh




PostPosted: Thu Jan 20, 2005 2:15 pm   Post subject: (No subject)

yeah I guess it is not all bad, but can you explain the logic behind it, I am a little confused as to how you get those funny patterns of black in the green background when they are all made of lines
MiX-MaztA-M8riX




PostPosted: Fri Jan 21, 2005 11:57 am   Post subject: (No subject)

Well, I dont actually know how those lines are formed Embarassed
I'm thinking it does it due to the line skipping,

code:

for a : 1 .. maxx * 2
    for b : 0 .. maxy * 5 by a

...

    end for
end for


and thats pretty much that I think Razz
zomg




PostPosted: Fri Jan 21, 2005 12:12 pm   Post subject: (No subject)

i was sitting here just looking at this... i was in another world it was whacked
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 2  [ 21 Posts ]
Goto page 1, 2  Next
Jump to:   


Style:  
Search: