Chess Engine Tools
Based on the Eclipse infrastructure this will contain various tools for a chess programmer.
1. Chess Engine GUI
-- based on UCI
-- based on SWT
-- based on JavaFX
2. PERFT tools
-- Simple API to perform DIVIDE until it locates the exact error
-- Various Full PERFT Tests
-- Perft Test Suite for long testing
3. FEN utilities
-- Translate FEN to bitboards, various board prints, etc
4. UCI utilities