sailfish009
sailfish009
Hi, i am testing bitmap display with basicbitmap, but, it didn't displayed on window, how to do it properly? https://github.com/sailfish009/StreamPlayer/blob/master/Frame.cpp BasicBitmap bitmap = BasicBitmap(width_, height_,BasicBitmap::A8R8G8B8, pixelsPtr_,2048); bitmap.Blit(rc.left, rc.top, &bitmap, rc.right...
Fischer rule added. https://github.com/sailfish009/gogui/commit/e98ba54bb498d324574b8e8306b12ea204990d5e
recently, i have implemented korean overtime system for convenience. https://github.com/sailfish009/gogui/commit/83aefe39a05f3e28ceec632023bf20970bcb396e
Hi, i want to change stone color like Sabaki v0.32.2. where should i have to look in gogui source code? Thanks.
Hi, i am recently patch to support c++ builder compiler(10.2): https://github.com/sailfish009/loguru/commit/542adcd5fd3420c2ad46fb2013a95cf3ea563ca1 https://github.com/sailfish009/loguru/commit/995d0f390b387c46e49b9be813743587ade6745f
works for latest cherrypy version, tested.
Hi, how do i replace SDL_UpdateYUVTexture() with sdl-gpu functions? with GPU_UpdateImageBytes(), i can only copy Y planar pixels to GPU_image. so i can see gray image/stream only, no color image....
Hi, if I increase the number of rows per page setting in the data table to 50 and then set it back to 10, the height of each row is...