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

Desert isometric tiles

Author: 
IKSLM
Saturday, July 28, 2018 - 14:22
Support IKSLM on Patreon
Art Type: 
2D Art
Tags: 
Isometric
tilesheet
pixelart
desert
License(s): 
CC0
Collections: 
  • Egyptian RPG
  • Random Art
Favorites: 
3
Share Icons: 
Preview: 
Preview

I did a quick mockup of a desert (oasis-ish) to test some ideas. For that i created isometric (and 2d) tilesheet using my isometric tile generator. For this tilesheet i used the unbelivable Dungeon Crawl Stone Soup tilesheet. I'm posting it here in case somebody finds it useful.

 

Also, if you are interested in the generator, feel free to visit my patreon, you will find the link there (it's a web app).

Copyright/Attribution Notice: 
You can use these tilesets in your program freely. No attribution is required. As a courtesy, include a link to the OGA page: http://opengameart.org/content/dungeon-crawl-32x32-tiles, the crawl-tiles page: http://code.google.com/p/crawl-tiles/ or see the License Notice instructions on http://rltiles.sourceforge.net/
File(s): 
desert1.png desert1.png 186.5 Kb [250 download(s)]
  • Log in or register to post comments

Comments

MedicineStorm
joined 12 years 8 months ago
07/28/2018 - 17:47
MedicineStorm's picture

That's awesome. Tell me more about this iso tile generator.

  • Log in or register to post comments
IKSLM
joined 10 years 6 months ago
07/29/2018 - 06:49

Thanks!

 

About the generator:

I'm a programmer which means that i'm art incapable :D so i have to look for art online. Usually, when i'm looking for isometric tiles, i find 2d textures or tilesets. So i wrote a tool which i use to "convert" 2d textures into isometric blocks.

The tool enables you to register any number of textures/tilesets, then applying these textures to a tile. Tile can have a different texture for each side. You can also alpha merge the tiles, interactively adjust the UVs, export to TILED, adjust global settings...

 

So you for example take this sample: https://opengameart.org/sites/default/files/tiles_tiny_sample_2.png

 

And generate a tileset (as seen from the app): http://shrani.si/f/i/Sr/1NBBRsXm/generator.png

 

The app and the project can be found here (wait a few seconds to load, i do no have any loader in place at the moment): http://212.24.104.153:9090/tilesetgenerator/?uid=b02e8888-80f2-41b0-bda8...

 

 

 

  • Log in or register to post comments
MedicineStorm
joined 12 years 8 months ago
07/29/2018 - 22:29
MedicineStorm's picture

Nice! is it open-source? I'd love to tinker with the code if you're willing to share it. :)

 

  • Log in or register to post comments
IKSLM
joined 10 years 6 months ago
07/30/2018 - 00:43

Not yet, but i can make it. I'll upload it to GitHub and let you know. You better brush up on your GWT :D

  • Log in or register to post comments
IKSLM
joined 10 years 6 months ago
07/30/2018 - 13:18

Here you go: https://github.com/IKSLM/TilesetGenerator

 

Enjoy ;)

  • Log in or register to post comments
MedicineStorm
joined 12 years 8 months ago
07/30/2018 - 16:29
MedicineStorm's picture

Excellent, thank you. I've never used GWT before, but so far I like it. I'll have to look at becoming a patron. :)

  • Log in or register to post comments
IKSLM
joined 10 years 6 months ago
07/31/2018 - 00:15

Thanks a lot :)

 

GWT is really nice if you want / need to develop webapps but don't like the javascript. Simply write the code in java and the GWT compiler will transpile it into javascript. If you have any questions, ask.

  • Log in or register to post comments
drummyfish
joined 7 years 2 weeks ago
07/31/2018 - 22:23
drummyfish's picture

The tile generator is still not open source, you need to add an appropriate license to be able to call it that (at least I haven't found any license, it's best to use the LICENSE file). Now it's only source available.

Anyway, it's a very nice idea :)

Also BTW, you can be both a programmer and art-capable, just keep on trying :)

And thank you for sharing under CC0.

  • Log in or register to post comments
MedicineStorm
joined 12 years 8 months ago
07/31/2018 - 22:28
MedicineStorm's picture

 Eh, No need to make it truly open source if you don't want. I'm just happy to look at the code. Very inspiring. 

  • Log in or register to post comments
IKSLM
joined 10 years 6 months ago
08/01/2018 - 00:29

Ah, did not know that :)

 

This is my first GitHub public project as such. I'll update with the license ASAP.

  • Log in or register to post comments
drummyfish
joined 7 years 2 weeks ago
08/01/2018 - 06:39
drummyfish's picture

It's okay if you decide to not include the license (this means you keep all the rights and basically prohibits others from modifying and sharing the program), it's just important to know about this. A lot of people want to share their programs freely but don't include licenses simply because they don't know it's a thing - that's why I mention it.

@IKSLM If you decide to add the license as you said, GitHub has a support for this - you can add it with a few clicks. There's a button to add a license somewhere, you simply pick one from the list and you're done :)

  • Log in or register to post comments
IKSLM
joined 10 years 6 months ago
08/01/2018 - 06:55

Ah, thanks.

 

I set it to the GNU GPL. I do not know much about licences, but this one seems ok.

https://github.com/IKSLM/TilesetGenerator/blob/master/LICENSE

  • Log in or register to post comments
drummyfish
joined 7 years 2 weeks ago
08/01/2018 - 07:03
drummyfish's picture

Nice, thank you :) Coincidentally I've recently written an article about licensing basics, I will send it to you via PM.

  • Log in or register to post comments
IKSLM
joined 10 years 6 months ago
08/01/2018 - 07:04

Thank you!

  • Log in or register to post comments