Releases: node-3d/deps-opengl-raub
Releases · node-3d/deps-opengl-raub
Update Build System
Rebuilt with GitHub Actions.
Added CI build actions for all platforms.
Rebuilt GLFW with 3.3.4 sources.
Renamed GLEW to the correct 2.1.0 version.
Minor Update
GitHub Actions. Updated deps and tests. Added TS declarations.
Update dependencies
Updated AT dependency.
Resolved vulnerability issue.
Allow Dependency Patches
- Allow patch releases for dependencies in package.json
Update dependency
- Update AT dependency to fix a vulnerability
New Installation Flow
Designed to work with Addon Tools 5.
- Removed win32 binaries.
- Removed GYP build step.
Now distributing GLFW 3.3.
Installation flow was changed.
- Before: download everything with NPM, remove unnecessary binaries.
- Now: download necessary binaries from a Github/other release.
Minor Update
Added codefactor.
Using newer AddonTools.
Added CI Build for OSX binaries.
Rebuilt OSX binaries
OSX binaries rebuilt and tested in CI.
Updated the readme.
Deps OpenGL 2
- Removed Linux x32 binaries (use 1.0.0 if you really need them)
- Refined CI
- Fixed the readme
- Updated dependencies and engines in package
Deps OpenGL Initial
Windows x32 x64 | Linux x32 x64 | Mac x64 | |
---|---|---|---|
Dynamic | glfw3 glew32 | libGL libGLEW libglfw libXrandr libXrender | glew |
Static | glfw3 glew32 OpenGL32 | libXrandr libXrender | glew glfw |
Headers | GL GLFW | GL GLFW X11 | GL GLFW |