{"id":16477178,"url":"https://github.com/isubasinghe/heightmapgenerator","last_synced_at":"2025-02-28T16:19:11.927Z","repository":{"id":104294434,"uuid":"112735928","full_name":"isubasinghe/HeightMapGenerator","owner":"isubasinghe","description":"A simple height map generator.","archived":false,"fork":false,"pushed_at":"2020-02-25T09:37:26.000Z","size":347,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T08:47:48.346Z","etag":null,"topics":["c","game","game-development","heightmap","heightmaps"],"latest_commit_sha":null,"homepage":null,"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/isubasinghe.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":"2017-12-01T12:08:56.000Z","updated_at":"2022-05-31T05:20:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbd47900-013b-4a6f-8561-9f23f7a962b5","html_url":"https://github.com/isubasinghe/HeightMapGenerator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isubasinghe%2FHeightMapGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isubasinghe%2FHeightMapGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isubasinghe%2FHeightMapGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isubasinghe%2FHeightMapGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isubasinghe","download_url":"https://codeload.github.com/isubasinghe/HeightMapGenerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241180748,"owners_count":19923282,"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":["c","game","game-development","heightmap","heightmaps"],"created_at":"2024-10-11T12:44:56.604Z","updated_at":"2025-02-28T16:19:11.898Z","avatar_url":"https://github.com/isubasinghe.png","language":"C","readme":"# HeightMapGenerator\nA simple height map generator.\n\n#### TODO\n- Allow merging of heightmaps.\n- Implement a function to get a stream of heightmaps based on the previous heightmap, this can be done through the merging talked about above.\n- Should be able to save memory by using the png24 format instead of png32, furthermore we could exclude using grid_t and directly using the png24/32 buffer instead.\n\n#### COMPILING\ngcc -c *.c \u0026\u0026 gcc *.o -o [binary file name]\n\n#### USAGE\n- [binary file name] [output file name] [width] [height [blur radius] [blur iterations] [seed]\n\n![Example of 2D heightmap](https://github.com/isubasinghe/HeightMapGenerator/raw/master/heightmap.png)\n\n![Example of 3D terrain](https://github.com/isubasinghe/HeightMapGenerator/raw/master/image.png)\n\nThese can be blurred more or less, depending on your desired \"flatness\"\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisubasinghe%2Fheightmapgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisubasinghe%2Fheightmapgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisubasinghe%2Fheightmapgenerator/lists"}