Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

you have created an absolutely brilliant program here. thank you very much for your fantastic work =)

i would like to output the preview view directly via commandline. maybe you could add this possibility... and in this context also restore the lights (position, color, ...) via preset when loading via commandline?

my wish may seem strange, but i would like to use your excellent program to automatically give sprites a bit more depth without explicitly using normal maps in my game.

Hi! Im glad you like it! 

The problem of being able to output the preview with the command line is that the Qt framework needs an active opengl widget for rendering it. So the gui needs to be launched for that. The other maps are calculated in cpu instead. Maybe i can find another way to implement it. Thanks for the suggestion!