Nick McDonald

Results 21 comments of Nick McDonald

Hi. Were you able to fix this dependency issue? This is a question of modifying the makefile to be able to find `glew` on your system.

Hi everybody and sorry for the late reply, MacOS / M1 / macos-arm64 support has now been merged into the main branch, and the makefiles can be used as usual....

That's awesome! Thanks a lot. I will try to get a windows laptop in the next few days to run some tests and then I can merge this. Good contribution!...

Just to clarify: The example has not been modified in any way? And: Simply declaring a cube leads to the segmentation fault? Are there any compiler warnings? Are you using...

Also: when you launch the program, does TinyEngine output a small message to the console describing your OpenGL context profile? Something like `4.6 (Core Profile) Mesa 20.2.6`?

No problem. I see, CMake shouldn't make a difference. It must be a driver issue, this is more difficult to debug. Try the following: This is dumb on my part,...

Hi! Sorry for the alte reply. This is an issue that I have encountered before, and I believe it has to do with your available versions of OpenGL. Have you...

Hi @the-brickster, do you know which version of the MESA drivers you were using when it wasn't working? This is interesting. Apparently there are frequent problems with driver mismatch issues...

Thanks! Definitely forgot that. I have added the dependency in the listing. Any idea on how to use compiler directives to check for the Ubuntu version? If not, I'll add...