hi all, i like to build a small game that consist on chess board and chess ChessMan (king, queen, castle…).
the game shuld have a mouse input too.
is it possible with GLFW ???
is it complicated ?
the code for the game is in c++
GLFW would be perfect for your chess game. Yes, it has mouse input. Yes, it is complicated. However, it’s the Chess part that’s difficult; the actual rendering of the chess board with opengl is fairly trivial.
Do you have any specific questions about how to do something?