Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

LWJGL

A Java library that enables cross-platform access to popular native libraries.
Collective - Host: opensource - https://opencollective.com/lwjgl - Website: https://www.lwjgl.org/ - Code: https://github.com/LWJGL/lwjgl3

feat(bo): member Check referencing another member

This is an alternative to AutoSize that does not set the size/length
member when the buffer memb...

github.com/LWJGL/lwjgl3 - fd6a71a78a5200820e4b4693595b5e075aaf5c90 authored about 3 years ago
feat(generator): byte enums

github.com/LWJGL/lwjgl3 - f80a5f792e315675df02f0bcb1a10339f398ad4d authored about 3 years ago
build: update IDEA project

github.com/LWJGL/lwjgl3 - 782ade79c56d802db2dd2a0ad87a16711055dc93 authored about 3 years ago
build(linux): make regex work with prefixed GCC

github.com/LWJGL/lwjgl3 - f88383fcdede4c575425117e184754d0afae3b52 authored about 3 years ago
feat(assimp): update to 5.1.1

github.com/LWJGL/lwjgl3 - 3977c32e070b4e9960eab5b75a6ad2fb28c69764 authored about 3 years ago
feat(Vulkan): update to 1.2.199

github.com/LWJGL/lwjgl3 - 58b2fdeeb3fee2651dddde6a56751e6cdfed7607 authored about 3 years ago
feat(meshoptimizer): update to 0.17

github.com/LWJGL/lwjgl3 - 75e1e7d573a4530a22e76e41d1a7ad6223832bc8 authored about 3 years ago
build: update kotlinc to 1.6.0

github.com/LWJGL/lwjgl3 - 5f3db888bf331a36334ec371654eb7162d491480 authored about 3 years ago
build: group related tasks inside parallel block

Fixes intermittent failures in concurrent builds.

github.com/LWJGL/lwjgl3 - dd511ff4dfafae768fda516cf5ee5d7063d040a5 authored about 3 years ago
build(linux): print the full GCC version string

github.com/LWJGL/lwjgl3 - 5522235b7daee891600c5696dba4b9aeb88e6a88 authored about 3 years ago
build(linux): remove GCC 4.9 checks

The CI workers now use GCC 7.5 for everything. Users that need to build
on GCC 4.8 will have to ...

github.com/LWJGL/lwjgl3 - 739becc8b11feed1e0af2a6b36dbc38cc8c58d6f authored about 3 years ago
build(generator): add flag that forces hydration

This is useful when testing a different commit, but we are sure that
there have not been any cha...

github.com/LWJGL/lwjgl3 - 74809dcf9fa058b3e888ac4760e0ab0a3d3d870a authored about 3 years ago
fix(vma): pUserData nullability

github.com/LWJGL/lwjgl3 - 0d278f02d39a6beb6ab53e794a60186e6ab9a7ab authored about 3 years ago
docs: add missing architectures to README

github.com/LWJGL/lwjgl3 - aeb91076f5a53c37208da1d1fc587a08e2018609 authored about 3 years ago
build: bump version to 3.3.1

github.com/LWJGL/lwjgl3 - 9b85bec22ad0e5274170e20b3c07bce154923e47 authored about 3 years ago
docs: update release notes for 3.3.0

github.com/LWJGL/lwjgl3 - 6da65e3c2aca8654ef6fdb0d0520994b43ea90d2 authored about 3 years ago
build(remotery): skip natives for Windows arm64

github.com/LWJGL/lwjgl3 - 960462c687ce04903c1281de3815a94f3b28b2c1 authored about 3 years ago
feat(vma): update to latest version

github.com/LWJGL/lwjgl3 - 02e5523774b104866e502e706141ae1a468183e6 authored about 3 years ago
feat(Vulkan): update to 1.2.198

github.com/LWJGL/lwjgl3 - 9a83bf368fc89ec24924a529a80b3ca0847917ea authored about 3 years ago
feat(nanovg): update to latest version

github.com/LWJGL/lwjgl3 - 0bf927bb117a8284cfdc5d3ace71611f2cbe5230 authored about 3 years ago
feat(par): update to latest version

github.com/LWJGL/lwjgl3 - 20c5d1fded9c1f4350e4f7f0837815e1615f3501 authored about 3 years ago
feat(OpenCL): rename INTEL extension

github.com/LWJGL/lwjgl3 - 8cad1b038c4579890a4b3943a935edf3aef73952 authored about 3 years ago
feat(assimp): update to 5.1.0

github.com/LWJGL/lwjgl3 - e77103017f92b048a6b270b11ea8999dd0cedb83 authored about 3 years ago
feat(generator): struct member support for Check

github.com/LWJGL/lwjgl3 - a66b802a32f7003bc59029c85b32a06fac312451 authored about 3 years ago
feat(bgfx): make debug/profiler callbacks nullable

github.com/LWJGL/lwjgl3 - c40efaf5478aa3fa8c8030b366b054247ef45491 authored about 3 years ago
docs: do not label bug reports automatically

More often that not, bug reports are actually misunderstandings that
should be labeled with Ques...

github.com/LWJGL/lwjgl3 - 1fd6b197c9c29b1034c981408d4a84920c3ef94e authored about 3 years ago
feat(glfw): improve Vorbis demo rendering

With a non-integer HiDPI scaling factor, the text was flickering when
resizing the window. Multi...

github.com/LWJGL/lwjgl3 - 1e013173094cfdacff9bf0c1e36ea35aeb8f213e authored about 3 years ago
fix(build): default arch detection on ARM JVMs

This enables native builds on ARM machines without LWJGL_BUILD_ARCH.

github.com/LWJGL/lwjgl3 - 2ddd63f500bf941715fc6c75cf36d9b84a62318d authored about 3 years ago
fix(libdivide): skip zero denoms in random test

github.com/LWJGL/lwjgl3 - 7d68d1ab3f8034f9fc8f82130ac9ea9010301080 authored about 3 years ago
perf(core): simplify text encoding

The updated code shape works nicely across JVM versions and equally well
on both 32-bit and 64-b...

github.com/LWJGL/lwjgl3 - fa53fb79e210ae05ba04950da8d7e71452f31731 authored about 3 years ago
build(IDE): driftfx cleanup

github.com/LWJGL/lwjgl3 - fd545f6e943ada7a8cbf3f4b59b062e19a8c99e5 authored about 3 years ago
fix(core): remove debug output

github.com/LWJGL/lwjgl3 - bb366a82f5e84ef97cf4ab0eec7b334d80987897 authored about 3 years ago
build(LibOVR): workaround for CI issue

github.com/LWJGL/lwjgl3 - 6df8321e850aaff164e53cdebf23075eb5e04d25 authored about 3 years ago
fix(CUDA): add missing struct type

github.com/LWJGL/lwjgl3 - d2b22929a1bc4f9c2ab2e6f638e42a76595ceaaa authored about 3 years ago
fix(CUDA): wrong imports

github.com/LWJGL/lwjgl3 - 9e475a064efcb5662c1b11e48a0d9485d433ddf9 authored about 3 years ago
feat(generator): refactor struct array validation

This change moves struct array validation to Struct, passing the type
specific validation using ...

github.com/LWJGL/lwjgl3 - 0b0e06409f21ed370ce2d5cd372a3f7978e3bed8 authored about 3 years ago
feat(CUDA): update to 11.5.0

This commit removes the versioned CUDA classes. The entire functionality
now lives in a single c...

github.com/LWJGL/lwjgl3 - 612d1445ae24482f3e459b51e607db0621612be1 authored about 3 years ago
chore(Vulkan): rename the video codec templates

github.com/LWJGL/lwjgl3 - 7f5c62236014ad6ac51a162570f9b8eac57ff6d3 authored about 3 years ago
feat(Vulkan): update to 1.2.197

github.com/LWJGL/lwjgl3 - 7f9ad5041286d8b564373ab62490bc9d13a73642 authored about 3 years ago
build: javadoc fixes

github.com/LWJGL/lwjgl3 - f629a5ec0e5d78dd39066011e3b3b648aace695b authored about 3 years ago
fix(extract): more corner cases

github.com/LWJGL/lwjgl3 - 4c47c41d374d8db5975b6945f6ecbe6deb565627 authored about 3 years ago
build: customizable revision in cache-kotlinc

This is used by the CI build.

github.com/LWJGL/lwjgl3 - 571d5df8e49474e208509b49da2a0c564ff21bdb authored about 3 years ago
feat(vma): update to latest version

github.com/LWJGL/lwjgl3 - 71492a77ee14a4be751418bf8014170819eed81a authored about 3 years ago
chore(Vulkan): update headers

github.com/LWJGL/lwjgl3 - 3b2673c401932aa15b9865bad3afd53b6f2e6585 authored about 3 years ago
feat(GL): add EXT_texture_storage

github.com/LWJGL/lwjgl3 - 285a245a891cf8635c5a6a9779fd7961aab8ec31 authored about 3 years ago
perf(core): simplify memset implementation

Calls with unaligned heads (very unlikely) have been moved to the native
memset. The remaining c...

github.com/LWJGL/lwjgl3 - 30e95d46420e0f650843594a96159696e56a2e1b authored about 3 years ago
fix(core): encoding of dlopen paths. Close #691

github.com/LWJGL/lwjgl3 - a10f862428d412087bc9a98018097aefcc9a2364 authored over 3 years ago
perf(libdivide): add scalar overloads

This avoids off-heap memory access in the (hot) division loop, improving
performance even more.

github.com/LWJGL/lwjgl3 - 1b721e4bf098030a943334ae9fa2bab0d113c089 authored over 3 years ago
feat(opus): add opusfile & libopusenc. Close #634

github.com/LWJGL/lwjgl3 - c72680371f9b93b9e5c2d57e35964109b25fd385 authored over 3 years ago
feat(extract): improve doxygen support

Parse retval and warning commands.

github.com/LWJGL/lwjgl3 - fac15e38a37ec534087fc831a0ba70612b268683 authored over 3 years ago
fix(extract): parsing of negative values in macros

github.com/LWJGL/lwjgl3 - b7e0a1e99d167836fa387eeff983943cc7183115 authored over 3 years ago
docs(bgfx): javadoc fixes

github.com/LWJGL/lwjgl3 - 960ea95fefd57ad7fdc68cab3cc0e7c5296f700a authored over 3 years ago
fix(LibOVR): ovrHmdColorDesc mutability

github.com/LWJGL/lwjgl3 - b8e62e1062539c7b1373635b9a5bfafd14ca012a authored over 3 years ago
docs(llvm): fix OrcReleaseSymbolStringPoolEntry link

github.com/LWJGL/lwjgl3 - 7e7004bf896fb74e20df54235f74bdb7fedfe20e authored over 3 years ago
feat(LibOVR): update to 1.64.0

github.com/LWJGL/lwjgl3 - 88a1b01e712004648343c90105537e487f67b791 authored over 3 years ago
feat(assimp): update to 5.1.0.rc1

github.com/LWJGL/lwjgl3 - 7be47feab7ec4f2957244be50c83df9f04491e83 authored over 3 years ago
feat(glfw): update to latest version

github.com/LWJGL/lwjgl3 - 0111d0ab6e46d736f1fcf12c966fa7fe8b9b64d0 authored over 3 years ago
feat(llvm): update to 13.0.1

github.com/LWJGL/lwjgl3 - 55135b40eed6577de6e82121a4435b6f10d5e56c authored over 3 years ago
chore(llvm): remove LLVMORC

Separate commit to avoid Git trouble on case-insensitive OS.

github.com/LWJGL/lwjgl3 - bef8d9667a3e9cfd774bb0a0d8376c40037b17de authored over 3 years ago
build(core): add Ant-free runner for the Generator

This run configuration can be used to debug the Generator from IntelliJ.

github.com/LWJGL/lwjgl3 - 05b07bb947a2e87fd811b5fa4ec04f2d6623b5bd authored over 3 years ago
build(driftfx): remove DriftFX bindings

The refactored DriftFX has improved dramatically and it would gain
nothing from a more tight int...

github.com/LWJGL/lwjgl3 - bfbce7ed1630fdd5c561aec7675dd142700b5e53 authored over 3 years ago
feat(GL/GLES): add new extensions

github.com/LWJGL/lwjgl3 - b9ff7c5d5516bbf248f840e87a973492f94cb1e8 authored over 3 years ago
fix(demo): memory leak in Nuklear demo

github.com/LWJGL/lwjgl3 - 3c01fee98c1e9a6e1468a9b1794ffe01fa6b21ec authored over 3 years ago
build(glfw): fix build without the Vulkan bindings

github.com/LWJGL/lwjgl3 - 04fa8243ccbcdacfc42df02dbe3dae4bf25230f4 authored over 3 years ago
fix(glfw): check macOS main thread on glfwInit

GLFW interoperation with other windowing toolkits is not possible
anymore. The EventLoop check i...

github.com/LWJGL/lwjgl3 - c8a48d6d87696088697e43798f51971cf755564c authored over 3 years ago
build(tinyexr): fix miniz compilation

github.com/LWJGL/lwjgl3 - 116f78a46955390606702929ce3ffab6304cec3d authored over 3 years ago
docs(glfw): add OSMESA to context API values

github.com/LWJGL/lwjgl3 - 444006fbba1776c240433f1573a783f802231257 authored over 3 years ago
feat(OpenCL): add new (+some old) extensions

github.com/LWJGL/lwjgl3 - 64527edcaefe63e61eda145bceada8beb670b0de authored over 3 years ago
feat(EGL): add new extensions

- EGL_ANGLE_sync_control_rate
- EGL_EXT_config_select_group
- EGL_EXT_device_drm_render_node
- E...

github.com/LWJGL/lwjgl3 - 229981bc0051f18152094d0c97d79f29b9baa898 authored over 3 years ago
feat(Yoga): update to 1.19.0

github.com/LWJGL/lwjgl3 - 61a1cb05fb0dce01feb38a2660389f50f11800e1 authored over 3 years ago
feat(vma): add pMemoryAllocateNext overloads

The applicable structs are copied from VkMemoryAllocateInfo.pNext so
that they are synced in cas...

github.com/LWJGL/lwjgl3 - 4d372d99ff4dfdb3cb019e82b8dbdb97d01e9a80 authored over 3 years ago
feat(generator): generalize pNext-specific code

There are now extra PointerSetter parameters that enable the pNext-style
generation.

github.com/LWJGL/lwjgl3 - 966498e833219dfb399d11fd19f9107ad10e6784 authored over 3 years ago
build: remove bullet module from IDEA project

github.com/LWJGL/lwjgl3 - 2abb8421eabb5c949ff2cf7ba3f2c903f0084295 authored over 3 years ago
feat(openvr): update to 1.16.8

github.com/LWJGL/lwjgl3 - e015ea889ea90bf998a7bd7307f4af6ebc29e5b4 authored over 3 years ago
feat(vma): update to latest version

github.com/LWJGL/lwjgl3 - c7f92ee9d8f40cb2c2fe8c25c731323ec15b6616 authored over 3 years ago
chore(zstd): remove obsolete file

github.com/LWJGL/lwjgl3 - 619eb7cf648021b4a1545362f7955a771432481b authored over 3 years ago
feat(nuklear): update to 4.09.0

github.com/LWJGL/lwjgl3 - ad224fbadab725cadfad1ce9fb02509f985cc413 authored over 3 years ago
feat(par): update to latest version

github.com/LWJGL/lwjgl3 - 50cfd3307b7e8c1a2173b41227c29219f760f628 authored over 3 years ago
feat(zstd): update to 1.5.0

github.com/LWJGL/lwjgl3 - ef12adc97b6aa583fd2567427ff936a49c75e04c authored over 3 years ago
fix(rpmalloc): add new callback types

github.com/LWJGL/lwjgl3 - f68ab8f2bb5a06920e88ec09f10299f10f8df1fd authored over 3 years ago
feat(tinyfd): update to 3.8.8

github.com/LWJGL/lwjgl3 - ce2b34fc2e2ebef4c0e49249c6cfb6f562cdec56 authored over 3 years ago
feat(tinyexr): update to 1.0.1

github.com/LWJGL/lwjgl3 - f457a5fd1341ff40ac077367d2afa52bdcb70bd0 authored over 3 years ago
feat(rpmalloc): update to 1.4.3

github.com/LWJGL/lwjgl3 - ca78117ecbecb4d407dccb811439ab3ef4f05ce0 authored over 3 years ago
feat(nanovg): update to latest version

github.com/LWJGL/lwjgl3 - 054b67b184be894988c2bb9e3e8b90d13d923263 authored over 3 years ago
feat(meshoptimizer): update to 0.16

github.com/LWJGL/lwjgl3 - 0eccb8afef889aa9716d4666579218727da42897 authored over 3 years ago
feat(tootle): update DirectXMesh to 1.6.1

github.com/LWJGL/lwjgl3 - ebeac1ed3ffd2e0cfd3422f528b0355eef769849 authored over 3 years ago
feat(libdivide): update to 5.0

github.com/LWJGL/lwjgl3 - d23cce40ba0fc464756c130c7a4feeccba042cac authored over 3 years ago
docs(Vulkan): add more pNext setter information

github.com/LWJGL/lwjgl3 - 75c85e5096159c6fbfd9bd28398d20a13bd0b03a authored over 3 years ago
build(bullet): remove the Bullet Physics bindings. Close #428, #480

github.com/LWJGL/lwjgl3 - aa992349f97680f8d355510a13938541c004eea5 authored over 3 years ago
fix(Vulkan): SOE in the new pNext setters

github.com/LWJGL/lwjgl3 - 139988556d4f1e45b3a73b799f9bf54014778b8a authored over 3 years ago
feat: add Configuration options to disable API extensions. Close #683

github.com/LWJGL/lwjgl3 - 524ed97b6ead1235e67cc1588297fffa17d2c18f authored over 3 years ago
build(macos): discover SDK root with xcrun. Close #681

This eliminates the manual version detection and enables building with
Command Line Tools for Xc...

github.com/LWJGL/lwjgl3 - b984f58b816247d0a1d68af53c64e072a5309f22 authored over 3 years ago
build: simplify cache-kotlinc dependencies

github.com/LWJGL/lwjgl3 - 4e1b8a648b0eed9f2b96fef86a255824ce719278 authored over 3 years ago
build(glfw): drop wayland from the GLFW natives

github.com/LWJGL/lwjgl3 - 4b27b32b3cfa0bcf81e04a8fd6064960830f89e4 authored over 3 years ago
feat(Vulkan): pNext overload improvements

- Added missing overloads.
- Overloads are now sorted by name.
- The overloads now prepend the s...

github.com/LWJGL/lwjgl3 - 6b16aa8ea640ac818d701eaa352270a3351a32d7 authored over 3 years ago
feat(Vulkan): update to 1.2.196

github.com/LWJGL/lwjgl3 - 35d936bdbef213c953c6169345f8774354bff7f1 authored over 3 years ago
feat(Vulkan): add type-safe pNext setters

github.com/LWJGL/lwjgl3 - b077b1e0f71e490c12a8edda019503553aff9533 authored over 3 years ago
fix(Vulkan): VkVideoEncodeInfoKHR::pNext nullability

github.com/LWJGL/lwjgl3 - 919eddc8578935ec63c87bda42a9235641cd9ebb authored over 3 years ago
feat(glfw): update to latest version

github.com/LWJGL/lwjgl3 - 4e6713d5dfe416751534810c99d67b2c70ffde2c authored over 3 years ago
chore(core): remove dyncall license

github.com/LWJGL/lwjgl3 - aa86ccf3575076436e6ed728a65a7d8b118b49ef authored over 3 years ago