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

https://github.com/pklito/3d_visualizer

Hexapod robot simulation from scratch in openGL
https://github.com/pklito/3d_visualizer

hexapod imgui-glfw opengl

Last synced: 6 months ago
JSON representation

Hexapod robot simulation from scratch in openGL

Awesome Lists containing this project

README

          

The goal of this project is to build a simulation of a hexapod robot from scratch, using OpenGL and ImGUI.
For OpenGL, i use GLAD, and GLFW.

This project was inspired by the following video: https://www.youtube.com/watch?v=VwTd5cWJx2M which achieves something similar with the library libcinder, however, I wanted to try to do all the steps without libraries.

![A spider hexapod, infront of 3 stairs, with a edit GUI window, which contains variables of the spider leg, and a scene window, which shows the objects in it](docs/spider_red.png)

To run this, import the project into visual studios and build.