Javascript/WebGL 3D board (MIT lic)

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

op12no2
Posts: 489
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Javascript/WebGL 3D board (MIT lic)

Post by op12no2 »

Jason Tiscione sent me a link to his Javascript WebGL 3D board today:-

https://github.com/jtiscione/chessboard3js

MIT lic, so can be used in our own web based projects. His example UI uses Lozza, Stockfish (transpiled to Javascript) and P4wn Javascript engines.

http://jtiscione.github.io/chessboard3js/play.html

On my Chromebook the board is a flat grey, but it's OK on my desktop (Chrome browser).
Isaac
Posts: 265
Joined: Sat Feb 22, 2014 8:37 pm

Re: Javascript/WebGL 3D board (MIT lic)

Post by Isaac »

Nice, beautiful. Can you zoom in?
op12no2
Posts: 489
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Re: Javascript/WebGL 3D board (MIT lic)

Post by op12no2 »

Isaac wrote:Nice, beautiful. Can you zoom in?
Yes, but not included in the demo. See the documentation page.