{"id":21386487,"url":"https://github.com/mtrimolet/hroza","last_synced_at":"2025-07-06T12:04:47.545Z","repository":{"id":260757863,"uuid":"882058314","full_name":"mtrimolet/hroza","owner":"mtrimolet","description":"A (modern) C++ implementation of MarkovJunior based on StormKit","archived":false,"fork":false,"pushed_at":"2025-03-14T15:00:34.000Z","size":409,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T16:22:02.349Z","etag":null,"topics":["cpp","inference","markov","procedural-generation"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtrimolet.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-01T19:40:24.000Z","updated_at":"2025-03-14T15:00:38.000Z","dependencies_parsed_at":"2025-02-12T14:44:39.783Z","dependency_job_id":"125db142-6a5e-466a-ba63-7d252c28a787","html_url":"https://github.com/mtrimolet/hroza","commit_stats":null,"previous_names":["mtrimolet/hroza"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtrimolet%2Fhroza","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtrimolet%2Fhroza/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtrimolet%2Fhroza/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtrimolet%2Fhroza/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtrimolet","download_url":"https://codeload.github.com/mtrimolet/hroza/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243864822,"owners_count":20360360,"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":["cpp","inference","markov","procedural-generation"],"created_at":"2024-11-22T11:54:41.594Z","updated_at":"2025-07-06T12:04:47.534Z","avatar_url":"https://github.com/mtrimolet.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hroza\n\nA C++ implementation of [MarkovJunior](https://github.com/mxgmn/MarkovJunior) based on [StormKit](https://github.com/TapzCrew/StormKit)\n\n## Getting started\n\n[Install xmake](https://xmake.io/#/getting_started)\n\nConfigure xmake project and setup LLVM development kit. I suppose it can work with LLVM v19 but I recommend using v20 at least. Developement is currently done using v21.  \nWhile developement is continuously made on `macos` using the `--HEAD` version of homebrew package `llvm`, compilation is also sometimes tested for `linux` using the AUR package `llvm-git`.  \nMaybe it works with your default compiler toolchain, I can't guarantee anything but it's a good opportunity to open an issue !  \n\nOn `macos`, this should look like this\n```sh\nxmake f --toolchain=llvm --sdk=/usr/local/opt/llvm --runtimes=c++_shared --ldflags=\"-L/usr/local/opt/llvm/lib/c++\"\n```\n\nOn `linux`, this should look like this\n```sh\nxmake f --toolchain=llvm --sdk=/opt/llvm-git --runtimes=c++_shared\n```\n\nThen, build and run\n```sh\nxmake\nxmake run\n```\n\nYou can provide a path to an xml model as argument, otherwise default is the one currently used as test case for development.  \n```sh\nxmake run hroza models/GoToGradient.xml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtrimolet%2Fhroza","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtrimolet%2Fhroza","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtrimolet%2Fhroza/lists"}