Javascript library for displaying and navigating analysis

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

ccherng
Posts: 11
Joined: Thu Sep 13, 2012 3:18 am

Javascript library for displaying and navigating analysis

Post by ccherng »

Is there a javascript library for displaying analysis and navigating through clicking on the algebraic notation representing moves? I know of chessjs and chessboardjs as common javascript libraries for dealing with the rules of chess and displaying chess respectively. However, I know of no javascript library for displaying analysis.
tomitank
Posts: 276
Joined: Sat Mar 04, 2017 12:24 pm
Location: Hungary

Re: Javascript library for displaying and navigating analysi

Post by tomitank »

Maybe in lichess source code.
op12no2
Posts: 490
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Re: Javascript library for displaying and navigating analysi

Post by op12no2 »

Hi Cary, do you mean upload a PGN file then step through the moves. I have been thinking of tweaking the Lozza UIs to do that.

PS: You are free to mine any of the existing Lozza code. There is an analysis UI but currently just allows you to set up a FEN and start the engine.