Difference between revisions of "Bibob"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Programming * Debugging * Bibob''' '''Bibob''',<br/> a Windows bitboard [https://en.wikipedia.org/wiki/Multiple_document_int...")
 
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
=Features=  
 
=Features=  
see the About Box  ...
+
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==
 
==Update 2.2==
Line 15: Line 16:
 
* Persistent [[Square Mapping Considerations|Square Mapping Mode]]  
 
* Persistent [[Square Mapping Considerations|Square Mapping Mode]]  
  
 +
==Square Mapping Modes==
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 23: Line 25:
 
|  [[FILE:lerbef.JPG|none|border|text-bottom]]  
 
|  [[FILE:lerbef.JPG|none|border|text-bottom]]  
 
|-
 
|-
!
+
| colspan="2" |
!
 
 
|-
 
|-
 
! <span id="BERLEF"></span>BERLEF   
 
! <span id="BERLEF"></span>BERLEF   
Line 32: Line 33:
 
|  [[FILE:berf.JPG|none|border|text-bottom]]  
 
|  [[FILE:berf.JPG|none|border|text-bottom]]  
 
|-
 
|-
!
+
| colspan="2" |
!
 
 
|-
 
|-
 
! LEFR  
 
! LEFR  
Line 41: Line 41:
 
|  [[FILE:leber.JPG|none|border|text-bottom]]  
 
|  [[FILE:leber.JPG|none|border|text-bottom]]  
 
|-
 
|-
!
+
| colspan="2" |
!
 
 
|-
 
|-
 
! BEFLER  
 
! BEFLER  

Latest revision as of 14:02, 31 December 2018

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

Bibob.JPG

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.JPG
Lerbef.JPG
BERLEF BERF
Berlef.JPG
Berf.JPG
LEFR LEFBER
Lefr.JPG
Leber.JPG
BEFLER BEFR
Befler.JPG
Befr.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

External Links

Up one Level