-
Recently I apply phoenixgo and minigo engine in sabaki , and the engine format is bat file
minigo:
play20.bat
set BOARD_SIZE=19 & %cd%\Python36\python gtp.py ^
--load_file=models\v15-001008 ^
…
-
![screenshot from 2018-08-08 02-19-31](https://user-images.githubusercontent.com/10172976/43828537-abbce5f8-9ab1-11e8-9108-894304101754.png)
-
Bit brute-forced fixups to make sure everything compiles ok(excluding SDL stuff). Need to take a closer look at html.d and web.d(few things just commented out). Rest should be fine.
```
diff --git a/…
-
When I tried to compile a GUI program with minigui.d, the compiler throws a warning.
![image](https://user-images.githubusercontent.com/20792268/41412381-6940a56c-7012-11e8-9818-912a03749288.png)
H…
-
I stumbled on some of the copy-pasted code in gtp_extensions and it's a bit tricky to work around with the new hyperparam work.
Can you at some point refactor this so that the search logic code isn…
-
hello adam.
layout containers can be very useful
i was thinking can we just change the way we use layouts?. something like following (for ex) :
```d
auto layout = new StackLayout();
layout.Orie…
-
Missing MGVER.H
..\minigui\include
`/*----------------------------------------------------------------------------
MINIGUI - Harbour Win32 GUI library source code
Copyright 2002-2010 Rober…
-
I have created a small screen with start and stop button by minigui. It looks good. I want to start a service(*.exe) by the button click. When i do this, the screen comes to not responding. Is there …
-
minigui程序不全屏的情况,鼠标光标只能显示有程序界面的地方,移动到其它没有显示程序界面的地方时,光标不显示。
怎么修改,可以让程序不全屏的情况下,鼠标光票也可以全屏移动显示?
目前发现注释static void showcursor (void)函数中的GAL_GetBox (__gal_screen, &csr_rect, &csr_bmp);(src/kernel/cursor-sa…
-
In _hmg_resconfig.h,
the path is defined as:
#define HMGRPATH i:\MiniguiM\minigui\resources
This causes problems, as say in my computer, I have cloned the repository in 'e' drive.
My reques…