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

https://github.com/t-88/cubic

a 3d cube solver using oga boga ai and opengl
https://github.com/t-88/cubic

Last synced: 2 months ago
JSON representation

a 3d cube solver using oga boga ai and opengl

Awesome Lists containing this project

README

        

# Cubic
its a simulation for 2x2 cube for vis and making a simple ai to solve it

- a 3d cubic viewer and solver
- made for practicing opengl 3d
- ai will be implemented to solve it, but first i am doing the rendering

# Solvers
- basic solver: uses the ooga_booga algorthim

# How to move
- operation : {key}
- R : {R} | R_inv : {E} | L : {L} | L_inv : {K}
- U : {U} | U_inv : {Y} | D : {D} | D_inv : {S}
- B : {B} | B_inv : {V} | F : {F} | F_inv : {G}

# imgs
![screen shot](/screenshots/_1.png)
![gif of the app](/screenshots/_2.gif)
![gif of the app](/screenshots/_3.gif)

## Quick Start
```console
$ cmake .
$ make ; ./main
```