C Board  

Go Back   C Board > Community Boards > Projects and Job Recruitment

Reply
 
LinkBack Thread Tools Display Modes
Old 10-18-2007, 08:34 PM   #1
The Right Honourable
 
psychopath's Avatar
 
Join Date: Mar 2004
Location: Where circles begin.
Posts: 1,068
A Call for Programmers - Clockwork

Right. So some of you may have seen at one point or another my postings related to the engine/editor I've been hacking away at currently dubbed "Clockwork".

I started the project a few years ago as a learning project, basically. I pretty much learned to program while trying to write this thing, and as a result, it's gone through 5-6 (or more) rewrites, in several different languages.

Currently, it isn't as much a learning project for me anymore. Of course I'm still learning, but I want to treat it as a serious project now, and it's gotten too large for me to tackle (stubbornly) alone anymore.

There's a project overview on the website, although it's a little out of date. There's links to the screenshot gallery there as well.

My last attempt was with the editor portion written in Java, and the engine in C++. I don't think that was quite the best choice anymore. My plan now is to do everything in straight C++, using wxWidgets for the editor GUI.


I mostly need programmers, but anyone interested that I can bounce ideas off of would be helpful as well.

For programmers, in general I need people who know a "decent" amount of C++. I'm not looking for experts or anything - as I said, I'm still learning myself. But you should at least know your way around the language.

The editor will use wxWidgets, so anyone with experience there is welcome. The engine itself isn't as much it's "own" engine anymore, but more a framework tieing together other sub-engines, namely OGRE and Bullet Physics at the moment. Some knowledge of either of these libraries would be nice, but I'm still a little new to them myself. Knowledge of how game engines and such work internally would also be benifical.

And now the post killer . I can't afford to pay. I'm a student, in highschool, working a minimum-wage part-time job. I can't offer a salary, only the possibility of royalties in the future if it ever gets going further, and experience.

If you're interested or want more info, you can post, PM, or throw an email to daniel_at_daniel-cook_dot_net.

I can also post a more recent screenshot of the last build as well, if anyone wants.

Thanks.
__________________
Memorial University of Newfoundland
Computer Science

Mac and OpenGL evangelist.
psychopath is online now   Reply With Quote
Old 10-18-2007, 09:51 PM   #2
Registered Abuser
 
Join Date: Jun 2006
Location: Toronto
Posts: 584
Quote:
Clockwork Innovations is a Canadian independant game and software developer located in the province of Newfoundland. Conceived in early 2005, the organization is fairly new, and has yet to establish itself in the industry. Clockwork Innovations consists of a relatively small group of people in the fields of game and software design.
Did you do all that, plus the website? Because if so, something tells me that you should be in more than just a minimum wage job...
@nthony is offline   Reply With Quote
Old 10-19-2007, 06:36 AM   #3
The Right Honourable
 
psychopath's Avatar
 
Join Date: Mar 2004
Location: Where circles begin.
Posts: 1,068
Quote:
Originally Posted by @nthony
Did you do all that, plus the website? Because if so, something tells me that you should be in more than just a minimum wage job...
Heh. All what, exactly? I wrote up everything on the website myself, but the design isn't my own. I've been planning on redesigning it to be a little more orignal, but I'm waiting untill I decide if I'm going to rename and get a new URL.
__________________
Memorial University of Newfoundland
Computer Science

Mac and OpenGL evangelist.
psychopath is online now   Reply With Quote
Old 10-19-2007, 07:57 AM   #4
pwns nooblars
 
Join Date: Oct 2005
Location: Portland, Or
Posts: 1,094
I have tooled around with wxWidgets (even built a small GUI that displayed some stuff, but didn't interact very much) and have a decent grasp on C++, I could probably help out in some way or another, PM me for my email, or hit me up on one of those messengers, though often it says I am online but I am at work or out and about, or lately, playing SupCom, in any case, let me know if I could be of service.
__________________
Enlighten Yourself

I'm back!
Wraithan is offline   Reply With Quote
Old 10-19-2007, 08:35 AM   #5
Crazy Fool
 
Perspective's Avatar
 
Join Date: Jan 2003
Location: Canada
Posts: 2,596
>located in the province of Newfoundland.


crap, he's a newfie! doin dem machines der, wit da computer ting!

hehe couldn't resist.
Perspective is offline   Reply With Quote
Old 10-19-2007, 09:22 PM   #6
Registered Abuser
 
Join Date: Jun 2006
Location: Toronto
Posts: 584
Quote:
Originally Posted by psychopath View Post
Heh. All what, exactly? I wrote up everything on the website myself, but the design isn't my own. I've been planning on redesigning it to be a little more orignal, but I'm waiting untill I decide if I'm going to rename and get a new URL.
No, I meant the map/texture editor and supporting utilities and what seems to be the seeds of a well-grounded start-up company (all that in addition to the website too).
@nthony is offline   Reply With Quote
Old 10-19-2007, 10:57 PM   #7
Deathray Engineer
 
MacGyver's Avatar
 
Join Date: Mar 2007
Posts: 3,211
I messed with wxWidgets for a limited time before. Strikes me as a C++ version of Java's swing stuff.
__________________
MacGyver is offline   Reply With Quote
Old 10-20-2007, 06:04 AM   #8
The superheterodyne.
 
twomers's Avatar
 
Join Date: Dec 2005
Location: Ireland
Posts: 2,215
>> Last updated on December 18th, 2007.
Eh... Right.
__________________
I blag!
twomers is offline   Reply With Quote
Old 10-22-2007, 05:02 AM   #9
The Right Honourable
 
psychopath's Avatar
 
Join Date: Mar 2004
Location: Where circles begin.
Posts: 1,068
Quote:
Originally Posted by Perspective
crap, he's a newfie! doin dem machines der, wit da computer ting!
I was about to try and tell you that none of us actually talk like that...but then I remembered that I personally know a few people that do.

Quote:
Originally Posted by @nthony
No, I meant the map/texture editor and supporting utilities and what seems to be the seeds of a well-grounded start-up company (all that in addition to the website too).
The world, material, and shader editors that are built-in to Clockwork I've all done myself. Although they're in a fairly basic state (the material editor most of all; I'll probably try and redesign it, because it's a little broken). The shader editor had syntax highlighting in the last version, but no auto-indent, or compiler info. The world editor was the most complete; it had all the basic functionality, but was just adding other features and stuff to actually drop into it.

Quote:
Originally Posted by tomers
Eh... Right.
Well, I did say it was a little out of date.

@Wraithan: I'll PM you later today when I get a bit more time.
__________________
Memorial University of Newfoundland
Computer Science

Mac and OpenGL evangelist.
psychopath is online now   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
minix system call pls help for project porvas Linux Programming 2 06-14-2009 02:40 AM
Error C2664 - Trying to call an external Dll jamez05 C++ Programming 3 08-08-2006 06:07 AM
Class won't call Aalmaron C++ Programming 3 04-13-2006 04:57 PM
Iterative Tree Traversal using a stack BigDaddyDrew C++ Programming 7 03-10-2003 05:44 PM
call by reference and a call by value IceCold C Programming 4 09-08-2001 05:06 PM


All times are GMT -6. The time now is 12:42 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22