{"id":13613480,"url":"https://github.com/angeluriot/Galaxy_simulation","last_synced_at":"2025-04-13T15:33:24.592Z","repository":{"id":41127439,"uuid":"233503058","full_name":"angeluriot/Galaxy_simulation","owner":"angeluriot","description":"An n-body type simulation using GPU acceleration to simulate galaxies, galaxy collisions and expanding universes.","archived":false,"fork":false,"pushed_at":"2024-05-16T12:11:10.000Z","size":88782,"stargazers_count":195,"open_issues_count":1,"forks_count":19,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-07T21:42:25.653Z","etag":null,"topics":["cpp","dimension3d","galaxy","gpu","opencl","simulation"],"latest_commit_sha":null,"homepage":"","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/angeluriot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-01-13T03:25:46.000Z","updated_at":"2024-10-25T23:46:10.000Z","dependencies_parsed_at":"2024-11-07T21:44:14.326Z","dependency_job_id":null,"html_url":"https://github.com/angeluriot/Galaxy_simulation","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"125104e3fa98dc2d2a0bf27abacf17cdfd56a2af"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeluriot%2FGalaxy_simulation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeluriot%2FGalaxy_simulation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeluriot%2FGalaxy_simulation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeluriot%2FGalaxy_simulation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angeluriot","download_url":"https://codeload.github.com/angeluriot/Galaxy_simulation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248736245,"owners_count":21153558,"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","dimension3d","galaxy","gpu","opencl","simulation"],"created_at":"2024-08-01T20:00:48.126Z","updated_at":"2025-04-13T15:33:19.577Z","avatar_url":"https://github.com/angeluriot.png","language":"C++","readme":"# 🌌 Galaxy simulation\n\n![Release](https://img.shields.io/badge/Release-v4.0-blueviolet)\n![Language](https://img.shields.io/badge/Language-C%2B%2B-0052cf)\n![Libraries](https://img.shields.io/badge/Libraries-Dimension3D_OpenCL-00cf2c)\n![Size](https://img.shields.io/badge/Size-204Mo-f12222)\n![Open Source](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)\n\n\u003cbr/\u003e\n\nThis repository contains the source code of an n-body type simulation using GPU acceleration. It is able to simulate galaxies, galaxy collisions and expanding universes. It has a menu to change the settings and an interactive camera.\n\n\u003cbr/\u003e\n\n⚠️ This repository contains **submodules**, add `--recurse-submodules` when cloning ⚠️\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_1.png\" width=\"700\"\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n# 📋 Summary\n\n* **[📋 Summary](#-summary)**\n* **[🎥 Video](#-video)**\n* **[✨ Features](#-features)**\n* **[🛠️ Install](#%EF%B8%8F-install)**\n\t* [🦴 Skeleton project install](#-skeleton-project-install)\n\t* [📦 Additionnal dependencies](#-additionnal-dependencies)\n* **[🗓️ Releases](#%EF%B8%8F-releases)**\n* **[🧪 Tests](#-tests)**\n* **[🙏 Credits](#-credits)**\n\n\u003cbr/\u003e\n\n# 🎥 Video\n\nHere is a video explaining how the algorithm works : [\u003cu\u003e**Simuler 1 000 000 de Galaxies 🌌**\u003c/u\u003e](https://www.youtube.com/watch?v=dFqjqRUWCus).\n\n\u003cbr/\u003e\n\n# ✨ Features\n\n* A menu to change the settings of the simulation\n\n* A camera that you can control with your mouse and your wheel\n\n* It can simulate a unique galaxy :\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_2.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n* It can also simulate a collision between two galaxies :\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_3.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n* And it can simulate an entire expanding universe :\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_4.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n# 🛠️ Install\n\n## 🦴 Skeleton project install\n\nThis repository is based on my [**Graphics skeleton project**](https://github.com/angeluriot/Graphics_skeleton), so go see its [**install**](https://github.com/angeluriot/Graphics_skeleton#install) part first.\n\n\u003cbr/\u003e\n\n## 📦 Additionnal dependencies\n\nThen, you will also need the [**OpenCL**](https://www.khronos.org/opencl/) library.\n\n\u003cbr/\u003e\n\n# 🗓️ Releases\n\nIf you just want to test the program without editing the source code, go see the [**Releases**](https://github.com/angeluriot/Galaxy_simulation/releases).\n\n\u003cbr/\u003e\n\n# 🧪 Tests\n\n### A unique galaxy\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_5.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_6.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n### Mixing 2 different types of stars\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_7.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_8.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_9.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n### Two galaxies colliding\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_10.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_11.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_12.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n### Universe simulations\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_14.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/angeluriot/Galaxy_simulation/master/resources/misc/galaxy_13.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n# 🙏 Credits\n\n* [**Angel Uriot**](https://github.com/angeluriot) : Creator of the project.\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangeluriot%2FGalaxy_simulation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangeluriot%2FGalaxy_simulation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangeluriot%2FGalaxy_simulation/lists"}