I'll start -- my JRPG work in progress
What you see below is a screenshot from my WIP RPG tech demo. The graphics may appear to be retro, but this is a stylistic choice, since they're attractive, readily available, and relatively easy to add on to. The engine itself is capable of running at an arbitrary resolution, with arbitrary tile sizes. It uses OpenGL for rendering, so it can also display 3D objects and cool particle effects without a whole lot of extra effort. That being said, it is fundamentally a 2D engine, so building a 3D game out of it wouldn't be a particularly good choice. :)
The engine itself is written in C++ and built on top of the Qt GUI toolkit, which has a lot of cool functionality that can be leveraged for game creation, such as XML parsing, integrated scripting, database integration, and (of course) GUI widgets, which can be rendered with transparency on an OpenGL surface. It comes up a little short on audio support, but it coexists with SDL_mixer with no complaints.
This project makes use of the Tiny Town tileset by Surt and Antifarea's collection of 16x18 character sprites.
I'll try and post a video some time soon. :)
Found it after all this time, what's the status of your RPG and where's the link to see something more ? Is it still on or did it get shelved ? I also tried seeing your details in the hopes perhaps you might have put the URL there but no cookie for me :( http://opengameart.org/users/bart . I would like to see what you are cooking mate.
Check out my other posts on this subforum for videos of the engine in action. It's still coming along.
Bart