What projects are you currently working on?

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

Dytsep
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 1
Joined: Sun Dec 26, 2010 6:23 pm
Programming Language of Choice: C++

Re: What projects are you currently working on?

Post by Dytsep »

Learning C++ :)
User avatar
Arce
Jealous Self-Righteous Prick
Jealous Self-Righteous Prick
Posts: 2153
Joined: Mon Jul 10, 2006 9:29 pm

Re: What projects are you currently working on?

Post by Arce »

^ that's legit. ;p
<qpHalcy0n> decided to paint the office, now i'm high and my hands hurt
CC Ricers
Chaos Rift Regular
Chaos Rift Regular
Posts: 120
Joined: Sat Jan 24, 2009 1:36 am
Location: Chicago, IL

Re: What projects are you currently working on?

Post by CC Ricers »

It's been a long time since I did any game programming but I'm finally at a point where I am starting to get satisfied with my 3D graphics development. Right now I have been working on a rendering engine to organize scenes and resources (and hopefully the starting point for a bigger game and level editor). This engine still has a long ways to go. I am currently making a puzzle game called Pick-o-Mania to check for flaws and advantages of how game code can work along with it. But in this video I'm doing some demo on how well it can update many geometry instances on hardware.



BTW this video was done before an overhaul on the data structures to organize the graphics. Now it has a complete entity-based system in which to manipulate instances much more easily and it hides the obfuscating code of matrix transformations and texture/mesh swapping.
User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: What projects are you currently working on?

Post by MrDeathNote »

Looks pretty sweet bro, keep it up!
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
User avatar
GroundUpEngine
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 835
Joined: Sun Nov 08, 2009 2:01 pm
Current Project: mixture
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: UK

Re: What projects are you currently working on?

Post by GroundUpEngine »

Great stuff!
D-e-X
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 39
Joined: Tue Dec 28, 2010 6:49 pm

Re: What projects are you currently working on?

Post by D-e-X »

xiphirx wrote:Workin on a modification for Amnesia: The Dark Descent (so fun)
Image
Image
Image
Image

Working on a SC2 Replay uploading/viewing/sharing system

I didn't know there was flashlights back in the 1830's :D, however, looks awesome!
I remember when I used to be into nostalgia.
User avatar
xiphirx
Chaos Rift Junior
Chaos Rift Junior
Posts: 324
Joined: Mon Mar 22, 2010 3:15 pm
Current Project: ******** (Unkown for the time being)
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

Re: What projects are you currently working on?

Post by xiphirx »

lol yeah, it's an import from their previous game Penumbra :3
StarCraft II Zerg Strategy, open to all levels of players!

Looking for paid work :< Contact me if you are interested in creating a website, need a web design, or anything else you think I'm capable of :)
User avatar
TheBuzzSaw
Chaos Rift Junior
Chaos Rift Junior
Posts: 310
Joined: Wed Dec 02, 2009 3:55 pm
Current Project: Paroxysm
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

Re: What projects are you currently working on?

Post by TheBuzzSaw »

XP - SAI
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 4
Joined: Sun Jan 09, 2011 4:55 pm

Re: What projects are you currently working on?

Post by XP - SAI »

A Map Editor made in WX - Python
User avatar
EccentricDuck
Chaos Rift Junior
Chaos Rift Junior
Posts: 305
Joined: Sun Feb 21, 2010 11:18 pm
Current Project: Isometric "2.5D" Airship Game
Favorite Gaming Platforms: PS2, SNES, GBA, PC
Programming Language of Choice: C#, Python, JScript
Location: Edmonton, Alberta

Re: What projects are you currently working on?

Post by EccentricDuck »

Wooooooooooooooooooo! I just finished submitting my game, Gyroball, for review to Xbox Live Indie Games. Here it is:
http://catalog.create.msdn.com/en-US/ga ... fb8&type=1

Also, here's a trailer that a friend of mine put together for me:
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: What projects are you currently working on?

Post by avansc »

http://www.youtube.com/watch?v=heGRu4RKWkw

Edit: I cant ever get that youtube embedded nonsense to work.
Last edited by M_D_K on Tue Jan 18, 2011 11:23 am, edited 1 time in total.
Reason: but I can (get embedded youtube to work)
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: What projects are you currently working on?

Post by Ginto8 »

damn avansc, that's fancy. Really makes me wonder how you're doing it, especially the gradienting. Are you just messing with the OpenGL lighting, or did you make your own fancy lighting stuff?
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: What projects are you currently working on?

Post by avansc »

Ginto8 wrote:damn avansc, that's fancy. Really makes me wonder how you're doing it, especially the gradienting. Are you just messing with the OpenGL lighting, or did you make your own fancy lighting stuff?
Right now the code is in shambles, I'll make a clean demo and post the code. but basically its just a triangle fan for the light, that alphas out to the edges, then i just lay over alpha where the shadows should be. Im sure its a very very bad way to do it, but it works. Next step is to try and do something with a FBO so i can use a shader on it.
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
trufun202
Game Developer
Game Developer
Posts: 1105
Joined: Sun Sep 21, 2008 12:27 am
Location: Dallas, TX
Contact:

Re: What projects are you currently working on?

Post by trufun202 »

avansc wrote:http://www.youtube.com/watch?v=heGRu4RKWkw

Edit: I cant ever get that youtube embedded nonsense to work.
Nice! Rating +1, subbed, and favorited
-Chris

YouTube | Twitter | Rad Raygun

“REAL ARTISTS SHIP” - Steve Jobs
dnxviral
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 51
Joined: Tue Dec 14, 2010 6:49 pm
Favorite Gaming Platforms: PC
Programming Language of Choice: Everything... and C#
Location: dnXstudios
Contact:

Re: What projects are you currently working on?

Post by dnxviral »

EccentricDuck wrote:Wooooooooooooooooooo! I just finished submitting my game, Gyroball, for review to Xbox Live Indie Games. Here it is:
http://catalog.create.msdn.com/en-US/ga ... fb8&type=1

Also, here's a trailer that a friend of mine put together for me:
Very cool I've always liked games like these.
avansc wrote:http://www.youtube.com/watch?v=heGRu4RKWkw
Edit: I cant ever get that youtube embedded nonsense to work.
Unique shadowing in 2D :D Cool cool.
Post Reply