I Think I Want To Write An Engine

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

Post Reply
User avatar
davidthefat
Chaos Rift Maniac
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:

I Think I Want To Write An Engine

Post by davidthefat »

and ONLY an engine, not developing any games with it. Here is why, when I want to do something with the game in mind, I tend to overcomplicate things and never end up starting it. So I think I want to develop some unique engine. Simple and something that works with minimum bugs... LOL all this talk is nonsense until I have a pseudo code written
K-Bal
ES Beta Backer
ES Beta Backer
Posts: 701
Joined: Sun Mar 15, 2009 3:21 pm
Location: Germany, Aachen
Contact:

Re: I Think I Want To Write An Engine

Post by K-Bal »

Why don't you use a 3rd party engine? There is really good stuff out there.
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: I Think I Want To Write An Engine

Post by GroundUpEngine »

K-Bal wrote:Why don't you use a 3rd party engine? There is really good stuff out there.
/agreed
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: I Think I Want To Write An Engine

Post by MrDeathNote »

I think he only wants to write the engine guys, i agree that theres some amazing engines out there but he says he doesn't want to make a game just the engine.
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: I Think I Want To Write An Engine

Post by GroundUpEngine »

MrDeathNote wrote:I think he only wants to write the engine guys, i agree that theres some amazing engines out there but he says he doesn't want to make a game just the engine.
Ah I see, However I would still recommend using some of the engines out there to get a feel of how they work, so that if the goal is really to build an engine it wont epic fail :lol:

Case in point: **most good engine programmers have good experience with other engines and a good knowledge of how they are built**
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: I Think I Want To Write An Engine

Post by MrDeathNote »

GroundUpEngine wrote:
MrDeathNote wrote:I think he only wants to write the engine guys, i agree that theres some amazing engines out there but he says he doesn't want to make a game just the engine.
Ah I see, However I would still recommend using some of the engines out there to get a feel of how they work, so that if the goal is really to build an engine it wont epic fail :lol:

Case in point: **most good engine programmers have good experience with other engines and a good knowledge of how they are built**
Agreed
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
SD021
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 31
Joined: Wed Oct 29, 2008 1:32 pm
Current Project: Yes :P
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: Ireland

Re: I Think I Want To Write An Engine

Post by SD021 »

I think I know what your talking about because I've done this. I think what you want is not to write an engine but to write a simple code base that can be used to start any game you may may wish to make. For example I have a class in which I have all the basic functionality a game may need such as drawing sprites or playing sounds. I then need to just add this to any new project and I have something from nothing. This is very different from an engine as such.
DaveB
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 24
Joined: Sat Nov 21, 2009 1:57 pm

Re: I Think I Want To Write An Engine

Post by DaveB »

Well I guess you would have to define what an "Engine" really is. To me an engine is, a collection of systems/managers that work in conjunction with outside content in order to produce a piece of software. To me an engine is the driving force of the game, without it all you would have is just a bunch of game/media files.
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: I Think I Want To Write An Engine

Post by GroundUpEngine »

DaveB wrote:Well I guess you would have to define what an "Engine" really is. To me an engine is, a collection of systems/managers that work in conjunction with outside content in order to produce a piece of software. To me an engine is the driving force of the game, without it all you would have is just a bunch of game/media files.
/agreed
Post Reply