珊瑚

Results 80 comments of 珊瑚

it quits after 3 sec, you may change to a longer time, for instance 10sec ```Sdl.delay 10000l;``` if you need it to test maximizing the window

Hi, in Bogue text always keeps the same aspect ratio (in fact, the same size). What OS are you using? I suspect MacOS will take a snapshot of the window...

I think I already tried but it' not obvious, especially since I don't have access to this machine in general. And it might be an SDL issue. could you set...

if you installed bogue in the usual way (with opam) then you have the executable `boguex`. Just try on the terminal ``` boguex 6 ``` (this will run example number...

thanks for the debug info and the video. this seems to be indeed an SDL issue with MacOS. I see in the log that no event are received by the...

> I have many questions and is there a place where I can join with people discussing about this cool library? I have nothing specific, apart from here (github issues)...

It's not possible, currently. Although it should not be very difficult to implement.

You can just change the fontawsome symbol "tint" here to any other symbol you like: https://github.com/sanette/bogue/blob/7f20e1fa2ab852c5031385e3af57ee346cd055f9/lib/b_text_input.ml#L66 See https://lab.artlung.com/font-awesome-sample/ For instance, "i-cursor" (but this will require adjusting the vertical offset I...

yes I remember this problem. My idea was that it's probably ok now to force users to have a newer version of SDL, and hence to switch bogue to tsdl.1.0.0

bogue is now using tsdl >= 1.0.0, so I'm closing this; feel free to reopen would a problem remain