Page 1 of 1

Project Aedra

Posted: 25 Jan 2012, 07:09
by ElderTroll
Hello,

I've been following your progress for a couple years. I am very impressed by your work and love reading your updates. I'm not a coder so I've never felt there was a point to registering. However, I just stumbled across this project on youtube which is also a morrowind engine remake. It looks fantastic and I've read that the coder thinks your projects are heading in different directions, but you might be valuable resources for each others projects. Here is his sourceforge page sourceforge.net/projects/aedra/ and here is his youtube page http://www.youtube.com/user/dragongeo2

I hope this is helpful and some cross pollination happens.

Re: Project Aedra

Posted: 25 Jan 2012, 11:28
by Zini
We are aware of this project. Seems it has caught up a bit on us. But we will fix that in the 0.13.0 release ;)

Both projects move indeed into different directions. Technically they are very different. I don't see much overlap, that would allow one project to benefit from the other.

Re: Project Aedra

Posted: 25 Jan 2012, 11:43
by gus
Well, I see one. Aedra use bullet for collisions, as we do, and it's collisions seems to be much better. A quick look at his code might help!

Re: Project Aedra

Posted: 25 Jan 2012, 13:51
by sirherrbatka
Don't forget to post if you find something that can improve openmw. :-)

Re: Project Aedra

Posted: 25 Jan 2012, 16:06
by Zini
@gus: Feel free to have a look at the source. I assume the licenses are compatible.

Re: Project Aedra

Posted: 25 Jan 2012, 21:02
by jhooks1
gus wrote:Well, I see one. Aedra use bullet for collisions, as we do, and it's collisions seems to be much better. A quick look at his code might help!
That would be awesome!!! Right now with physics we constantly fall through the floor. Could you please work on it?

Re: Project Aedra

Posted: 29 Oct 2018, 11:07
by psi29a
Necro....

anyone heard from Aedra in awhile? Has anyone had a look at their collision handling?

Re: Project Aedra

Posted: 29 Oct 2018, 12:52
by akortunov
psi29a wrote: 29 Oct 2018, 11:07 Has anyone had a look at their collision handling?
Aedra uses a custom stripped fork of bullet 2.77 with custom patches.
The basic approach is the same as in OpenMW: raytesting and convex sweep tests.
Collision boxes are AABBs, also I did not find a threading code here, so it seems physics is a single-threaded too.
Aedra uses a list of collision worlds instead of just one since it was aimed to multiplayer.
Link to the main physics code.

Re: Project Aedra

Posted: 29 Oct 2018, 13:07
by psi29a
It hasn't been worked on since 2016... I might try to reach out to dragongeo2 and see what's up. :)