JuliaGL/GLFW.jl

timer related functions not present

Closed this issue · 2 comments

Hi,

I'm talking about things like SetTime, GetTime, etc...

I'm very interested in making a PR and adding them, since I believe they would be very straightforward.

Is there any particular branch I should use for the PR, or just fork master ?

Hi @PinkMushroom, thanks for your interest. As mentioned in the README, GetTime and friends are not provided since they are redundant with functionality that is already present in the Julia standard library. https://docs.julialang.org/en/stable/stdlib/Dates/

doh!

it looks like the time() function will be the most direct equivalent, which is not in Dates.

thanks. I'm making a lot of use of GLFW. Maybe I'll find a way to contribute :-)