Thread: This browser demo probably owns you 9 ways from sunday

  1. #1
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704

    This browser demo probably owns you 9 ways from sunday

    I've seen a lot of debate about scripting languages being suitable, practicle or able for game programming in the game dev forum here. A lot of arguments are they are too slow or not complex or for what ever reason not capable of handling a decent gaming system.


    Well here goes a very practicle proof to blow away that idea. This demo is done in entirely JavaScript for the web browser and is pretty sweet. Granted it's pretty retro as far as effects and stuff but still very awsome to see done in JavaScript. Those of you who are familiar with using jscript will be quite impressed I believe, I know I was.


    Anywho, the link
    http://www.papadimoulis.com/alex/moo...se_wmp.html?20

    cool or what?
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  2. #2
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Wow I was real impressed with the black screen

  3. #3
    Dumb to the power of 999. Wall's Avatar
    Join Date
    Aug 2004
    Posts
    13
    Cool. But I know how to do it myself.

    Code:
    <html>
    <head>
    <style type="text/css">
    body {
    background-color:#000000;
    }
    </style>
    <script language="JavaScript">
    <!--
    document.write("fgewk);
    // -->
    </script>
    </head>
    </html>
    My head hurts.

  4. #4
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by Thantos
    Wow I was real impressed with the black screen
    agreed. that is without a doubt the coolest black screen i have ever seen. In all my OpenGL days ive never had such quality black screen. im switching to jscript

  5. #5
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I'm able to see it. Not bad, actually.

  6. #6
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Well I loaded it up in IE and I got a rectangle with music and then it stopped loading. Weeeeee so cool

  7. #7
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    didn't work in Mozilla, but ran it in IE. pretty impressive actually if I was only done in javascript. A little slow though. but impressive.
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  8. #8
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Who would have bothered putting all that together in Javascript! For me all it proves is Javascript is waaaaaay too slow for games
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  9. #9
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949
    No, actually that is about the maximum of what I would expect from Javascript. So no, this doesn't "blow me away", nor does it even remotely push me.
    Do not make direct eye contact with me.

  10. #10
    i get my own title?
    Join Date
    Jun 2004
    Posts
    35
    someone has too much freaking time. and what exactly does that prove? the only reason that might be remotely impressive to me would be because I wouldnt know how to do it. but other than that, nope.

  11. #11
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Well I finally decided to wait for it to load, it was pretty but since it failed to load on 2 of my 3 browers it gets a big fat 0

  12. #12
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    someone wanna post a screeny for us anti-IE people, i wanna see what all of the fuss is about. the fact that it only runs in IE has already tainted my opinion of it though

  13. #13
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    I would but I can't bring myself to the horror again. If you want to take a look at the code without looking at the actual demo its at:
    http://www.papadimoulis.com/alex/moo.../mooncheese.js

  14. #14
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    I tried it on 5 different browsers - unfortunately it did not show anything but a black screen. 5 different browsers! I don't find that very impressive at all.

  15. #15
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    In all my OpenGL days ive never had such quality black screen
    Great.
    Oh and all I get is a black screen also. I guess it doesn't use standard JavaScript.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Internet Browser Handling
    By pobri19 in forum Windows Programming
    Replies: 9
    Last Post: 04-04-2009, 06:19 AM
  2. Forming RTS Demo Team – Sixth Extinction
    By SteelRain4eva in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 06-08-2006, 08:47 PM
  3. Getting Default Browser and Running It
    By Driver in forum Windows Programming
    Replies: 4
    Last Post: 10-22-2004, 02:08 PM
  4. Second MoA Demo Tomorrow
    By harryP in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 09-30-2002, 07:22 PM