Clifford Yapp

Results 86 comments of Clifford Yapp

Is there any news on the resize feature?

Would the API for this look something like: GLFWAPI GLFWwindow\* glfwWrapWindowWin32(HWND *win, HGLRC *context, GLFWwindow *share); in glfw3native.h? (With, obviously, appropriate functions for other backends) There seem to be three...

Would the distinction between a context-only library and the SDL2-like scenario be that in the former the parent toolkit would assume full responsibility for event and key binding handling, where...

I would still vastly prefer a solution that is integrated with our build. A non-self-contained solution implicitly depends on a much more complex set of external tools, and is more...

The other option would be to bootstrap Ruby and use a local copy to drive asciidoctor - if it's simple enough to set up a self-contained environment, the new build...

If we're going to go with a brlcad-docs submodule, then would the way forward be to set up a separate brlcad-docs github project and establish the new setup there, and...

Hi! Wanted to ask - is the C++ version of this code you're working on also open source? I didn't see it on github, so I wasn't sure... Also, would...

Does poly2tri's implementation have anything useful in this regard? They do support Steiner points, although as far as I know they don't use robust predicates... https://github.com/jhasse/poly2tri

In a similar mode, does CDT support specifying hole polygons? I end up needing both holes and Steiner points in the application in which I use poly2tri (triangulation of trimmed...

Hmm... yeah, I don't know of a simple answer. The two main approaches seem to be clamping to integer space (what the Bitfighter folks did, IIRC: https://github.com/acres-com-au/clip2tri) and various approaches...