Meta Game Engine

Meta Game Engine

Post just about everything that isn't directly related to Spring here!

Moderator: Moderators

Post Reply
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Meta Game Engine

Post by PicassoCT »

Should Spring have a Meta-Game 3D-Engine associated with it, which allows smoth translation from 3D in Webbrowser (Shogun-like maps, Galaxymaps, whatever) to the Engine?

Image

Also , yes i consider this part of the game. Part of the Engine. And it could and should be 3d and able to use spring ressources (aka unit modells) so we can do megalomanic zooms

http://youtu.be/0fKBhvDjuy0?t=5m6s
Attachments
mass effect 1 2 galaxy map wallpaper background ea games third person action shooter.jpg
(300.53 KiB) Downloaded 3 times
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Meta Game Engine

Post by hoijui »

does this basically mean, not displaying the map?
User avatar
Anarchid
Posts: 1384
Joined: 30 Nov 2008, 04:31

Re: Meta Game Engine

Post by Anarchid »

I think this can be achieved with gajop's stuff. Maybe don't put it into engine itself, but make chililobby easier to acquire?
User avatar
scifi
Posts: 848
Joined: 10 May 2009, 12:27

Re: Meta Game Engine

Post by scifi »

Anarchid wrote:I think this can be achieved with gajop's stuff. Maybe don't put it into engine itself, but make chililobby easier to acquire?
i think he meant having 3D assets, so some form of engine is required even if its seperated from spring.

Maybe some webgl based lobby can do the trick.

I mean its not too hard to have a Simplistic 3D engine that just renders 3d and passes Transformation matrixes(Model matrix) to shaders.

I did a simplistic engine with a couple friends with modern opengl in 4 months, the issue here is having 2 engines runing at the same time. And is that really required when you can have 2D giff style animations that serve just as well.

Essentially a pimped out version of chilly with cool 2D animations does the job just fine imo.
User avatar
REVENGE
Posts: 2382
Joined: 24 Aug 2006, 06:13

Re: Meta Game Engine

Post by REVENGE »

PicassoCT wrote:Should Spring have a Meta-Game 3D-Engine associated with it, which allows smoth translation from 3D in Webbrowser (Shogun-like maps, Galaxymaps, whatever) to the Engine?

Image

Also , yes i consider this part of the game. Part of the Engine. And it could and should be 3d and able to use spring ressources (aka unit modells) so we can do megalomanic zooms

http://youtu.be/0fKBhvDjuy0?t=5m6s
Absolutely, a natural next step in the evolution of planet-wars.
gajop
Moderator
Posts: 3051
Joined: 05 Aug 2009, 20:42

Re: Meta Game Engine

Post by gajop »

PicassoCT wrote:which allows smoth translation from 3D in Webbrowser
You'll have to ask him for approval.

Anyway, this thread is quite lacking information, there's not much to discuss as it is.
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: Meta Game Engine

Post by PicassoCT »

Well how to accomplish the blend?

JK just made those awesome loadscreens, obviously, there has to some point were the loadscreen of the one has to be handed over to the loadscreen- winscreen of the other..

Finally what tech to use?
There are some impressive examples, but actually this is something i would rather hear the infra-structure experts at ZK oracle about it.

There are some nice examples out there.. the question is actually which best binds to zks c#. My bet is on three js.

http://stars.chromeexperiments.com/
http://people.mozilla.org/~bgirard/galaxymapgl/
http://robchadwick.com/TerrainEditor/
gajop
Moderator
Posts: 3051
Joined: 05 Aug 2009, 20:42

Re: Meta Game Engine

Post by gajop »

PicassoCT wrote:Well how to accomplish the blend?
What does "blend" mean exactly?
PicassoCT wrote: Finally what tech to use?
Tech to do what?

I've honestly no idea what exactly you want to do or why it can't be done with opengl+lua as it stands.
Clarify.
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: Meta Game Engine

Post by PicassoCT »

"blend" a seemless handover from the webgl engine to the internal loadscreen.
bonuspoints if the webgl engine has a call to get the minimap (to use as a texture)

but yeah, the more i think about it, the more this seems like a weblobby dev thing to discuss, maybe should car if he is willing to jump on this bandwagon
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Meta Game Engine

Post by hoijui »

gajop and me seem to think, you basically just use spring for that, because it can already do all that you would need (that we thought of). picasso is thinking of a separate thing then spring engine itself. i don't see what is required for this, and also did not see a single thing yet, for what spring can not do that the meta game engine would have to do.
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: Meta Game Engine

Post by PicassoCT »

can spring run in a browser, and run with weblobby
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Meta Game Engine

Post by hoijui »

weblobby can run the engine.

or you want something as powerful as the spring engine but easily integrateable into a webpage in a cross platform way?
i always said we should rewrite spring in Java! but fools no follows!
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: Meta Game Engine

Post by PicassoCT »

Why rewrite - when you can autoconvert?

http://en.wikipedia.org/wiki/Emscripten
dimo
Posts: 2
Joined: 26 Nov 2016, 02:30

Re: Meta Game Engine

Post by dimo »

PicassoCT wrote:Why rewrite - when you can autoconvert?

http://en.wikipedia.org/wiki/Emscripten
Do you know if anyone has tried it? If not I am game to try it.
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: Meta Game Engine

Post by PicassoCT »

Not as far as i know- jK had some good arguments against it though. Didnt write them down- but it boiled down to syncing stuff and something else. Ask him. Still if you could overcome this- having Spring in Browser would be cool..
dimo
Posts: 2
Joined: 26 Nov 2016, 02:30

Re: Meta Game Engine

Post by dimo »

THANKS!
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Meta Game Engine

Post by smoth »

gajop wrote:
PicassoCT wrote:which allows smoth translation from 3D in Webbrowser
You'll have to ask him for approval.

Anyway, this thread is quite lacking information, there's not much to discuss as it is.
who summoned me etc..
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: Meta Game Engine

Post by PicassoCT »

smoth wrote:
gajop wrote:
PicassoCT wrote:which allows smoth translation from 3D in Webbrowser
You'll have to ask him for approval.

Anyway, this thread is quite lacking information, there's not much to discuss as it is.
who summoned me etc..
Dalek Smart
Derek Smarth
De Smoth

I always sucked a conjuring peole :D
Post Reply

Return to “Off Topic Discussion”