{"id":20071485,"url":"https://github.com/matbme/cg-noise","last_synced_at":"2026-06-10T05:32:06.019Z","repository":{"id":115332852,"uuid":"497629643","full_name":"matbme/CG-noise","owner":"matbme","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-29T23:27:42.000Z","size":32256,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-30T15:09:20.256Z","etag":null,"topics":[],"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/matbme.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":"2022-05-29T15:26:15.000Z","updated_at":"2022-05-29T15:26:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd9e32ee-ec4d-4680-8242-d44ce5d7c894","html_url":"https://github.com/matbme/CG-noise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matbme/CG-noise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matbme%2FCG-noise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matbme%2FCG-noise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matbme%2FCG-noise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matbme%2FCG-noise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matbme","download_url":"https://codeload.github.com/matbme/CG-noise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matbme%2FCG-noise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34139178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-13T14:29:33.658Z","updated_at":"2026-06-10T05:32:06.003Z","avatar_url":"https://github.com/matbme.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exercício de geração procedural\n#### Disciplina: Computação Gráfica\nAutor: Mateus Melchiades\n\n## Compilando e executando\n\nCompilando a biblioteca libnoise:\n```sh\n# Primeiramente, inicializar o submodule que contém a libnoise\n$ git submodule update --init\n# Rodar script gerado para compilar a biblioteca\n$ ./build-libnoise.sh\n```\n\nCompilando e executando o código de geração:\n```sh\n$ mkdir -p build \u0026\u0026 cd build\n$ cmake ..\n$ make\n$ ./app\n```\n\n## Resultados\n\n### Exercicio 1: Gerar 4 mapas \"vizinhos\"\n\n\u003cp align=\"middle\"\u003e\n  \u003cimg src=\"/Previews/Ex1-1.jpg\" width=\"300\" /\u003e\n  \u003cimg src=\"/Previews/Ex1-2.jpg\" width=\"300\" /\u003e\n  \u003cbr/\u003e\n  \u003cimg src=\"/Previews/Ex1-3.jpg\" width=\"300\" /\u003e\n  \u003cimg src=\"/Previews/Ex1-4.jpg\" width=\"300\" /\u003e \n\u003c/p\u003e\n\n### Exercicio 2: Explorar números diferentes de oitavas, frequencia e persistência\n\n| Parâmetros | Resultado |\n| --- | --- |\n| Octave = 3\u003cbr/\u003eFrequency = 6\u003cbr/\u003ePersistence = 0.4 | \u003cimg src=\"/Previews/Ex2-1.jpg\" width=\"500\" /\u003e |\n| Octave = 4\u003cbr/\u003eFrequency = 8\u003cbr/\u003ePersistence = 1.0 | \u003cimg src=\"/Previews/Ex2-2.jpg\" width=\"500\" /\u003e |\n| Octave = 2\u003cbr/\u003eFrequency = 3\u003cbr/\u003ePersistence = 0.7 | \u003cimg src=\"/Previews/Ex2-3.jpg\" width=\"500\" /\u003e |\n| Octave = 3\u003cbr/\u003eFrequency = 10\u003cbr/\u003ePersistence = 0.1 | \u003cimg src=\"/Previews/Ex2-4.jpg\" width=\"500\" /\u003e |\n| Octave = 5\u003cbr/\u003eFrequency = 11\u003cbr/\u003ePersistence = 0.2 | \u003cimg src=\"/Previews/Ex2-5.jpg\" width=\"500\" /\u003e |\n| Octave = 1\u003cbr/\u003eFrequency = 16\u003cbr/\u003ePersistence = 0.9 | \u003cimg src=\"/Previews/Ex2-6.jpg\" width=\"500\" /\u003e |\n| Octave = 6\u003cbr/\u003eFrequency = 6\u003cbr/\u003ePersistence = 0.6 | \u003cimg src=\"/Previews/Ex2-7.jpg\" width=\"500\" /\u003e |\n| Octave = 4\u003cbr/\u003eFrequency = 12\u003cbr/\u003ePersistence = 0.5 | \u003cimg src=\"/Previews/Ex2-8.jpg\" width=\"500\" /\u003e |\n\n### Exercicio 3: Criar 2 diferentes mapeamentos de biomas\n\n#### (Tentativa de criar) Planície:\n\u003cimg src=\"/Previews/Ex3-1.jpg\" width=\"600\" /\u003e\n\n#### (Tentativa de criar) Galáxia:\n\u003cimg src=\"/Previews/Ex3-2.jpg\" width=\"600\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatbme%2Fcg-noise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatbme%2Fcg-noise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatbme%2Fcg-noise/lists"}