Joe23232

Results 46 comments of Joe23232

Is this project dead by any chance? On Sat, Nov 14, 2020 at 3:44 PM Zyansheep wrote: > There is an example in the examples folder. > > — >...

AH I see, thanks mate On Thu, Nov 19, 2020 at 1:04 AM Robert J. Ennis wrote: > No. I just have been rather busy with work for a long...

Thanks mate On Thu, Jun 3, 2021 at 8:24 PM Félix Lescaudey de Maneville < ***@***.***> wrote: > I don't think so > > — > You are receiving this...

That's a shame, is there any like forks or something available?

@lj7711622 I found the solution though: ```rust pub fn hide_console_window() { use winapi::um::{wincon::GetConsoleWindow, winuser::{SW_HIDE, ShowWindow}}; unsafe { let window = GetConsoleWindow(); if !window.is_null() { ShowWindow(window, SW_HIDE); } } } ```...

@omi-akif Hey bro, would you happen to know if this project is abandoned?

Hi, where do you even get this for Windows?

@afrantzis Hi, so I am using Ubuntu in WSL and I did install `glmark2`, not built it. The error I am getting is this `Error: main: Could not initialize canvas`

I see, mate, thanks for letting me know :) Edit from gargakshit: I removed some sensitive information that was a part of the email reply