Generate isometric tiles from 2d texture (like minecraft)

Viewed 185

is there any simple way or code to make an isometric cube for 1 or more textures in python
for example, in Minecraft, the game takes two images grass_top.png and grass_side.png
enter image description hereenter image description here
and it draws it in the player's inventory like this enter image description here is there any script, API, or CLI tool that makes me do this in python and convert this into a pil image?
I want to iterate through every file and export this type of image.

0 Answers
Related