3D Graphics Engine Progress
Moderator: PC Supremacists
- EdBoon
- Chaos Rift Junior
- Posts: 258
- Joined: Fri May 28, 2010 10:44 pm
- Current Project: Top down multiplayer shooter using unity 3D
- Favorite Gaming Platforms: 360, SNES, ps1
- Programming Language of Choice: C++, C#
- Location: Atlanta, GA
- Contact:
Re: [GroundUpEngine] 3D Engine Progress
thats awesome! (not the sick part)
i always like your videos, i don't know how i didn't see the client/server video when you posted it, anyways thanks for the update. The client server stuff is what has been on my plate the last 3 weeks as well , so fun..
i always like your videos, i don't know how i didn't see the client/server video when you posted it, anyways thanks for the update. The client server stuff is what has been on my plate the last 3 weeks as well , so fun..
Undead Empire -> http://bit.ly/dYdu3z
Gamerscore Tracker -> http://bit.ly/vI4T4X
Undead Empire: Hellfire -> http://bit.ly/1AgC4ZY
facebook.com/BigRookGames twitter.com/BigRookGames
youtube.com/user/bigrookdigital
Gamerscore Tracker -> http://bit.ly/vI4T4X
Undead Empire: Hellfire -> http://bit.ly/1AgC4ZY
facebook.com/BigRookGames twitter.com/BigRookGames
youtube.com/user/bigrookdigital
- GroundUpEngine
- 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: [GroundUpEngine] 3D Engine Progress
Ops didn't see this, many thanks!EdBoon wrote:thats awesome! (not the sick part)
i always like your videos, i don't know how i didn't see the client/server video when you posted it, anyways thanks for the update. The client server stuff is what has been on my plate the last 3 weeks as well , so fun..
- GroundUpEngine
- 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: [GroundUpEngine] 3D Engine Progress
Been messing around with my editor, heres the blog entry: http://groundupengine.webs.com/apps/blo ... 292-editor
- MadPumpkin
- Chaos Rift Maniac
- Posts: 484
- Joined: Fri Feb 13, 2009 4:48 pm
- Current Project: Octopia
- Favorite Gaming Platforms: PS1-3, Genesis, Dreamcast, SNES, PC
- Programming Language of Choice: C/++,Java,Py,LUA,XML
- Location: C:\\United States of America\Utah\West Valley City\Neighborhood\House\Computer Desk
Re: [GroundUpEngine] 3D Engine Progress
Pretty sweet man. I love how simple yours is and it works twice as well as my complex editor I'm working on >.<GroundUpEngine wrote:Been messing around with my editor, heres the blog entry: http://groundupengine.webs.com/apps/blo ... 292-editor
While Jesus equipped with angels, the Devil's equipped with cops
For God so loved the world that he blessed the thugs with rock
For God so loved the world that he blessed the thugs with rock
- 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: [GroundUpEngine] 3D Engine Progress
Damn, that looks pretty cool man.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- GroundUpEngine
- 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: [GroundUpEngine] 3D Engine Progress
MadPumpkin wrote:Pretty sweet man. I love how simple yours is and it works twice as well as my complex editor I'm working on >.<GroundUpEngine wrote:Been messing around with my editor, heres the blog entry: http://groundupengine.webs.com/apps/blo ... 292-editor
Thanks guys, I took full advantage of 'List' GUI and it seems to work well!dandymcgee wrote:Damn, that looks pretty cool man.
Side note: I doing a HUGE rewrite on the engine inspired by Orge3D engine architecture (so I can give my engine more power and implement basic physics and advanced graphics easier). I'll talk more about it later and do a video on clean code & new features.
Re: [GroundUpEngine] 3D Engine Progress
<3GroundUpEngine wrote:MadPumpkin wrote:Pretty sweet man. I love how simple yours is and it works twice as well as my complex editor I'm working on >.<GroundUpEngine wrote:Been messing around with my editor, heres the blog entry: http://groundupengine.webs.com/apps/blo ... 292-editorThanks guys, I took full advantage of 'List' GUI and it seems to work well!dandymcgee wrote:Damn, that looks pretty cool man.
Side note: I doing a HUGE rewrite on the engine inspired by Orge3D engine architecture (so I can give my engine more power and implement basic physics and advanced graphics easier). I'll talk more about it later and do a video on clean code & new features.
- Milch
- Chaos Rift Junior
- Posts: 241
- Joined: Sat Jul 11, 2009 5:55 am
- Programming Language of Choice: C++
- Location: Austria, Vienna
Re: [GroundUpEngine] 3D Engine Progress
Great to hear that!GroundUpEngine wrote:MadPumpkin wrote:Pretty sweet man. I love how simple yours is and it works twice as well as my complex editor I'm working on >.<GroundUpEngine wrote:Been messing around with my editor, heres the blog entry: http://groundupengine.webs.com/apps/blo ... 292-editorThanks guys, I took full advantage of 'List' GUI and it seems to work well!dandymcgee wrote:Damn, that looks pretty cool man.
Side note: I doing a HUGE rewrite on the engine inspired by Orge3D engine architecture (so I can give my engine more power and implement basic physics and advanced graphics easier). I'll talk more about it later and do a video on clean code & new features.
I also rewrote/redesigned my engine a couple of times, because I've learned so much (and made soo much mistakes!) in code-design while developing it
btw. A pretty cool article about writing good and maintainable code: http://www.doolwind.com/blog/solid-prin ... evelopers/
Follow me on twitter!
- GroundUpEngine
- 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: [GroundUpEngine] 3D Engine Progress
Hellz yeah!eatcomics wrote:<3GroundUpEngine wrote: Thanks guys, I took full advantage of 'List' GUI and it seems to work well!
Side note: I doing a HUGE rewrite on the engine inspired by Orge3D engine architecture (so I can give my engine more power and implement basic physics and advanced graphics easier). I'll talk more about it later and do a video on clean code & new features.
Thanks for the link, a good article I think!Milch wrote: Great to hear that!
I also rewrote/redesigned my engine a couple of times, because I've learned so much (and made soo much mistakes!) in code-design while developing it
btw. A pretty cool article about writing good and maintainable code: http://www.doolwind.com/blog/solid-prin ... evelopers/
This is the one I've been using recently: http://geosoft.no/development/cppstyle.html
- GroundUpEngine
- 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: [GroundUpEngine] 3D Engine Progress
Projects been pretty dead, but heres whats up...
- 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: [GroundUpEngine] 3D Engine Progress
Lmao.. good to know. Thanks for updating us.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
Re: [GroundUpEngine] 3D Engine Progress
Ha, that's good to hear.
- GroundUpEngine
- 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: [GroundUpEngine] 3D Engine Progress
Sneak preview of editor, tech demo coming soon!
- 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: [GroundUpEngine] 3D Engine Progress
Updates!! Awesome.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
Re: [GroundUpEngine] 3D Engine Progress
It lives!GroundUpEngine wrote:Sneak preview of editor, tech demo coming soon!