{"id":16245811,"url":"https://github.com/the1812/voxel","last_synced_at":"2025-04-03T18:31:58.944Z","repository":{"id":109653521,"uuid":"101264039","full_name":"the1812/Voxel","owner":"the1812","description":"Tile generator for Windows 10","archived":false,"fork":false,"pushed_at":"2018-08-16T12:36:01.000Z","size":863,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"stable","last_synced_at":"2025-03-19T13:42:02.410Z","etag":null,"topics":["csharp","windows-10","windows-desktop","wpf"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/the1812.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-24T06:57:10.000Z","updated_at":"2024-04-27T08:30:14.000Z","dependencies_parsed_at":"2023-05-26T18:00:40.132Z","dependency_job_id":null,"html_url":"https://github.com/the1812/Voxel","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the1812%2FVoxel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the1812%2FVoxel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the1812%2FVoxel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the1812%2FVoxel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the1812","download_url":"https://codeload.github.com/the1812/Voxel/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247056728,"owners_count":20876446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","windows-10","windows-desktop","wpf"],"created_at":"2024-10-10T14:28:08.895Z","updated_at":"2025-04-03T18:31:58.440Z","avatar_url":"https://github.com/the1812.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voxel\nTile generator for Windows 10\n\n## About Tiles\n\u003eWindows tile can have different size depending on the DPI.\n* Non-scalable Tile: The size of tile image is fixed.\n* Scalable Tile: Images with different sizes, Windows can choose the currect one automatically.\n* Image Tile: Dozens of non-scalable tiles that show an image like a jigsaw.\n\n## App Settings\nThe settings file is saved in the same directory and named `Voxel.settings.json`.\nHere is default settings:\n```json\n{\n\t\"ShowSplashScreen\" : true,\n\t\"StartMenu\" : {\n\t\t\"Fullscreen\" : false,\n\t\t\"ShowMoreTiles\" : false\n\t},\n\t\"NonscalableTile\" : {\n\t\t\"AutoLoadXml\" : true,\n\t\t\"AutoLoadVoxelFile\" : false,\n\t\t\"ClearTileCacheOnGenerate\" : true,\n\t\t\"ColorPickerView\" : {\n\t\t\t\"PreviewOnTile\" : true,\n\t\t\t\"RgbMode\" : false\n\t\t}\n\t}\n}\n```\n- `ShowSplashScreen`: Show a splash screen when app is starting.\n- `StartMenu`: The editor use these settings to determine the size of tile.\n    - `Fullscreen`: Set it to true if you use fullscreen start menu.\n    - `ShowMoreTiles`: Set it to true if you enabled Show More Tiles in system settings.\n- `NonscalableTile`: Settings for non-scalable tile editor.\n    - `AutoLoadXml`: If the `$TargetName$.VisualElementsManifest.xml` exists in the same directory, load tile information from it.\n    - `AutoLoadVoxelFile`: If the `$TargetName$.voxel` exists in the same directory, load tile information from it.\n    - `ClearTileCacheOnGenerate`: When generating, scan all shortcut files on start menu that match the current target, and refresh them.\n    - `ColorPickerView`: Settings for color picker.\n        - `PreviewOnTile`: Preview new color on editor.\n        - `ShowSampleText`: **Obsoleted since 4th release.** Show sample text to check the readablity.\n\t\t- `RgbMode`: If true, color picker will use RGB color model when it starts (default is HSB). Voxel will update it after you close a color picker.\n\n## A Brief Help\n- Main Window:\n\t- `Non-scalable Tile`:\n\t\t- `Select Target`: Select the target file, or right-click to select folder.\n\t\t- `Select Image`: Select the image that shows on your tile, or right-click to use no image (show the icon of target).\n\t\t- `Set Backcolor`: Set backcolor of tile, or right-click to use default color.\n\t\t- `Use Dark Theme`: If checked, the tile name will be black (useful when background image is bright).\n\t\t- `Show Name`: If checked, your tile will show target name.\n\t\t- `Medium/Small`: Toggle this to see what your tile looks like on different sizes.\n\t\t- `Reset`: Reset all tile settings above except the target.\n\t\t- `Generate`: Generate all necessary files for your tile, and clear tile cache if it's enabled in settings.\n\t\t- `Add to Start`: Create a shortcut file on Start Menu folder so that you can pin it later.\n\t\t- `Import`: Import tile data from `.voxel` file.\n\t\t- `Export`: Export tile data to `.voxel` file.\n\t- `Scalable Tile`: Coming soon.\n\t- `Image Tile`: Coming soon.\n\t- `Clear Tile Cache`: Clear cache for all tiles on start menu.\n\t\u003eYou can qucikly make it by using the command-line argument `--clear`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe1812%2Fvoxel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe1812%2Fvoxel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe1812%2Fvoxel/lists"}