Anyone got any cool projects coming up (or working on)?

A place for Ogre users to discuss non-Ogre subjects with friends from the community.
Post Reply
User avatar
lonewolff
Ogre Magi
Posts: 1207
Joined: Wed Dec 28, 2005 12:58 am
x 6

Anyone got any cool projects coming up (or working on)?

Post by lonewolff »

I came up with what I think will be a cool idea for a game.
It is fairly basic in concept but I think it will be fun (if I can complete it :roll: ).

So, I have dusted off the keyboard once again. As, I haven't done any programming in at least a year!

So far I have written an input class, audio class, got my render window happening, and am ready to go. :D

Anyone got any cool projects they working on? :?:
User avatar
PolyVox
OGRE Contributor
OGRE Contributor
Posts: 1316
Joined: Tue Nov 21, 2006 11:28 am
Location: Groningen, The Netherlands
x 18
Contact:

Post by PolyVox »

Well I've been working on my voxel environments for about 18 months now (in my spare time). I'm currently adding shadow map support and will look at SSAO. Obviously all my lighting approaches need to be dynamic. I hope that by the end of the year I can start looking for a team to make a game.

I also have occasional other ideas of things I want to do with Ogre, and I suppose this is as good a place to store my list as any! I'm currently thinking of:
  • *A Qt based framework which allows Qt widgets to be directly rendered onto Ogre render targets. I would like to use this in my voxel project, so maybe I start within the next couple of months.

    *A level loaded/viewer for Unreal Tournament 3 maps. When I was about 16 I used to make maps for the original Unreal and UnrealEd was very powerful. With the decline of the Quake 3 BSP format it seems Ogre could use this. No idea if/when I'll actually get around to it though.

    *Yesterday I downloaded PerfHUD and noticed that there is a corresponding PerfSDK which you can embed in your application. No idea what it does yet but I might see how it can be used with Ogre. Perhaps embed it in my new framework.
Well, that should keep me out of trouble for a while...
User avatar
steven
Gnoll
Posts: 657
Joined: Mon Feb 28, 2005 1:53 pm
Location: Australia - Canberra (ex - Switzerland - Geneva)
Contact:

Post by steven »

I've been working on:

* OGE - Open Game Engine and
* a commercial game based on oge.

In spare time since 2 years but seriously only since one year.
But working at home with 2 babies (4 & 2y) is not as easy as I expected
so the progres are slower than planned :roll:
User avatar
lonewolff
Ogre Magi
Posts: 1207
Joined: Wed Dec 28, 2005 12:58 am
x 6

Post by lonewolff »

steven wrote:But working at home with 2 babies (4 & 2y) is not as easy as I expected so the progres are slower than planned :roll:
I know exactly how it is. I have one who turns 2 on Wednesday and another that turns 5 in September.

They are great to have. But, they can certainly kill your concentration can't they? :lol:
warmi
Gnoll
Posts: 674
Joined: Sun May 27, 2007 3:56 am
Location: USA

Post by warmi »

PolyVox wrote:
  • *A Qt based framework which allows Qt widgets to be directly rendered onto Ogre render targets. I would like to use this in my voxel project, so maybe I start within the next couple of months.

You mean something like redirecting painEvent(...) to actually draw onto Ogre render targets ?
User avatar
Klaim
Old One
Posts: 2565
Joined: Sun Sep 11, 2005 1:04 am
Location: Paris, France
x 56
Contact:

Post by Klaim »

I've been working on a game since... it will be two years at the end of this year. As i moved, changed work, had months of crunch time and almost no vaccation, it did'nt get verry fast.
I plan to finish the first fully playable version for the end of the IGF submission date, but it will not be finished at this point.
User avatar
PolyVox
OGRE Contributor
OGRE Contributor
Posts: 1316
Joined: Tue Nov 21, 2006 11:28 am
Location: Groningen, The Netherlands
x 18
Contact:

Post by PolyVox »

warmi wrote:
PolyVox wrote:
  • *A Qt based framework which allows Qt widgets to be directly rendered onto Ogre render targets. I would like to use this in my voxel project, so maybe I start within the next couple of months.
You mean something like redirecting painEvent(...) to actually draw onto Ogre render targets ?
Pretty much, the idea came up after seeing one of the samples in TrollTech Labs. I was discussing it recently here: http://www.ogre3d.org/phpBB2/viewtopic.php?t=42733
User avatar
DanielSefton
Ogre Magi
Posts: 1235
Joined: Fri Oct 26, 2007 12:36 am
Location: Mountain View, CA
x 10
Contact:

Post by DanielSefton »

I'm working on two projects.

- A racing game. To bring back an old 1999 project called RaceRacer in 3D.

- This year I started working on a long-term MMORPG project, for something to chip into for the next 10 years. I'm hoping to prove that it is possible for one person to achieve such a huge task. I'm a multi-software specialist, so I am a web developer, a 3D artist, a graphics designer and a programmer, which makes things much easier. (The snag being that I'm not excellent in any field, since I spread my skills). I'm skeptical, but even if it doesn't work out, I've learned a hell of a lot.
User avatar
Evak
Orc Shaman
Posts: 707
Joined: Sun Apr 02, 2006 7:51 pm
Location: Sacramento, CA
x 1
Contact:

Post by Evak »

We've been working on Flow3D. Which is a Ogre based gamedev framework/engine for the high level game dev language blitzmax. It also includes an editor that can be standalone or incorporated into your game source much like torque.

The OSM based editor is pretty cool with .OSM mesh and .Scene loading allowing you to build scenes from scratch from arbitrary meshes. Here's a little vid of the demo in action.

http://www.youtube.com/watch?v=6hVmhScL1jI
Post Reply