c# - Adding interactive 3D object into WinForms project -


so i'm making 3d ttt game , i'd love add 3d interactive cube live feedback, because game may hard grasp greater audience.

i've chosen visual studio 2013 project , write in c#. game looks 7 isolated squares containing 7^2 buttons. idea add 7^3 cube of 343 cells better navigation form. obviously, each cell within cube have linked each wf button.

so far i've spent goodly time on internet , teacher unable provide answer, come you. there way it?

you try slimdx: http://slimdx.org/ free open source framework enables developers build directx applications using c#

opentk http://www.opentk.com/ option.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

ios - Possible to get UIButton sizeThatFits to work? -