Ecosyste.ms: OpenCollective

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

github.com/LWJGL/lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://github.com/LWJGL/lwjgl3

Replaced hardcoded path with relative one.

eb58ee9448b4fa769478ebf90602861f4d399647 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added IDEA run configurations for GLFW demos.

8557d16254c1ee8e7bbf207e41e2c113523962af authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for GLFW.

Updated kotlinc and fixed Kotlin issues.
Misc fixes and improvements.

10b0b2e1315d2dc42e07aaf39034f97591281c11 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
WIP glfw stuff

17a188d1a99cf6eda0f9fdcff32fb110b6b901ee authored almost 12 years ago by Brian Matzon <[email protected]>
Fixed buffer result type for PointerMapping.DATA.

446630773784c1dbfb800c9a0b08bf9223185d4b authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added autoSizeResult modifier.

It can be applied on an OUT parameter that will receive a count. That count
will then be used as...

ace1a8461005909bea333496ccd6baf3492819da authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Build improvements and minor fixes.

- Added bootstrap classpath to all javac tasks. Requires the JAVA6_HOME env variable to be set t...

a25c7a1f34ab12c8a6d9af66b8ce2107d9c3d313 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
updated AL_SOFT_source_latency with documentation

8b986fa3229958af0f66575fb3351f683545f47a authored almost 12 years ago by Brian Matzon <[email protected]>
added known, specified openal extensions

7ff5a2f90110aed4a7f35922e1939949e8cf1828 authored almost 12 years ago by Brian Matzon <[email protected]>
updated char to utf8 type

1647816637e8b60893ee49ef709565d219fe721b authored almost 12 years ago by Brian Matzon <[email protected]>
added util package to compile, updated script to use defined constants

7d21e5d6e8b6892525e0f161e93ea3374c6c9b37 authored almost 12 years ago by Brian Matzon <[email protected]>
from origin

c15b474a4c23abc3f7891a303bd50335b5db3b53 authored almost 12 years ago by Brian Matzon <[email protected]>
suppor for ALC_EXT_DEDICATED, ALC_EXT_disconnect, ALC_EXT_thread_local_context, ALC_SOFT_loopback

6859b8756187087ebd60a0afaa716d07767016ab authored almost 12 years ago by Brian Matzon <[email protected]>
Misc fixes and improvements:

- Fixed ALC/AL function address lookup.
- Introduced FunctionProviderLocal interface.
- Added ex...

e710a354a1e627537934ca04876d0474afa8381d authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
using instance specific contexts

1ce071dbd8fa5a4e9285f2ada2beeae918554fcb authored almost 12 years ago by Brian Matzon <[email protected]>
reworked create, iscreated, destory to be context instance specific

6d59ad3882a003ef64ce44d6b5a3b6e62db19dc2 authored almost 12 years ago by Brian Matzon <[email protected]>
fixed wrong type for alSource3i

17f66fd6fc62c705a5189d5b0082b502b65a56a7 authored almost 12 years ago by Brian Matzon <[email protected]>
Merge branch 'master' of https://github.com/LWJGL/lwjgl3

8c7e0f1813062b376b8978a3fbed1cbb0ba55d43 authored almost 12 years ago by Brian Matzon <[email protected]>
Added updated OpenALInfo

d683002f7240e383708a7cd17d570329b8e9d302 authored almost 12 years ago by Brian Matzon <[email protected]>
Added more efx stuff, and made proper extensions

Added old create/destroy/iscreated to openal

f6322ef769ed79a204aab9c17eea75e7a95b1464 authored almost 12 years ago by Brian Matzon <[email protected]>
Support negative literals and remove constant prefix if present.

07305359be11631edb31f6727b6417135ad9a5e5 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Made memByteBufferNTx reuse the infPointer buffer and fixed memXBuffer(long, int) capacity bug.

203b28bac8cce59ba201cfcd3f3a015acd70f003 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Dropped sizeof() and merged into offsets().

1219da4ad789726d6be1100839a49c1c6ccce701 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
OpenAL changes WIP

2657a7dd7f105b319d31affa6d344d256e5c468f authored almost 12 years ago by Brian Matzon <[email protected]>
Added prefixTemplate property to NativeClass.

This allows to use one FunctionProvider to check if the extension is
available and a different o...

84c708974ec99ec7a98b9492fe24557cacb78edf authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Type system improvements.

c002eec2c37c48a75dcf036bdfaa31f1a3fccc62 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Reuse LWJGLUtil.toHexString.

882f54de16c832be906f25bbf0dd2d74263f6591 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Improved OpenGL forward-compatible detection.

4a6d5ac04f1007fcb0bc205cbec776f65e714a7b authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added ALCDemo run configuration [IDEA].

5bccce1f664fd042a21356de60ded8c1288a5025 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added OpenAL 1.0. Misc cleanup and refactorings.

This commit introduces the first major incompatibility with LWJGL 2.X.
GLContext has been rename...

853f5d572a9234a8a405407832bfcd67e1f2dd15 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for ALC 1.0 and 1.1.

This is the first OpenAL related commit, work in progress.

ecd1ee2b98e52129388672dfb37e7253e3420fdc authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added missing license.

1e1baa75863e8175bbe2310a4ef5e040e9d2b014 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added a subfolder under /config that will contain pre-made IDE projects.

This will allow people that want to contribute to quickly get up and running.
Currently only Int...

c7d1df8731370aa9739e05c052c4241ba7d09221 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for asynchronous, context-local callback functions.

The current implementation requires manually coding the callback function
Java and C code. It sh...

4f856da0dc475bd59157dd70c88dbc774a395f57 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added OpenGL 4.2 and 4.3.

e7faafb58622a23583204c01d6ab32d9697aea03 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Allow numbers in parameter types (e.g. int64).

932e8b1b402fb1897324e66fdb0cd05796d68de8 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Allow whitespace after token value.

ca6a5435fe7f69fa7bb58da46d28b39a4244451c authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added _ to the parameter name regex.

c83181f4fdd2eb02ecb17fd998a3b45c0dea24c2 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for OpenGL 4.1.

506002d45af03d83dc3821febadd1f6b29a07502 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Made Return to also support plain ByteBuffers.

99e12e312b7c0eb59e462b249345c3d8733e6c79 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for OpenGL 4.0.

0546e7e591610db4741f6a58b40e52e4362a47fb authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Strip unsigned postfix from OpenGL reference URLs.

eb479103db0fa967ec2f47141b8fc4165ce60adc authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Fixed description block bug.

e50d4b1f93e28599b78914c2a3a72f6e40c6c557 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added lower-case characters to the token regex.

ccb49347d775e3f06921278f2fdf4c8fc4cb4c54 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for JavaDoc code blocks.

a547f6064aaa8b5d59f19e534cbfd6d39ba7066c authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for OpenGL 3.1, 3.2 and 3.3.

5c02263f532d7786549152e92487349165ec91f0 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for combining single return value and single parameter value transforms. Enables transforms such as: void glGetActiveUniforms(int, IntBuffer <IN>, int, IntBuffer <OUT>) -> int <OUT> glGetActiveUniforms(int, int <IN>, int).

247924bb046973ccc27b025aef93be8f43fa89a2 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added HTML lists to the DSL.

Added custom OpenGL SDK Reference URLs.
Misc fixed and improvements.

01aa9ca2b1418ad3c14bcfa2f9e5880c32c4e5a3 authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added buffer size check to null-terminated checks + cleanup.

42cf2e6d964e7c6842fd49d0ddece71eff3222bf authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Updated kotlinc and removed unnecessary external annotations.

afb6519011d81f17036bef650989e4ef055d6f7a authored almost 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for OpenGL 2.1 and 3.0.

ad5f85372cccf9908d08d41753babb9ae9b4a5b0 authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for pointer array parameters.

df061dd5060f6e1e67f29567c2b12ef0bf030e09 authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Added support for memory aligned buffer allocation.

ea251c7ff015658e81e03866e8caa94142e04fa1 authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Added OpenGL 1.5 and 2.0.

4eda42c5e04eb882c459e3199d9053f207157ad0 authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Escape '_' in JNI function names.

2baeb4a07e50b89028b8622bc9554a331bca1efb authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Generate more human-readable table HTML.

32bc2d9a127a1c12de09f8b03294d555b5b3b07e authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Added OpenGL 1.3 and 1.4.

Added auto-generated link to OpenGL man pages for Core profile functions.
Inject deprecated notic...

068edc7097994b21ddfdb41726a828b590aab2e8 authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Added ARB_imaging.

Added LWJGL icons.
Updated kotlinc.
Misc fixes and improvements.

7d0ee08f992b14c75fd48dd686d56cc90db8588a authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Added the Template Formatter tool: It parses token and function definitions from OpenGL extension specs and outputs the corresponding LWJGL template code.

Added OpenGL 1.2.

452810c66b1ed95b23aa407fda3c0077598b9aaf authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Renamed TypeModifier to TemplateModifier and made applicable to NativeClass and NativeClassFunction.

Added support for DeprecatedGL and DependsOn modifiers.
Updated kotlinc.

f8260a6bf5fb86f59508bbc13e151d37c1169ca1 authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Added GL30+ extension enumeration and forward-compatible context detection.

Added more WGL extensions.

d08d6c2071b9e85797c16581e866f05204cd546f authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Added new WGL extensions.

Added .gitignore
Misc generator fixes and improvements.

353df532e014cbd0fe42011380eb1761958016cc authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Readme fixes.

e1a00802e7ec9f424595314668a539873f053eb4 authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Added a readme file.

d912b87897181626a6e2190b3b93e42992842963 authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Added tests compilation

169a0f060e8fc7b0dcadc6c20c8b8c35a41ef740 authored about 12 years ago by Ioannis Tsakpinis <[email protected]>
Initial commit.

7c90cdd193d56dff876224ccb43a979a1d8b49aa authored about 12 years ago by Ioannis Tsakpinis <[email protected]>