Bibob

Home * Programming * Debugging * Bibob

Bibob,

a Windows bitboard MDI observer, editor and calculator by Gerd Isenberg - so far in Little-Endian Rank-File Mapping, since version 2.2 all eight orthogonal mappings. This application is a little overdressed and was intended as play ground for some MFC GUI features such as toolbars with various controls like a Combo box. For debugging under Windows, to inspect bitboards, one may copy the content of 64-bit variables from a Debugger to the clipboard to paste it into a Bibob document window. Bibob accepts pasting decimal or hexadecimal strings as well as FEN.

Screenshot

Features

Bibob is a Multiple Document Bitboard Viewer/Editor. It displays 64-bit Numbers in a Bitboard-Representation. Document-Windows act as Operands, a set of Unary as well as Binary Operations perform on Bitboards. A Second Operand Dropdown-Combobox features some common Constants, as well as Bitboards of other Document- Windows - so that binary arithmetical and bitwise logical Operations may be performed between several Windows. Double click on a square toggles its state.

Update 2.2

April 15, 2013

Square Mapping Modes

| LERF | LERBEF

Lerf.JPGLerbef.JPG
BERLEF
BERF
Berlef.JPGBerf.JPG
LEFR
LEFBER
Lefr.JPGLeber.JPG
BEFLER
BEFR
Befler.JPGBefr.JPG

Executable and Sources

7z compressed, Win32 executable, plus C++ source code for the ancient Visual C++ 6.0 compiler using MFC:

File:Bibob.zip

Up one Level