{"id":13672591,"url":"https://github.com/crlf0710/charlesmine-rs","last_synced_at":"2025-04-12T14:02:26.095Z","repository":{"id":147243487,"uuid":"151854044","full_name":"crlf0710/charlesmine-rs","owner":"crlf0710","description":"A triangle minesweeper game in Rust.","archived":false,"fork":false,"pushed_at":"2023-04-30T11:59:28.000Z","size":101,"stargazers_count":91,"open_issues_count":0,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-05T00:01:42.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crlf0710.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.Apache2","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-10-06T15:34:13.000Z","updated_at":"2025-01-01T12:51:55.000Z","dependencies_parsed_at":"2024-01-14T16:09:35.460Z","dependency_job_id":null,"html_url":"https://github.com/crlf0710/charlesmine-rs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crlf0710%2Fcharlesmine-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crlf0710%2Fcharlesmine-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crlf0710%2Fcharlesmine-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crlf0710%2Fcharlesmine-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crlf0710","download_url":"https://codeload.github.com/crlf0710/charlesmine-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239938059,"owners_count":19721560,"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":[],"created_at":"2024-08-02T09:01:40.787Z","updated_at":"2025-02-21T14:32:26.387Z","avatar_url":"https://github.com/crlf0710.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# CharlesMine-rs\nA triangle minesweeper game in Rust.\n\nBy porting the earlier C version [i wrote years ago](https://github.com/crlf0710/charlesmine), \n**I'm doing some early research into both how to write applications with Rust, and how to design a GUI toolkit in pure Rust**. \nCurrently the backend is Microsoft-technology oriented, so the program is Windows-only. Backends for other OSes might be coming next.\n\n# Screenshot\n![Screenshot 1](./etc/screenshot1.png \"Screenshot 1\")\n\n# Installation\nMake sure you're using Rust windows msvc toolchain and target. Run\n\n\n```cargo install --git https://github.com/crlf0710/charlesmine-rs```\n\n\n\u003csmall\u003eTheorically you can also build this with exactly the same command with windows gnu toolchain and target, \nhowever you'll need to get yourself `windres.exe` and put its directory in `PATH`. \nYou can check your configuration with `windres --version` before you \nrun `cargo install` to see whether the tool is available. \u003c/small\u003e\n\n# Libraries\nThe implementation is quite modular. Several libraries that developed along with it can be used independently. Check them out:\n* [APIW-rs](https://github.com/crlf0710/apiw-rs): Safe interfaces for Windows API. Window creation, message handling, GDI drawing, etc.\n* [RESW-rs](https://github.com/crlf0710/resw-rs): Create executable resources (icons, menus, dialogs) from Rust code in `build.rs`.\n* [concerto-rs](https://github.com/crlf0710/concerto-rs): Small state machine that manages complex ui action details.\n* [domino-rs](https://github.com/crlf0710/domino-rs): Rust application separation of concern (SoC) experiment. Organize code as MVC components and communiate using messages.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrlf0710%2Fcharlesmine-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrlf0710%2Fcharlesmine-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrlf0710%2Fcharlesmine-rs/lists"}