jfcameron / gdk-graphics

3D Rendering using OpenGLES 2.0/WebGL1.0. Platforms: Linux, Windows, Mac, x86 64bit, arm64, wasm
MIT License
1 stars 1 forks source link

Fix Windows builds #6

Closed jfcameron closed 4 years ago

jfcameron commented 5 years ago

Since refactor of GDK I have not tried building this module for windows. supporting MSVC is the goal for that platform, but mingw is a good start (crosscompiling from cygwin or linux subsys etc)

jfcameron commented 4 years ago

MSVC and MinGW are broken for different reasons. MSVC: compiler and linker errors, MinGW cmake issue, appearing as a make issue. closing this, creating 2 separate tickets. MSVC fix is straightfoward. MinGW likely has to do with jfc-cmake project