Creating rubiks cube model in c#

269 Views Asked by At

I'm looking to create a 3d model of a rubiks cube and im not worrying about animations, all I want is a cube that can be rotated around. I've already implemented a sorting algorithm so once I have a 3d cube my project will be complete however I've never really gone into to 3d graphics or graphics at all with c# and was wondering the best way to do this.

0

There are 0 best solutions below