Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Show off your project!

I'll start -- my JRPG work in progress

bart
Wednesday, November 3, 2010 - 09:06
bart's picture

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. :)

 

  • Log in or register to post comments
shirish
joined 14 years 11 months ago
Thursday, December 30, 2010 - 11:11

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.

 

 

  • Log in or register to post comments
bart
joined 13 years 11 months ago
Thursday, December 30, 2010 - 11:16
bart's picture

Check out my other posts on this subforum for videos of the engine in action.  It's still coming along.

Bart

 

  • Log in or register to post comments