Results 1 to 5 of 5

Thread: Tile Studio (sprite/tile/map editor)

  1. #1

    Tile Studio (sprite/tile/map editor)

    Hello all,

    I just found this forum and it's nice to see that so many people are using Delphi to write games.

    I think my program Tile Studio may be useful for some of you:

    Tile Studio is a combination of a sprite/tile editor and a map editor. It can be used with any language, since the output is completely programmable! For example, you can export your maps/tiles/animations as arrays in Delphi and them simply include them in your source code.

    There are examples of a scrolling tile map with two layers for several langauges, including Delphi (one using DelphiX and one using OpenGL 3D-textures).

    http://tilestudio.sourceforge.net/

    Tile Studio is open source (written in Delphi), so if you need something it can't do, you can add it yourself!

    Enjoy!

  2. #2

    Tile Studio (sprite/tile/map editor)

    I downloaded the OpenGL scroll exaple and it ran as smooth as silk! It looks like you have a nice product there. One suggestion for that example: you might want to make the scrolling speed frame rate independent. It's kinda hard to appreciate the nice graphics when it's running at more than 800 frames per second .

    You should let Sly of Turbo [stevewilliams at kromestudios dot com] and Savage of DelphiGamer [savage at delphigamer dot com] know about this to get your fifteen minutes of fame.
    "All paid jobs absorb and degrade the mind."
    <br />-- Aristotle

  3. #3

    Tile Studio (sprite/tile/map editor)

    I believe turbo has posted an item about TileStudio previously.

  4. #4

    Tile Studio (sprite/tile/map editor)

    Right you are, Sly: http://turbo.gamedev.net/2002_03_17_issue.asp. The funny thing is that I can still remember reading those news posts back in the day - I guess I mustn't have been paying much attention to all of them, though!

    (It's the entry for Sunday, March 17, 2002 at the bottom.)
    "All paid jobs absorb and degrade the mind."
    <br />-- Aristotle

  5. #5

    Tile Studio (sprite/tile/map editor)

    Yes, I posted it to turbo when it became open source. I'll send it to delphigamer, hadn't heard of that site before.

    Yes, I've been thinking about making movement depend on time instead of framerate (since you can scroll textures smoothly at any fraction of a pixel).

    But do you really get 800 fps In that case you either the swapbuffer function isn't working correctly or that is your standard desktop refresh rate - in which case you must have a really fast video card!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •