Ecosyste.ms: OpenCollective

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

veandco


Collective - Host: opensource - https://opencollective.com/veandco - Code: https://github.com/veandco

sdl: audio: add SDL_DequeueAudio()

Signed-off-by: Chae-Young Song <[email protected]>

github.com/veandco/go-sdl2 - 424dfac35026148a08f1b626cf1b1b3f35880a17 authored almost 8 years ago
gfx: fix wrong constant values

Signed-off-by: Chae-Young Song <[email protected]>

github.com/veandco/go-sdl2 - 6deb4a70065508599c3ba24656eef4b5e8b65fdb authored almost 8 years ago
fix compile errors (#220)

github.com/veandco/go-sdl2 - 03d64a4b57a0c20281a1df861af027cdee4dd257 authored almost 8 years ago
update CONTRIBUTORS

Signed-off-by: Chae-Young Song <[email protected]>

github.com/veandco/go-sdl2 - f8670c98db1e07ce62a4cddfafc46fac1db4224d authored almost 8 years ago
move contributors from README.md into its own file

Signed-off-by: Chae-Young Song <[email protected]>

github.com/veandco/go-sdl2 - 3a166cfdc9156ecd206c9b93ccea4ee26d68c346 authored almost 8 years ago
SDL_GetError returns an empty string, not nil, when there are no errors. (#218)

github.com/veandco/go-sdl2 - deb5dd415f78d4902db7f10a417dfbccbf54685b authored almost 8 years ago
README.md: fix wrong number on Windows steps

github.com/veandco/go-sdl2 - 2b71e54a8c1913cf5ddacee99c787cbba743ac3e authored almost 8 years ago
README.md: more formatting

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - aa1df4479f96b313ff49bc073961e30e68c18729 authored almost 8 years ago
README.md: fix markdown formatting on Github

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 4da34d9cce336e8188d3fcba3d5e128515d55eee authored almost 8 years ago
README.md: update Windows guide

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - b5a64bf1781708c2520acfc4213ef5da5c75763e authored almost 8 years ago
sdl: filesystem: add warning message to SDL_GetBasePath() and SDL_GetPrefPath() if used on older SDL2 versions

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 90955ee4b083ea731af35909f5536c125855ab48 authored almost 8 years ago
sdl: cpuinfo: add warning message to SDL_GetSystemRAM() and SDL_HasAVX() if used on older SDL2 versions

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - f014f62bd9f3bb629a87bf1f2a6ea455dcc2cde7 authored almost 8 years ago
sdl: struct_test: update DropEvent test in TestStructABI()

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 2378723fce751282b04ba07334df2e2d4d9869aa authored almost 8 years ago
sdl: events: update DropEvent struct to match SDL 2.0.5

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - c00650502d6fa2ec19796101059eb6bfad2657ef authored almost 8 years ago
sdl: add initial log_test.go

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 184572cc5a801dbb73c6bc783d44a23a28bd9584 authored almost 8 years ago
sdl: events_test: use testing.Error since there's no format string

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 81b8c75ae890197286ee38337d0ec63dfe3d08d7 authored almost 8 years ago
gofmt -s

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 9895de8d352866b4ed65f14d1171b820e48b9452 authored almost 8 years ago
Implement standard library Color interface (#216)

* Implement standard library Color interface

* Add comment for Color.RGBA

* Fix method sig...

github.com/veandco/go-sdl2 - ba491708737fd263b055821b922909c847617680 authored almost 8 years ago
sdl: audio: fix compile error

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 9eb0c07944b7d311bde2fd3d9cb2e767a938a0c9 authored almost 8 years ago
README.md: formatting

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - e43f13fa227924a3ae4530ff679a6c3ed86b80ca authored almost 8 years ago
README.md: update faq about runtime.LockOSThread and multi-threading

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - b0a981e26845bf69ab327f3836c2504c1a77981d authored almost 8 years ago
sdl: audio: add stub function for SDL_QueueAudio when using SDL2 with version prior to 2.0.4

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 1879fecda7b4b2a37bcd54e31641c2dab2721751 authored almost 8 years ago
Implement SDL_QueueAudio binding (#215)

github.com/veandco/go-sdl2 - aad91b55434086e764851a835148d065341c00fa authored almost 8 years ago
README.md: add faq entry about windows program exits with code 3221225781

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0c7cf84587c133c9537331658d93c8e16401caff authored almost 8 years ago
examples: events: fix long stutters when ran on windows

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 9e363ad99cb1d3675e9d65204fc0aa5cecfe5e6f authored almost 8 years ago
sdl: audio: add a note on BufAsSlice() behavior

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 29d75db2591136c18034ee04a816f23f28b673d6 authored about 8 years ago
sdl: audio: add memory functions to operate on AudioCVT's Buf

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 6933dac2ca99cfd33f34a67af9f17d019b24a751 authored about 8 years ago
sdl: audio: make AudioCVT.buf public as AudioCVT.Buf and rename AudioCVT.Buf() method to AudioCVT.BufAsSlice()

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - e5ed6296cedc895bb1823e346627269ce5299220 authored about 8 years ago
sdl: events: fix memory leak caused by sdl.PollEvent()

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 7e0eb9694464a333a72a1234f238a8bb86262c5b authored about 8 years ago
Fixed SDL_SCANCODE_0

github.com/veandco/go-sdl2 - 43c83942fad20acc887d8f581ef7b2058708afae authored over 8 years ago
examples: render_goroutines: add mutex for running variable

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - fdda40d2656894fde06dc54d55803e49d50efc95 authored over 8 years ago
examples: update render_goroutines and render_queue

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 942740f4f55ebcf61887cf296e95b0f7198354e8 authored over 8 years ago
sdl: add Do() helper for running functions on main thread

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - bc9d5d1882528a19da2e638decae0bc239e78cfd authored over 8 years ago
sdl: add placeholder SDL_CaptureMouse() if not supported

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 9339e3d06a9ab29029070c12104e5e52c660a18a authored over 8 years ago
Added SDL_CaptureMouse binding. (#207)

https://wiki.libsdl.org/SDL_CaptureMouse

github.com/veandco/go-sdl2 - db8a72a4f1aa5dca5fb8620086aff7a897ba33a5 authored over 8 years ago
sdl: struct_test: fix MouseWheelEvent size comparison

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0c7e4577f34a4f8a191c0d6b9b8944049ace8ec8 authored over 8 years ago
add disclaimer to sdl test /w version printout

could be enhanced with conditional check

also modify struct comparison to only set fail flag

t...

github.com/veandco/go-sdl2 - 7d521a768c5a93b789f5abd6931ac476910907c5 authored over 8 years ago
sdl: struct_test: implement new technique for testing some struct ABIs

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 51e033afda5da9ce85c29f1fde8acd6e186cad70 authored over 8 years ago
Merge pull request #206 from cdelorme/master

add disclaimer regarding tests and compatible SDL versions

github.com/veandco/go-sdl2 - 3416f505831b921b5736d377ae286da8ab8d48d9 authored over 8 years ago
add disclaimer regarding tests and compatible SDL versions

github.com/veandco/go-sdl2 - 6ae9001e29bd66c612e487cbbed7c6d1c977647e authored over 8 years ago
Merge pull request #204 from cdelorme/master

fix window title test

github.com/veandco/go-sdl2 - d70fce350241404ce863745fc02fb761498d677a authored over 8 years ago
fix window title test

github.com/veandco/go-sdl2 - 8217fc02868310d93abbdf6184ad739a03f2248b authored over 8 years ago
examples: render_queue: wrap every SDL2 calls in CallQueue

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 762d89135cfcf7a39a6c1df542739e760d42a0ec authored over 8 years ago
examples: render_goroutines: updated example to be more interesting and robust

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 479a99c6cd7c1c24bc076a44e0e9da5fed405d4a authored over 8 years ago
sdl: fix comment referencing old code

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 187fed1ee23707f131d3b89956628f0f1674a3cc authored over 8 years ago
gfx: change color type from uint32 to sdl.Color and updated example

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 77301d50e7500e78015bcb5ba4b96f9e37428c62 authored over 8 years ago
sdl: pixels: fix unused alpha when using Color.Uint32()

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - d16b6a04586618b89bd42f8ecc94ed0d51ccefe7 authored over 8 years ago
added experimental sdl_gfx

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 6714be1993d86c199f628d09710b9c532c36ddd8 authored over 8 years ago
examples: gfx: updated example

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 7f6dc5dd50eebe414b196dbb0176874a98151510 authored over 8 years ago
examples: gfx: randomize colors and use OpenGL for the Go program

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 872304e86f2c33cbb126aa1b334b0c10a7c58fff authored over 8 years ago
gfx: added gfx primitive functions

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 1ab57c20567dbc98e8cb3c922bb76b0687e76754 authored over 8 years ago
examples: gfx: added C version

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - a981aded6667ffd3b652365573c5068983d7684f authored over 8 years ago
added initial sdl_gfx boiletplate

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - d06650b5674db239d304de3978fee8e7a103cb9c authored over 8 years ago
updated Windows installation in README

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 965b81814a6c007b31427360efa2addea8786ca0 authored over 8 years ago
updated Travis to use SDL 2.0.4

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - d4d60009e4c53e795a33f6f5a05f876154bda501 authored over 8 years ago
sdl: fix compile failure on certain release of SDL 2.0.0

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - c614d9ad10325115c9b3b1585b583b7123de4c09 authored over 8 years ago
sdl: fix Windows preprocessor macro

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - fc918b0e53986cd56ba0b377931061bf530d9c3d authored over 8 years ago
add go1.0 as one of the platforms on Travis

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 644e6e87d195e964c3d54acf52dc81540513d86a authored over 8 years ago
sdl: system_android: add go1.4 build tag so it is ignored on older Go version which doesn't support Android

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - fa2ca84e1996c5093a974c800ba44058301ec890 authored over 8 years ago
ttf: added sdl_ttf_test.go

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - b219958c762806c0589aef6bdf070046e45fee53 authored over 8 years ago
examples: text: new "text" example

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 63e98d1f3cf967e42dd070e46a213061fdce5765 authored over 8 years ago
ttf: fixed a C compiler warning

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 4ca36c82d3c13531ba5ca8cd3a6243065189f3ca authored over 8 years ago
assets: added test.ttf

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0b0a58af5b62e7a8ca998e7569eb87b2483b97a6 authored over 8 years ago
go fmt

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 497941c678a770601338ca3f4bda1ec2f41f65f8 authored over 8 years ago
sdl: added surface_test.go

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - f5333f41ae919951bdf5c75c19f9b76584136588 authored over 8 years ago
sdl: added video_test.go

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 1c2c11eafba1049d6fb8abaa2db9cbddde314458 authored over 8 years ago
sdl: added userdata parameter to EventFilter functions

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - f92c15e44b7311a6ef488ce9e939aacbfde6dd12 authored over 8 years ago
updated README contributors

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - c84a6a91b67791fe5b5e3bc3228212d4679af602 authored over 8 years ago
updated README's layout, faqs and contributors

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 1664ff853966c1cb56c6b60a48970ee008290028 authored over 8 years ago
sdl: fixed MouseWheelEvent struct ABI to match its C counterpart

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 564bf857da3197b4fca17ea7ac6629dc0703317d authored over 8 years ago
sdl: fixed some typos in struct_test.go

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0e336477b2acbecbb8ddfbf0fa2a307c5be21ced authored over 8 years ago
sdl: unexport original AddEventWatch and rename AddEventWatchFunc to AddEventWatch

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - fde7c321976d158e7a6821d46ba4ece80ac59aa7 authored over 8 years ago
Merge pull request #195 from gerow/events-1.6-fix

Make AddEventWatch and friends work with go 1.6

github.com/veandco/go-sdl2 - 020c3a3ab0cf85a10415499cae9933af541d57fe authored over 8 years ago
Some bones for the hound (de-linted)

github.com/veandco/go-sdl2 - 68c9196800e06ae9bee9f0a39063bbc8e84a25bd authored over 8 years ago
Make AddEventWatch and friends work with go 1.6

1.6 introduces some extra restrictions on passing pointers into unsafe C
code, notably here we c...

github.com/veandco/go-sdl2 - 46680fe3b29afe0da70cca581a944b55c72bf7a5 authored over 8 years ago
examples: render_queue: fixed possible race condition

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - acaa5e7814bee505935e910e4751ff793e24aafb authored over 8 years ago
sdl: rect: fixed typo in Rect.Equals()

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - ab8633e7b142a3782c7e7b42140f812cf808b6a2 authored over 8 years ago
examples: render_goroutines: make the goroutines takes a bit more time by sleeping

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - e69ed667c1b1bf41b6ddecf80578b97be6f95638 authored over 8 years ago
android: use constants provided by SDL

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - 76be69bc9dcac00a9e93ba2b6c73d1e8a573d93e authored over 8 years ago
Merge pull request #192 from gen2brain/master

Add Android system functions

github.com/veandco/go-sdl2 - 6d62279c87c0c67a3a83825cd01e27d99fee8a0e authored over 8 years ago
Do not build midi undocumented functions on Android

github.com/veandco/go-sdl2 - 7d32e5dac75202b1384d438fa703c50cafde750e authored over 8 years ago
Add Android system functions

github.com/veandco/go-sdl2 - 99443fc147859937e3487334401978437eafe63f authored over 8 years ago
Updated README

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - 731207a9768563113a3f6fbf287a21c48de36f79 authored over 8 years ago
comment

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - 1c176b02b8c3afd0e1c9fc42063149ec27473de1 authored over 8 years ago
Added 'render_goroutines' example

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - 0951cc545aeb592d872b34aea9c2898b8b33a79d authored over 8 years ago
Merge pull request #191 from krux02/patch-1

changed my username to my real name

github.com/veandco/go-sdl2 - 222c307ac8971d10e253ff0ef4fc69956aa23d18 authored over 8 years ago
changed my username to my real name

github.com/veandco/go-sdl2 - 43c9a2b8395e0b04423a874a6525e44c1e4af987 authored over 8 years ago
Merge pull request #190 from andreas-jonsson/master

Fixed bad default chunk size.

github.com/veandco/go-sdl2 - db949cdf8ae4e88806ffbdcf988912e29c5ef14a authored over 8 years ago
Fixed bad default chunk size.

The default chunk size should be something more like 1k.

Setting this as low as 2 will never wo...

github.com/veandco/go-sdl2 - 25b59ecca7da6b6c56e54fa62bc5ea8046484a99 authored over 8 years ago
Updated 'events' example and added C version. JoystickOpen() now accepts JoystickID

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - 3527e7a5d5bb7e6c3d29c8dab3bff0783a93e03f authored over 8 years ago
Fix TestEventsPushEvent()

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - 219affe92db4ae60c5d567ef2336178604c15213 authored over 8 years ago
Fix err not set in PeepEvents()

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - 1f48474e0c608816325af7eb412129de75a44ee5 authored over 8 years ago
go fmt

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - b73797f5986964e057620fceeb80d4d66e40b1da authored over 8 years ago
Change PeepEvents() to return (storedEvents int, err error) instead of int

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - 0fdf54eca8b0605e9fb7ef8744ad21ed0b0d4e11 authored over 8 years ago
Change PushEvent() to return (filtered bool, err error) instead of int

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - 207d43926fb5e41e3da1adfe994ff427cb08da43 authored over 8 years ago
Fix GETEVENT using wrong C constant

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - aeb5128eca94109b0502687bae52b1938b55b3a4 authored over 8 years ago
Merge pull request #188 from gen2brain/master

add new hints and SDL_PointInRect

github.com/veandco/go-sdl2 - 75093c9da4534ebb7fda7ddedcc3521015b035c1 authored almost 9 years ago
add new hints

github.com/veandco/go-sdl2 - 3d2cbd79a2157392f7dc6d3d4fad58da2a81b4b8 authored almost 9 years ago
add SDL_PointInRect

github.com/veandco/go-sdl2 - 0ff68e49a98eeb22479c9ead3cd098d86b5d4cd7 authored almost 9 years ago
Remove the need to call ProcessCalls() from user side

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/go-sdl2 - 7de57a853f5bc662f7471da7ab4276209ec74962 authored almost 9 years ago