Hello all!
I'm working on a 3d engine for the AQUA 1.4, and I'd like to know if you could test it, see if there are any bugs (apart from that wtf line, that was some last minute testing that I forgot to remove). Link for download will be on my website:
https://obiwac.wordpress.com/aqua-os/
Controls are WASD to move around
U / J for up and down
Z for bloom effect
X to disable bloom and
E to exit
Thanks in advance!
PS: Here's some eye candy
AQUA 3D engine needs testing
Re: AQUA 3D engine needs testing
dose it support physics based rendering?
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
Re: AQUA 3D engine needs testing
@lalith: Not to put words in Obiwac's mouth, but my impression is that this is still at a fairly early stage of development. It looks as if it can only handle simple polygons at the moment (the demo only uses squares AFAICT), but that could be just what Obiwac is using for testing the z-ordering and perspective, so I can't be certain. Also, it looks as if it doesn't perform clipping yet, as all the polys seem to be transparent (or rather, that they are rendered as additive rather than subtractive, with the foreground polys having a higher effective alpha), but again that could be just the way the test program works.
@obiwac Is there anything you specifically need help with?
@obiwac Is there anything you specifically need help with?
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Re: AQUA 3D engine needs testing
@obiwac: tök zsír, csak így tovább!
I starting to think it would worth to have a hungarian OSdev meetup someday
I starting to think it would worth to have a hungarian OSdev meetup someday
- obiwac
- Member
- Posts: 149
- Joined: Fri Jan 27, 2017 12:15 pm
- Libera.chat IRC: obiwac
- Location: Belgium
Re: AQUA 3D engine needs testing
It is only really for testing the perspective system for now and also frustrum culling
Re: AQUA 3D engine needs testing
Does not work.
In Qemu the mouse always moves towards the right in response to every motion.
In Bochs the graphics refuse to work, producing a colorful text screen.
In Qemu the mouse always moves towards the right in response to every motion.
In Bochs the graphics refuse to work, producing a colorful text screen.
- obiwac
- Member
- Posts: 149
- Joined: Fri Jan 27, 2017 12:15 pm
- Libera.chat IRC: obiwac
- Location: Belgium
Re: AQUA 3D engine needs testing
It need to be run in VirtualBox.