Jump to page: 1 24  
Page
Thread overview
Reviving YAGE
Jan 29, 2014
Ryan Voots
Jan 29, 2014
Brad Anderson
Jan 29, 2014
Stanislav Blinov
Jan 29, 2014
Andrej Mitrovic
Jan 29, 2014
Andrej Mitrovic
Jan 29, 2014
Ryan Voots
Jan 30, 2014
JoeCoder
Jan 29, 2014
Andrej Mitrovic
Jan 29, 2014
Andrej Mitrovic
Jan 30, 2014
Ryan Voots
Jan 29, 2014
Andrej Mitrovic
Jan 30, 2014
JoeCoder
Jan 31, 2014
Ryan Voots
Jan 30, 2014
JoeCoder
Feb 05, 2014
Benjamin Thaut
Feb 05, 2014
Ryan Voots
Feb 05, 2014
Benjamin Thaut
Feb 05, 2014
Martin Cejp
Feb 06, 2014
Benjamin Thaut
Feb 06, 2014
Martin Cejp
Feb 06, 2014
Benjamin Thaut
Feb 05, 2014
Ryan Voots
Feb 06, 2014
JoeCoder
Feb 06, 2014
Benjamin Thaut
Mar 31, 2014
Andrej Mitrovic
Apr 04, 2014
Ryan Voots
Apr 04, 2014
Daniel Murphy
Apr 04, 2014
Andrej Mitrovic
Apr 04, 2014
Daniel Murphy
Apr 04, 2014
Andrej Mitrovic
Apr 06, 2014
Andrej Mitrovic
Apr 10, 2014
Ryan Voots
Apr 10, 2014
Andrej Mitrovic
Apr 10, 2014
Andrej Mitrovic
Apr 10, 2014
John Colvin
Apr 10, 2014
John Colvin
Apr 14, 2014
Ryan Voots
Apr 10, 2014
Andrej Mitrovic
Apr 12, 2014
Ryan Voots
Apr 10, 2014
Andrej Mitrovic
January 29, 2014
I've started a fork of YAGE in an attempt to revive it.  So far I'm still working on porting it to build with dub and D2, but it's coming along faster than I had expected.  I figured I should let people know in case anyone wants to help.

https://bitbucket.org/simcop2387/yage
January 29, 2014
On Wednesday, 29 January 2014 at 18:07:10 UTC, Ryan Voots wrote:
> I've started a fork of YAGE in an attempt to revive it.  So far I'm still working on porting it to build with dub and D2, but it's coming along faster than I had expected.  I figured I should let people know in case anyone wants to help.
>
> https://bitbucket.org/simcop2387/yage

I couldn't find anything that says what YAGE is.  I suspect a game engine from some of the commits.
January 29, 2014
> I couldn't find anything that says what YAGE is.  I suspect a game engine from some of the commits.

http://yage3d.net/
January 29, 2014
On 1/29/14, Brad Anderson <eco@gnuk.net> wrote:
> I couldn't find anything that says what YAGE is.  I suspect a game engine from some of the commits.

It looked promising the last time I saw it (which was years ago):

http://yage3d.net/
January 29, 2014
On 1/29/14, Ryan Voots <simcop2387@simcop2387.info> wrote:
> but it's coming along faster than I had expected.

Is it already buildable? Any samples work? Nice that you're working on it.
January 29, 2014
On Wednesday, 29 January 2014 at 18:15:57 UTC, Andrej Mitrovic wrote:
> On 1/29/14, Ryan Voots <simcop2387@simcop2387.info> wrote:
>> but it's coming along faster than I had expected.
>
> Is it already buildable? Any samples work? Nice that you're working on it.

Not buildable yet, but i've managed to get it started building in dub and resolved almost all of the dependencies with it.  The only one it's missing is the bindings for GLU directly which i'll likely end up writing out of the engine once it starts compiling and then breaking during linking from unresolved symbols and such.

Most of the APIs it used have changed in the 2 years or so since it was last really updated so there's quite a bit of work ahead, and I plan on getting it to GL3+ once it's building and the demos run.  The fun part will be to get it to be idiomatic D2 once it's building and working, I imagine that will be a nearly never-ending battle unless someone just rewrites large parts of it (this might end up happening if I get to it).

It's definitely got enough of the boilerplate stuff for building a game that doing this port should certainly help me with my project so I figured I'll let it help other's too.

That said I've made some good progess these past two days on getting it to build at least so it should hopefully not be much longer (hoping i'll have it building but not running properly in a week or so).
January 29, 2014
On 1/29/14, Ryan Voots <simcop2387@simcop2387.info> wrote:
> https://bitbucket.org/simcop2387/yage

Hmm.. 70MB repository. I think those binary files or whatever is making the repo big should be moved elsewhere.
January 29, 2014
On 1/29/14, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> On 1/29/14, Ryan Voots <simcop2387@simcop2387.info> wrote:
>> https://bitbucket.org/simcop2387/yage
>
> Hmm.. 70MB repository. I think those binary files or whatever is making the repo big should be moved elsewhere.

It seems cloning from bitbucket seems to be slow for me. Downloading the zipped version of the repo is fast though. Maybe their servers are just slow today, that's all.
January 29, 2014
On 1/29/14, Ryan Voots <simcop2387@simcop2387.info> wrote:
> I've started a fork of YAGE in an attempt to revive it.

Most of the links on the yage homepage seem to be dead. But I'm wondering whether any games were made that used Yage?
January 30, 2014
On Wednesday, 29 January 2014 at 21:03:00 UTC, Andrej Mitrovic
wrote:
> On 1/29/14, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
>> On 1/29/14, Ryan Voots <simcop2387@simcop2387.info> wrote:
>>> https://bitbucket.org/simcop2387/yage
>>
>> Hmm.. 70MB repository. I think those binary files or whatever is
>> making the repo big should be moved elsewhere.
>
> It seems cloning from bitbucket seems to be slow for me. Downloading
> the zipped version of the repo is fast though. Maybe their servers are
> just slow today, that's all.

I'd agree about moving them to another repo.  once I get it
working I'll likely look at moving it somewhere else actually.
its only in bit bucket because it was easy to fork there.  no
idea if any games of any substance were made with it.  my plan is
basically to get the demos going as a test of if the port is done
and then work on improving it/adding features.  my aims are a
top-downish RPG that has been in design for roughly 2/3 of my
life (coincidentally when I started programming).  many versions
made none finished for lack of a developed story but that has
changed recently.
« First   ‹ Prev
1 2 3 4