Chris Hinsley

Results 118 comments of Chris Hinsley

Hi, I’ve been suffering from a torn Retina:( laser treatment recently so been taking it easy on screen time. I’ve been meaning to take a look at some extra features...

Hi Celem, Well line view.cpp:452 is glGenVertexArrays(1, &vertex_array); Which doesn't give us a huge help. Certainly nothing obviously wrong there. What I will do shortly, probably tomorrow now, is fire...

I just gave the Mac version a spin with: ./dsn2pcb test1.dsn | ./pcb --v 1 --z 8 --q 10 --r 2 | ./view And all's fine there. I'll set my...

Built and got the SEGFAULT on Ubuntu under Virtualbox VM. I added the patches as detailed in #3 and things then worked. extra lib of 'glew' glewExperimental = GL_TRUE; glewInit();...

Sorry not yet. It's still a Work in Progress, needs more love yet :) Chris

Sorry no. I didn’t use any existing paper. Just did something that felt like it would work. :) I think you could categorise it as a rip up and reroute...

I’m sorry but I don’t have a Windows machine I can try on :( —————- Chris Hinsley > On 14 Jun 2022, at 1:05 pm, cdhigh ***@***.***> wrote: > >...

Thank you. I must upgrade my Linux test VM to 16.04 ! Regards Chris

I've been thinking of porting over to use SDL2 rather than glfw3. I'm using that, SDL2, for other projects, and I think that would open the door to an easy...

I got things to build on an Ubuntu VM after installing the libglew-dev and libglfw3-dev packages. And yes on that platforms it does SEGFAULT. So somthing to look at. I...