wippatern_preview: Adding patern preview

This adds a preview of the patern placement, checking out of bound
This commit is contained in:
2026-01-14 13:33:48 +01:00
parent 6f5ec1d811
commit 3c37d9aca4
9 changed files with 132 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ private:
std::shared_ptr<ctx> context_ = nullptr;
std::map<std::string,std::string> paterns_paths_list_;
std::vector<std::string> paterns_name_list_;
public:
int patern_width_ = 0;
int patern_height_ = 0;
std::vector<uint32_t> loaded_patern_;