What projects are you currently working on?
Moderator: PC Supremacists
- Netwatcher
- Chaos Rift Junior
- Posts: 378
- Joined: Sun Jun 07, 2009 2:49 am
- Current Project: The Awesome Game (Actual title)
- Favorite Gaming Platforms: Cabbage, Ground beef
- Programming Language of Choice: C++
- Location: Rehovot, Israel
Re: What projects are you currently working on?
Got a basic DirectX engine working. (only low-level technical stuff like audio, input and graphics are implemented)
Thinking of stuff I can make with it...
Edit:
Found something to do with it :D
Project
Thinking of stuff I can make with it...
Edit:
Found something to do with it :D
Project
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
Re: What projects are you currently working on?
Direct3D9/Direct3D11(when it is released) 3D game engine with programmable pipeline. I would post some pics but so far nothing is good enough for showing off(just some cubes and stuff with basic lighting). P.S. The guy who says he is going to take down the site with his "scripts" is a dumbass.
Personal Youtube: http://www.youtube.com/user/xXShadowAsasNXx
Prelimse Studios Youtube: http://www.youtube.com/user/PrelimseStudios
Prelimse Studios Website: http://www.prelimsestudios.com/
Prelimse Studios Youtube: http://www.youtube.com/user/PrelimseStudios
Prelimse Studios Website: http://www.prelimsestudios.com/
-
- Chaos Rift Regular
- Posts: 198
- Joined: Thu Mar 26, 2009 8:42 pm
- Current Project: My Engine
- Programming Language of Choice: C++
Re: What projects are you currently working on?
Tic Tac Toe wih SDL.
Nothing special just tic tac toe.
Almost done.
Nothing special just tic tac toe.
Almost done.
My first game: http://donsvoice.com/randomdever/Duck%2 ... 01.0.0.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
My second game: http://donsvoice.com/randomdever/Space%20Invaders.zip
My third game: http://donsvoice.com/randomdever/BreakOut!.zip
-
- Chaos Rift Regular
- Posts: 198
- Joined: Thu Mar 26, 2009 8:42 pm
- Current Project: My Engine
- Programming Language of Choice: C++
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: What projects are you currently working on?
Sub'd to a fellow devver.RandomDever wrote:Done!
My very first game is complete
O and BTW http://www.youtube.com/user/Randomdever
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: What projects are you currently working on?
Something with opengl... Just something that works... so far I got the camera and a cube... WTF at least it moves...
-
- Chaos Rift Newbie
- Posts: 5
- Joined: Tue Aug 11, 2009 3:25 am
- Current Project: Adroit Theorem
Re: What projects are you currently working on?
Hey guys first post, gotta start somewhere, right?
My name is Michael Lukiman, age14, and I'm making a basic 3D game with RPG elements and a time-travel centered storyline.
I'm currently mastering the 3D creations of things before the programming or scripting, and yeah.
See you 'round the forums.
My name is Michael Lukiman, age14, and I'm making a basic 3D game with RPG elements and a time-travel centered storyline.
I'm currently mastering the 3D creations of things before the programming or scripting, and yeah.
See you 'round the forums.
Many people know how to best survive life.
Few know how to best live it.
Few know how to best live it.
- hurstshifter
- ES Beta Backer
- Posts: 713
- Joined: Mon Jun 08, 2009 8:33 pm
- Favorite Gaming Platforms: SNES
- Programming Language of Choice: C/++
- Location: Boston, MA
- Contact:
Re: What projects are you currently working on?
What application(s) are you using for your 3d modeling? Have you created any 2d games in the past?ArmisticeML wrote:Hey guys first post, gotta start somewhere, right?
My name is Michael Lukiman, age14, and I'm making a basic 3D game with RPG elements and a time-travel centered storyline.
I'm currently mastering the 3D creations of things before the programming or scripting, and yeah.
See you 'round the forums.
"Time is an illusion. Lunchtime, doubly so."
http://www.thenerdnight.com
http://www.thenerdnight.com
-
- Chaos Rift Newbie
- Posts: 5
- Joined: Tue Aug 11, 2009 3:25 am
- Current Project: Adroit Theorem
Re: What projects are you currently working on?
I'm learning with both Blender (like so many others) and trueSpace to get a feel of different apps; and yes, I've created 2D games in the past.
Not from raw C++ or C#, though, since at the time I wanted to learn how to make games, I was even younger and didn't even want to touch those.
I made the 2D games with DBPro, as it seemed fit.
Now, my project's "on hold" since I want to master my 3D creation sk ills before I jump into anything too quickly.
And I just like creating in 3D altogether.
Not from raw C++ or C#, though, since at the time I wanted to learn how to make games, I was even younger and didn't even want to touch those.
I made the 2D games with DBPro, as it seemed fit.
Now, my project's "on hold" since I want to master my 3D creation sk ills before I jump into anything too quickly.
And I just like creating in 3D altogether.
Many people know how to best survive life.
Few know how to best live it.
Few know how to best live it.
Re: What projects are you currently working on?
After trying out all the usual APIs and lbraries (SDL, Allegro, OpenGL) I've finally settled with Direct3D9. I bought a couple of books, and currently putting together a library of all the useful D3D functions I can find (and write myself ). I'm thinking about what game I will make to test the library - any ideas, anyone?
I've already managed to do the usual pong, tic tac toe etc - now I need to find some artists to start a more advanced project with.
I've already managed to do the usual pong, tic tac toe etc - now I need to find some artists to start a more advanced project with.
All programmers are playwrights and all computers are lousy actors.
Re: What projects are you currently working on?
Sliver wrote:After trying out all the usual APIs and lbraries (SDL, Allegro, OpenGL) I've finally settled with Direct3D9. I bought a couple of books, and currently putting together a library of all the useful D3D functions I can find (and write myself ). I'm thinking about what game I will make to test the library - any ideas, anyone?
I've already managed to do the usual pong, tic tac toe etc - now I need to find some artists to start a more advanced project with.
My usual comment: start out with a game and code the engine along. Writing an engine for the purpose of writing an engine is not a good idea.
Good luck
- Big Grizzle
- Chaos Rift Cool Newbie
- Posts: 61
- Joined: Wed Sep 02, 2009 1:07 pm
- Current Project: 2d side scrolling shooter.
- Favorite Gaming Platforms: The SNES rules all!!! Super Aleste baby!
- Programming Language of Choice: Python
- Location: London, UK
- Contact:
Re: What projects are you currently working on?
I am working on the bestest ever version of pong!</sarcasm>
I'm using python and pygame. I'd share but the code is really fugly at the moment.
Having problems/fun (problems == fun) with collison detection, but at least the paddles move.
Gotta start somewhere!
I'm using python and pygame. I'd share but the code is really fugly at the moment.
Having problems/fun (problems == fun) with collison detection, but at least the paddles move.
Gotta start somewhere!
"Simplicity is the ultimate sophistication." - Leonardo da Vinci
http://caveofgrizzle.blogspot.com/
http://caveofgrizzle.blogspot.com/
-
- Respected Programmer
- Posts: 387
- Joined: Fri Dec 19, 2008 3:33 pm
- Location: Dallas
- Contact:
Re: What projects are you currently working on?
While a few of my team members are on break, I am working on several proof of concept realtime graphics demonstrations using a minimal OpenGL framework. I'll also be releasing the source with them and probably doing some video commentary.
The first of which I've recently posted over at: http://elysianshadows.com/phpBB3/viewto ... art=999999
The first of which I've recently posted over at: http://elysianshadows.com/phpBB3/viewto ... art=999999
- Netwatcher
- Chaos Rift Junior
- Posts: 378
- Joined: Sun Jun 07, 2009 2:49 am
- Current Project: The Awesome Game (Actual title)
- Favorite Gaming Platforms: Cabbage, Ground beef
- Programming Language of Choice: C++
- Location: Rehovot, Israel
Re: What projects are you currently working on?
I've taken as my first Java project to make Johnny Mast's pastebin 1.0(you may know him from IRC) in well... Java.
This is his app http://www.youtube.com/watch?v=hnN_IlkKFBQ , originally written in objective-C.
Things are coming along great so far.
This is his app http://www.youtube.com/watch?v=hnN_IlkKFBQ , originally written in objective-C.
Things are coming along great so far.
"Programmers are the Gods of their tiny worlds. They create something out of nothing. In their command-line universe, they say when it’s sunny and when it rains. And the tiny universe complies."
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
-Derek Powazek, http://powazek.com/posts/1655
blip.fm DJ profile - http://blip.fm/Noobay
current code project http://sourceforge.net/projects/vulcanengine/
Re: What projects are you currently working on?
I am working on a game called MarbleGarble. It is a matching game that has no real point to it honestly...
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Uro-LiePQEI&hl ... ram><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Uro-LiePQEI&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>[/youtube] Check it out and tell me what I can do to make it better
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Uro-LiePQEI&hl ... ram><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Uro-LiePQEI&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>[/youtube] Check it out and tell me what I can do to make it better