Ecosyste.ms: OpenCollective

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

github.com/tauri-apps/glutin

A low-level library for OpenGL context creation, written in pure Rust.
https://github.com/tauri-apps/glutin

Merge pull request #68 from tomaka/fix-native-win

Add `platform_display` impls for win32 and android

5c31daf7e2e93e58abc8b3c03459c88098c280fa authored about 10 years ago by tomaka <[email protected]>
Add `platform_display` impls for win32 and android

Fix the cocoa function

0eda82c28fc776923bd5139ca03be503195b0010 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #65 from glennw/x-threads

Add an interface for providing system wide initialization options to the windowing system.

2c9eaf86512a77da5f20acc87d9c5cd949078a85 authored about 10 years ago by tomaka <[email protected]>
Add an interface for providing system wide initialization options to the windowing system.

This allows setting up Linux based systems which use multithreaded OpenGL contexts.

97c471dc05b2b9c928758ae23f2f8cafd9d36dda authored about 10 years ago by Glenn Watson <[email protected]>
Merge pull request #66 from glennw/platform_data

Add accessor for underlying display handle on Linux.

fe8646c55681d6ecbd290010ab702f8f0feecc00 authored about 10 years ago by tomaka <[email protected]>
Make platform data function as unsafe.

21e3ff99fa5628011fe226dd13a87e09f0f33330 authored about 10 years ago by Glenn Watson <[email protected]>
Merge pull request #64 from glennw/fix-get-dimensions

Fix closing X display in get_dimensions

59ff347eed8fda8a298330fcc5ab3ad89686da32 authored about 10 years ago by tomaka <[email protected]>
Add accessor for underlying display handle on Linux. Although unimplemented on other platforms, this applies to at least android as well.

5693fbcce3ca04aa7a26920add40ea770419f3ea authored about 10 years ago by Glenn Watson <[email protected]>
Fix closing X display in get_dimensions

80e4fa9ad80e33dd0c134ceb3b29aaafd7dec0a5 authored about 10 years ago by Glenn Watson <[email protected]>
Merge pull request #62 from DavidPartouche/cocoa-input

Cocoa input

d8ca679a6ec92ea8428ad5e3733a65b2e045d02c authored about 10 years ago by tomaka <[email protected]>
Added the Alt key modifier

f86af01a99064ac1476498ea48370d4193ceda97 authored about 10 years ago by David Partouche <[email protected]>
Added the modifiers key as input

6f46c0c2dd9eedd350dd2ea1a426c96ef6284357 authored about 10 years ago by David Partouche <[email protected]>
Fixed switch from atomics to atomic in rust

271b68891002b324be04d04475a4207ce5918590 authored about 10 years ago by David Partouche <[email protected]>
Added ReceivedCharacter event for cocoa

dad539114dbbc4717611ce92d8422b2f5127a597 authored about 10 years ago by David Partouche <[email protected]>
Added the KeyPress and KeyRelease events

86e8480550b0a61d80ec828c57dac06ddb5c540a authored about 10 years ago by David Partouche <[email protected]>
Added mose move event

421beefe67754eef3f308b7558c0c569be9ca76b authored about 10 years ago by David Partouche <[email protected]>
Added is_closed to osx window

ba8f55547f18e7fa01d29d945b961476ea1658e0 authored about 10 years ago by David Partouche <[email protected]>
Merge pull request #60 from DavidPartouche/mac-compilation-error

Fixed a compilation error: setContentview changed setContentView_

d0d787bff081356024f7de389362092a86b25da2 authored about 10 years ago by tomaka <[email protected]>
Fixed a compilation error: setContentview changed setContentView_

5969cfe886a163327e140052f840690e88532132 authored about 10 years ago by David Partouche <[email protected]>
Merge pull request #59 from tomaka/update

Update for rustc and gl-rs

2a29e4d743205e96da611516f5fe99da78e462d1 authored about 10 years ago by tomaka <[email protected]>
Update for rustc and gl-rs

2ff393fe623d10f2ea89262013ba66e228cc0c94 authored about 10 years ago by Tomaka17 <[email protected]>
Update for Cargo's platform-specific dependencies

1d9ceb9ddff11c3511cfe7a847ff26e67d3b5f30 authored about 10 years ago by Tomaka17 <[email protected]>
Update for gl-rs

0d0c14e6ecc3137fd1d12c389e03e6f312f1f207 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #55 from tomaka/put-back-dependency

Revert temporary fix for rust-core-foundation

c8ea2bf587429b5b59d5a41f7ebb16a7998badd9 authored about 10 years ago by tomaka <[email protected]>
Revert temporary fix for rust-core-foundation

6d34ef7a3dc0febb7fcade34801236ea61090bbf authored about 10 years ago by Tomaka17 <[email protected]>
Temporary fix to outdated rust-core-foundation

4a654b561e00f928b911613ccc71420fdc7875ce authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #54 from tomaka/use-glx-glrs

Use gl-rs's GLX bindings for x11

c7f2dc67374edefd351a236eb49374602af0aabd authored about 10 years ago by tomaka <[email protected]>
Use gl-rs's GLX bindings for x11

bb22087d1ca2fdd4c52c980fb56f8bd425faa0d3 authored about 10 years ago by Pierre Krieger <[email protected]>
Update README.md

4dcdf3ec50d24873895c279557a2aec7f05fd6e7 authored about 10 years ago by tomaka <[email protected]>
Merge pull request #51 from tomaka/headless-test

Add test for headless rendering

32a6c7f1e9e68757542a5faef8382b8b01ca0d29 authored about 10 years ago by tomaka <[email protected]>
Fix win32 window not closing when destroying it

9e9a3ae03a96593de9b81948a347da1a41c7c1a6 authored about 10 years ago by Tomaka17 <[email protected]>
Fix win32 window not having a destructor in headless mode

64bbc4965f3ab6a829a9f421c11b7bead6d49a17 authored about 10 years ago by Tomaka17 <[email protected]>
Add test for headless rendering

c71625e301311d2efc6c53c3b13927cfe1e7ec55 authored about 10 years ago by Tomaka17 <[email protected]>
Fix bug with 64bits rustc

cdee854d2e4768c2d5bfca5a972fde782c82dbe7 authored about 10 years ago by Tomaka17 <[email protected]>
Fix warnings while compiling for win32

cb32e64b72e9342d30cde694ab25234a263cab59 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #50 from DavidPartouche/fix_warning

Fixed static uppercase warning

8e8549b4ac451d60bc67599e7336ead8a3b4a6ba authored about 10 years ago by tomaka <[email protected]>
Changed statics to uppercase

a2df6a86993aaa9ed5a352ae71fdc58922d505c6 authored about 10 years ago by David Partouche <[email protected]>
Fixed static uppercase warning

10f625c2c8f601af6fe7cc9fbfcf728e716bdd70 authored about 10 years ago by David Partouche <[email protected]>
Change implementations import system

bfbc46251196b58c31ce3b633597208d8132f953 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #49 from tomaka/update-rustc

Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000

28ecf3bc5b463e7e1b1859746f178c2990dfb263 authored about 10 years ago by tomaka <[email protected]>
Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000

c316c86e7c5996e0b0965682f4260d20191e5b6d authored about 10 years ago by Tomaka17 <[email protected]>
Minor changes in travis.yml

b66abed7aeb3685552a2cb6caa34e8c4eb6dbb12 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #44 from tomaka/headless-rendering

Implement headless rendering

093c188b114d879543b98f60b6e9a3489d9cf70f authored about 10 years ago by tomaka <[email protected]>
Implement headless rendering

e565bfeb1372b885f8cced6a42596b731cb382b2 authored about 10 years ago by Tomaka17 <[email protected]>
Use Cargo features to opt out of the makefile

See #46

cfb0cb70013772492c1930ced62f48aa6cb372ff authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #45 from DavidPartouche/cocoa-window-support

Cocoa window support

0392fe6af60fa63aebaf78f6529c74a8a5a275d5 authored about 10 years ago by tomaka <[email protected]>
Fixed a space missing

dc80f57bc27f430d94b14470d3c0fded6da5b185 authored about 10 years ago by DavidPartouche <[email protected]>
Added events handling for left/right mouse clicking

989fd1b505a51bde3f8bcd2bf9b94fa434880dd6 authored about 10 years ago by David Partouche <[email protected]>
Cocoa opens a window with OpenGL context inside

c38110cac77253761afc8cc616f645dc1ec4d3b8 authored about 10 years ago by David Partouche <[email protected]>
Refactored window initialisation code for cocoa, making it more memory safe

db578e6e1ce88f2ceb2f0f04315aedab9e11441e authored about 10 years ago by David Partouche <[email protected]>
Fix warnings

fe245e292937a5af3dc6bd60c21c3426acb1449e authored over 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #43 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

2b5513fa80ad046252851837ce3745dd37de9088 authored over 10 years ago by tomaka <[email protected]>
Added Gitter badge

3a408d8ebb752749ca92db6b6c0ebec79582c8ea authored over 10 years ago by The Gitter Badger <[email protected]>
Update README.md

3d052adbe9e10548f93be770ad70e34eeedc9aa8 authored over 10 years ago by tomaka <[email protected]>
Rename gl-init-rs to glutin in the README

56ca9b8d14ed1fefe3c60759311353e6b72a3515 authored over 10 years ago by tomaka <[email protected]>
Vertex data for android is now static

0584ac184c8558382009958860cbf742bcf6d43e authored over 10 years ago by Tomaka17 <[email protected]>
Update apk-builder

5fd00e8b6e5124b5c4bfd9d59cd80d4cd8f63eda authored over 10 years ago by Tomaka17 <[email protected]>
Update apk-builder

649f701a04241b79b512861841a403c054ebb8f0 authored over 10 years ago by Tomaka17 <[email protected]>
Fix compilation warnings

ea957ce1d77756eec0025f5f8d582e7daf350343 authored over 10 years ago by Tomaka17 <[email protected]>
Merge pull request #42 from tomaka/rename-glutin

Rename crate to glutin

07734275139d2e2abd0b800f9fd53871ffa88ceb authored over 10 years ago by tomaka <[email protected]>
Rename crate to glutin

02ba9d33d75b6bb723f3d3f8d7090136956e4317 authored over 10 years ago by Tomaka17 <[email protected]>
Merge pull request #40 from DavidPartouche/master

Use the correct monitor when fullscreen for X11

795d04c123312a623306d1ddfa24f2becaa4bae3 authored over 10 years ago by tomaka <[email protected]>
Use the correct monitor when fullscreen for X11

6d3d84ef753b4e998221290acc1b72a75d3ff8a5 authored over 10 years ago by DavidPartouche <[email protected]>
Merge pull request #38 from tomaka/x11_fullscreen

X11 fullscreen

3ac5f6d115afa3907047a8a55b58c698b47d3b28 authored over 10 years ago by tomaka <[email protected]>
Add libXxf86vm-dev installation to travis.yml

9b06c973a2569c43ed0c95d72423fe5c3146efdb authored over 10 years ago by Tomaka17 <[email protected]>
Added output to get_name for x11 monitors

4222d12e6746bff2765e7a716eed4f4158f1906f authored over 10 years ago by DavidPartouche <[email protected]>
Get the monitors attached to the display, and their resolution for X11

906324e26744a773d43b8737fdc60ae730f24141 authored over 10 years ago by DavidPartouche <[email protected]>
Changed is_fullscreen to monitor.is_some()

6f47e6ff8ca839899abb67b3d656e04231ca0cf8 authored over 10 years ago by DavidPartouche <[email protected]>
Added fullscreen support for X11

55ebd4935ec649083e281cf2fa1abdcf224b7faa authored over 10 years ago by David Partouche <[email protected]>
Get the monitors attached to the display, and their resolution for X11

ac74db979c9e1daa73c5f232e9a144e9f355990a authored over 10 years ago by DavidPartouche <[email protected]>
Changed is_fullscreen to monitor.is_some()

bd3b06e1a527466600cb0d8cd87a323974b5e5d4 authored over 10 years ago by DavidPartouche <[email protected]>
Added fullscreen support for X11

b149fca83d390c9c04277501811a617832edc682 authored over 10 years ago by David Partouche <[email protected]>
Update README.md

d8171a0c73921a28b2005030df741ef11a262900 authored over 10 years ago by tomaka <[email protected]>
Merge pull request #35 from evant/master

Make x11 keyboard repeat detectable

1ae81267f56e5164201f897b99f5d3915146ff8d authored over 10 years ago by tomaka <[email protected]>
make x11 keyboard repeat detectable

bcd3da1fcd802330817bb0795f5a563ca093409b authored over 10 years ago by Evan Tatarka <[email protected]>
Add platform-specific notes in README

661c936253bda31e5457cb74eca85d37582f0717 authored over 10 years ago by Tomaka17 <[email protected]>
Remove unnecessary win32 linkage

991dc50a319cd2083da82a8c49153ef5adb54490 authored over 10 years ago by Tomaka17 <[email protected]>
Fix warnings in win32 ffi

ee2349f2725f49afdd2b104eb8f897b5574cc5f1 authored over 10 years ago by Tomaka17 <[email protected]>
Update apk-builder submodule

485e89715f163663bc53f6bf9f0b15bdd226f39a authored over 10 years ago by Tomaka17 <[email protected]>
Remove some unused imports

ce052484f743a91f19342ddf942ed2e442ce3ab9 authored over 10 years ago by Tomaka17 <[email protected]>
Use gl_generator to generate EGL bindings for Android

f3e0c571582683647e0c1d16ebf16fc2be77cbfc authored over 10 years ago by Tomaka17 <[email protected]>
Merge pull request #32 from tomaka/use-gl-generator-for-wgl

Use the gl_generator macro to generate the bindings for WGL

f91bd5d2d8817920e4067ee6c12f7fba9e1a620e authored over 10 years ago by tomaka <[email protected]>
Use the gl_generator macro to generate the bindings for WGL

2af367b55caf948ec254c0ffabda8c6263d01690 authored over 10 years ago by Tomaka17 <[email protected]>
Remove old "egl" module

3043cb2848e1eb1c45fc1f534d2696371faddfc6 authored over 10 years ago by Tomaka17 <[email protected]>
Add triangle to example

451b754e79373fc9c9d43d3127f4caa41408ee68 authored over 10 years ago by Tomaka17 <[email protected]>
Examples now using a support module to draw

3cad622ee846600bbb5bd38992113198fd9737d7 authored over 10 years ago by Tomaka17 <[email protected]>
Merge pull request #30 from tomaka/android

Basic support for Android

6b834baedaab6086438e3a84ca72b809b9f7740f authored over 10 years ago by tomaka <[email protected]>
Add basic support for Android

0bb82e8467f4f0acde0ba434cbc214ea9a4af476 authored over 10 years ago by Tomaka17 <[email protected]>
Update README.md

c0c43f41387b30c2f78f19dbae1212256a99de49 authored over 10 years ago by tomaka <[email protected]>
Remove call to glViewport after win32 initialization

d870fa7ffa1ff5e7a6a13048ada943aea51a04a6 authored over 10 years ago by Tomaka17 <[email protected]>
Cleanup temporary objects in case of error during creation on win32

See #10

d6fec79334e5daf9d442b50860d786a28cf46b3d authored over 10 years ago by Tomaka17 <[email protected]>
Fix & add some comments for win32

5c925874421c016d7c975491494035f78b14566a authored over 10 years ago by Tomaka17 <[email protected]>
Not specifiying dimensions on win32 now results in CW_USEDEFAULT

Close #11

6b45d1ca25e2d4cafa8b0ca9441eaeeadd5ff37d authored over 10 years ago by Tomaka17 <[email protected]>
Remove forgotten debugging println

Closes #26

761d82cd607cc0c6c4a9008a6bed3ab1992804b4 authored over 10 years ago by Tomaka17 <[email protected]>
Merge pull request #25 from DavidPartouche/master

Fixed broken build with latest rust update (use 'foo' = 'bar' syntax err...

ec8cbce6246f578ad4cf264dd8e5ce4a5a074ac4 authored over 10 years ago by tomaka <[email protected]>
Fixed broken build with latest rust update (use 'foo' = 'bar' syntax error)

44c15bf6e6d459d29a0385eefc357e02e21a89e8 authored over 10 years ago by DavidPartouche <[email protected]>
Track rust nightly

24dbe322f7039326a60868b0e449eb64873f62c0 authored over 10 years ago by Tomaka17 <[email protected]>
Win32: no longer fails when calling swap_buffers on a closed window

4c1503dc323fb6ad18a1f73c88ce4e855f3894c8 authored over 10 years ago by Tomaka17 <[email protected]>
Implement new events system

ae65b423ddf2be0bb7981eba81366a93c686724f authored over 10 years ago by Tomaka17 <[email protected]>
Implement Default for Window

3aab801f291c513f5b662589097fa5d5653d8ffe authored over 10 years ago by Tomaka17 <[email protected]>