Todor Imreorov
Todor Imreorov
@gregja zzdog is rendering svgs right? Can't we make any shape clickable just by passing to the rendered svg a callback function upon creation? https://stackoverflow.com/questions/2296097/making-an-svg-image-object-clickable-with-onclick-avoiding-absolute-positioning Edit: ah I see, its...
@shm-sl its a cool demo, but the gradient is 2d and completely flat. What if we want a gradient that is relative to the camera position or one that is...
kde and xfce let you pin shortcuts to both the start menu and the taskbar. I am sorely missing this feature as lxqt requires the user to repeatedly search for...
Thank you for opening a separate issue. I can pick it up if nobody else wants to give it a try. :) This time we have a good starting point...
So on the topic of file types, I want my extension to take in both a json and an ldtk file as tilemap resource. Option 1 Now doing that means...
I really want to go with option 2, but have no idea how to recompile and use the c++part of GD. The bitmapFont commit could inform me how to do...
no worries, I got it to compile now :) I copy and pasted some boilerplate c++ code to create a TilemapResource, but am yet to see if that did the...
Some progress report today: - I successfully added a new tilemap resource that recognises both ldtk and json file extensions and loads the json data from them. - added a...
Some progress today - I got the conditional splitting to two different methods to create the generic tilemapData- based on the file header's key telling GD what application was used...
Some progress today: I came up with a way to automatically load atlas image resources on a per layer basis - if they are not identified by GD as an...