Posts by themipper@mastodon.social
(DIR) Post #B3isLyieIfN6gMSME4 by themipper@mastodon.social
0 likes, 0 repeats
Tito sitting next to me and enjoying the warmth of the morning sun.#dogsofmastodon
(DIR) Post #B4PP0VKRpp8AZhozuy by themipper@mastodon.social
0 likes, 0 repeats
@EUCommission next implement a EU merchant of record service that handles all VAT MOSS requirements for small businesses and doesn't take a 30% cut for doing so.This would really help!It would also help to dismantle some of the marketplace and platform monopolies.
(DIR) Post #B4PP0az2oJZi73qzOC by themipper@mastodon.social
0 likes, 0 repeats
Added the first iteration of the library explorer. It uses the library paths defined in the project settings.Building the file and folder cache for roughly 38.000 folders and 500.000 files takes around 2 seconds.After that everything runs against the cache.The file manager and cache manager are threaded. I like how clean the threading implementation is in gdscript.#godot #gdscript #godottool
(DIR) Post #B4PP0bAk6ovshLKKci by themipper@mastodon.social
0 likes, 0 repeats
Added a file viewer component that reacts to the item selected in the explorer component.next: analyse the file and see if it is an atlas texture. Then guess rows and columns to animate the file in the viewer.
(DIR) Post #B4PP0bNrK3QNM1So4G by themipper@mastodon.social
0 likes, 0 repeats
The tool can now parse different metadata sources to determine the frame-information for a given image file.Currently implemented are #aseprite json, list as txt and cols & rows encoded in the filename. Adding more when I come across them in my #pixelart library.The tool uses the extracted frames to animate the file when you select it in the explorer panel.next: display the animations in a grid if the tool detects multiple layers and/or rows.#godot #gdscript #godottool #mipgam
(DIR) Post #B4PP0bayXHus0hbHVo by themipper@mastodon.social
0 likes, 0 repeats
Added a new Atlas Info inspector to the right panel. Showing the extracted meta information like columns, rows, layers and frames.My custom tab container can now also be collapsed and expanded.next: make a condensed tree view where I show single file folders one layer up to reduce the amount of clicking.backlog: Then add a gallery to show animated sprites in a grid.#godot #gdscript #godottool #mipgam
(DIR) Post #B4PP0boRjCgwgTu2Vc by themipper@mastodon.social
0 likes, 0 repeats
If there are no meta information available I am going to guess the frames by extracting polygons.Using these bitmap functions you can convert an image alpha to a bitmap alpha mask. The bitmap can create polygons based on the transparent boundaries.Bitmap.create_from_image_alphaBitmap.opaque_to_polygons#godot #gdscript #godottool #mipgam
(DIR) Post #B4PP0cEg9ffvzqAzOi by themipper@mastodon.social
0 likes, 0 repeats
Frame guessing for sprite sheets without meta information is working!And the debug visualization looks awesome! 😎 (When there are no json or txt files that provid meta information I try to guess it using the bitmap class through alpha mask and polygon extraction.)#godot #gdscript #godottool #mipgam
(DIR) Post #B4ZgmHziMA17v85uF6 by themipper@mastodon.social
0 likes, 0 repeats
@itsfoss I am totally fine with donation banners. Most people don't know or forget that they can or should support their favorite or most used FOSS projects.
(DIR) Post #B5hR5CYmmskIMngp72 by themipper@mastodon.social
0 likes, 0 repeats
@mntmn they are fantastic! It is really rare to find something so well documented.
(DIR) Post #B5yhW4aVRCBqPieFiy by themipper@mastodon.social
0 likes, 0 repeats
@malwaretech this was an informative video. Thanks for being honest about the costs both in tokens and experience needed to get anywhere with the LLM. You mentioned "fuzzers?" in your video. I assume there are other automated tools that the vulnerability research community is using Today.How do they compare to the LLM pipeline in terms of outcomes, potential and costs?Disclaimer: I am no fan of LLMs but I am always a fan of understanding what is true and what is fiction/marketing.
(DIR) Post #B6M8r6FRcsgz2h7sNU by themipper@mastodon.social
0 likes, 0 repeats
@dangillmor I mean google maps comments and reviews are already pretty useless in so many cases. This just kills that feature completely.
(DIR) Post #B6M8r9AalNaq6VsXjM by themipper@mastodon.social
0 likes, 0 repeats
I am adding core features for a release on itch.io.One of those is proper loading and saving your projects.I built my own file dialog that allows to provide a regex filter for the filenames. It only shows files that match this filter and strips away the extension and a prefix.This way I can only show my project files without showing anything else.#godot #gdscript #godottool #mipgam
(DIR) Post #B6M8r9RFlQv8wBfqhU by themipper@mastodon.social
0 likes, 0 repeats
I rewrote the whole threading and caching backend. It is now robust and predictable. And most of all I can query the progress while it is processing - Which is nice when working with a library of > 250.000 files. The gallery is now searchable.The viewer now shows the original with color coded frames.Added an atlas editor where you can adjust the rows and cols and can generate frames based on this. It also removes empty frames.#mipgam #godot #gdscript #godottool
(DIR) Post #B6ZzZ0Iiossk0jOVf6 by themipper@mastodon.social
0 likes, 0 repeats
@itsfoss searxng looks good I will try that out.
(DIR) Post #B7YmWqk03pjBWCmpua by themipper@mastodon.social
0 likes, 0 repeats
@pixelfed where can you look at it? Can't seem to find a website.
(DIR) Post #B8A4ZQiNhZ1JVDYK2K by themipper@mastodon.social
0 likes, 0 repeats
@jonlord @elsua54 he built several more houses and structures in and around Barcelona. Like Park Güell or the Sagrada Familia.I wish his style of building things would have caught on. Similar to Hundertwasser buildings. Just the other day I met someone who told me that they book morning Yoga on the rooftop terrace of Casa Batllo every time they visit Barcelona.
(DIR) Post #B8ktwRG3ns5Rf65ElE by themipper@mastodon.social
0 likes, 0 repeats
@fribbledom Frankenware sounds perfect!
(DIR) Post #B8r5F1qGZsfbOd0AuO by themipper@mastodon.social
0 likes, 0 repeats
@ariadne "more code is better" ... when you are selling services that charge per token ...I am always surprised by vibe coders that don't understand the simple math behind the service they consume.LLMs are built to produce and consume as many tokens as they can. That is their business model. The business model is not to produce the most efficient solution with the least amount of LLoC.