https://github.com/im-rises/galaxysimulator
Galaxy Simulator made in C++ using OpenGL and OpenCL and possibly Barnes-Hut (WIP)
https://github.com/im-rises/galaxysimulator
Last synced: 8 months ago
JSON representation
Galaxy Simulator made in C++ using OpenGL and OpenCL and possibly Barnes-Hut (WIP)
- Host: GitHub
- URL: https://github.com/im-rises/galaxysimulator
- Owner: Im-Rises
- Created: 2023-06-21T20:46:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T07:02:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T04:26:22.394Z (10 months ago)
- Language: C++
- Homepage:
- Size: 3.07 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GalaxySimulator
Galaxy Simulator made in C++ using OpenGL and OpenCL (WIP)
and the OpenCL lib:
```bash
brew install opencl
brew install opencl-headers
```
## Libraries
glfw:
glm:
glad:
Dear ImGui:
OpenGL:
glm:
OpenCL:
## Documentation
learnopengl (OpenGL tutorial):
OpenCL NBody example:
CMake modules example: