Giter VIP home page Giter VIP logo

eyremba / rubiks-cube-cracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from benbotto/rubiks-cube-cracker

0.0 1.0 0.0 843 KB

OpenGL Rubik's Cube implementation with custom shading, written in C++. Solves scrambled cubes using a decision tree. Developed under Linux. The software also works in Windows and should work on any other platform.

CMake 3.15% C++ 93.20% C 1.83% GLSL 1.82%

rubiks-cube-cracker's Introduction

GLFW
  Download and extract the source.  Version 3.0.4 was used during development.
    sudo apt-get install libglu1-mesa-dev xorg-dev (from install guide)
    mkdir build
    cd build
    cmake -DBUILD_SHARED_LIBS=ON ..
    make
    sudo make install
  The libraries will be in /usr/local/lib/, and the headers will be in /usr/local/include/

GLM
  Download and extract the source.  Version 0.9.5.3 was used during development.
  sudo cp -R glm/glm /usr/local/include/

GLEW
  Download and extract the source.  Version 1.6.0-4 was available in the Ubuntu
  12.04 repos and was used during development.  The most recent stable version
  was 1.10.0 during development.  Build instructions for 1.10.0 are outlined
  below (custom install dir of /usr/local).
    make
    sudo make install GLEW_DEST=/usr/local

Use an out-of-tree build.
  mkdir build
  cd build
  cmake -DCMAKE_BUILD_TYPE=Release .. # If not release this thing will be slow as pond water!
  make

Run it
  cd ..
  ./build/rubiksCube

rubiks-cube-cracker's People

Contributors

benbotto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.