• What Are You Working On? V13
    5,003 replies, posted
[QUOTE=AzLaN;25229174]Needs more pong.[/QUOTE] [img]http://www.fortfn.co.uk/images/Untitled-1.png[/img] [b]Edit:[/b] Fail photoshopping right there...
OK, I think we've reached the stage where we're now flogging a dead horse with variations of that picture.
[QUOTE=CarlBooth;25229359]OK, I think we've reached the stage where we're now flogging a dead horse with variations of that picture.[/QUOTE] You're kidding, right? I DEMAND MORE GRIDS
[QUOTE=CarlBooth;25229359]OK, I think we've reached the stage where we're now flogging a dead horse with variations of that picture.[/QUOTE] NEVER next gen photoshops with coffee beans 4-eva But no seriously, unless it's really funny I agree.
[QUOTE=CarlBooth;25229359]OK, I think we've reached the stage where we're now flogging a dead horse with variations of that picture.[/QUOTE] When has that ever stopped you guys before?
[QUOTE=thomasfn;25228967]That actually looks pretty cool. First one to implement a shader which does that earns a cookie.[/QUOTE] That actually wouldn't be hard at all. I really wish I had the time to do it.
I've finished my Turing Machines game, just need to add the rest of the levels later. [img]http://anyhub.net/file/tm.png[/img] [url]http://anyhub.net/file/1turingmachines.7z[/url]
[QUOTE=BlkDucky;25229452]You're kidding, right? I DEMAND MORE GRIDS[/QUOTE] Don't you mean specifically hexagon grids?
[QUOTE=thomasfn;25229158]On the shader, or my client thing?[/QUOTE] The client. As for the shader, I would cheat and use some blending and a quad :O
Semi-related: Anyone have any links to good OpenGL tutorials? I heard NeHe uses outdated methods or something.
That lame next-gen joke has been done like 3 times in here and a dozen other times elsewhere on the site, it was barely funny the first time, and only because it was in context; it's nonsensical at this point.
[QUOTE=RyanDv3;25230967]That lame next-gen joke has been done like 3 times in here and a dozen other times elsewhere on the site, it was barely funny the first time, and only because it was in context; it's nonsensical at this point.[/QUOTE] I found it funny. :saddowns:
[QUOTE=RyanDv3;25230967]That lame next-gen joke has been done like 3 times in here and a dozen other times elsewhere on the site, it was barely funny the first time, and only because it was in context; it's nonsensical at this point.[/QUOTE] my name is ryandaniels time to poop on this thread
Gave me something to do for a few minutes :v:
Just working on the Design to begin with, although I do plan to make it functional. [img]https://dl.dropbox.com/u/9133125/Design.png[/img]
[QUOTE=Lerlth;25226672]You must have an old card then.[/QUOTE] Yeah well my computer is a 3 year old Dell laptop inspiron 1520, 2Ghz core 2 duo, 2 gigs of ram and an 8600M GT. :frown: But all my money goes into other hobbies because the laptop will do for now.
[QUOTE=DeanWinchester;25231299]Just working on the Design to begin with, although I do plan to make it functional. [img_thumb]https://dl.dropbox.com/u/9133125/Design.png[/img_thumb][/QUOTE] In my experience, Function always has to come first! Otherwise I never actually get anything done.
[QUOTE=RyanDv3;25230967]That lame next-gen joke has been done like 3 times in here and a dozen other times elsewhere on the site, it was barely funny the first time, and only because it was in context; it's nonsensical at this point.[/QUOTE] Not much else happening in this thread TBH.
thank god for shaders with GLSL. [CODE] for(int i = 0; i <num_models; i++) { Light.dolighting(modelPos[i]); shader.bind(); model[i].draw(modelPos[i]); shader.unbind(); } [/CODE]
Just finished debugging and intergrating SFML into my previously SDL based engine. I'm going to do an audio system then a tilesheet system next.
[img]http://i55.tinypic.com/23w8odu.png[/img] working on a watered down version of pressure ISOSYMMETRY UP IN THIS BITCH
I've spent the past half day or so messing around with [url=http://g3d.sourceforge.net]G3D[/url]. Seems pretty good, but it's a shame that it doesn't always compile properly on other systems. Also their build system that they develop leaves a lot to be desired, and basically makes it impossible to add or change settings (no optimizations, no dynamic libs, etc).
[QUOTE=ralle105;25229594]When has that ever stopped you guys before?[/QUOTE] It usually stops 4 or 5 posts after the first round of boxes comes out.
[QUOTE=Parakon;25237939][img]http://i55.tinypic.com/23w8odu.png[/img] working on a watered down version of pressure ISOSYMMETRY UP IN THIS BITCH[/QUOTE] Looks like a Star Wars Rebel flight suit.
that's exactly what it is
So...my cookie's in the mail then?
[QUOTE=r4nk_;25232073]Yeah well my computer is a 3 year old Dell laptop inspiron 1520, 2Ghz core 2 duo, 2 gigs of ram and an 8600M GT. :frown: But all my money goes into other hobbies because the laptop will do for now.[/QUOTE] That's not that bad r4nk_. Could have my old brick if you want it :p Can't even listen to music without it lagging.
[QUOTE=r4nk_;25232073]Yeah well my computer is a 3 year old Dell laptop inspiron 1520, 2Ghz core 2 duo, 2 gigs of ram and an 8600M GT.[/QUOTE] Mine's six years old. It's got 1GB RAM, Intel Celeron D 2.66GHz, 2x120GB PATA hard disks, and an ATI Radeon 9600 series graphics card. Currently it's at the stage where I get about 0.25fps on YouTube videos and Minecraft can manage about a frame a second, if it's feeling lucky. Do I win a prize for shittiest computer out?
[QUOTE=mechanarchy;25240780]Mine's six years old. It's got 1GB RAM, Intel Celeron D 2.66GHz, 2x120GB PATA hard disks, and an ATI Radeon 9600 series graphics card. Currently it's at the stage where I get about 0.25fps on YouTube videos and Minecraft can manage about a frame a second, if it's feeling lucky. Do I win a prize for shittiest computer out?[/QUOTE] Intel Atom 1.6 GHz, 1GB RAM, 250 GB HDD (Although it is SATA), no graphics card. [img]http://ahb.me/Aij[/img]
Optimized a bunch of stuff, tweaked the chunk management. Added more variation to the terrain. Increased to view distance out 33% more. [media] [url]http://www.youtube.com/watch?v=RMjFA3U1TbI[/url] [/media] please excuse the fps I forgot to record it on 60 fps, I really does run at 60-63 fps.
Sorry, you need to Log In to post a reply to this thread.