An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# GalaxySimulator


cmakeLogo
cppLogo
openglLogo
glfwLogo
openclLogo

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: