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

Add some print calls to see queue and goroutine execution order

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

github.com/veandco/go-sdl2 - 2291fe20f1d341cc6666056473d585872515bd80 authored over 8 years ago by Jacky Boen <[email protected]>
Updated README

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

github.com/veandco/go-sdl2 - 08c1d040850be6892c1d47ccf65c5d9f469260d0 authored over 8 years ago by Jacky Boen <[email protected]>
Added experiment call queue for functions that are thread-sensitive (`render_queue` example included)

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

github.com/veandco/go-sdl2 - 8e1d31e81e7eb6a2c9e9c1bffe9ad501b7045ff0 authored over 8 years ago by Jacky Boen <[email protected]>
Updated README

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

github.com/veandco/go-sdl2 - 52cf47a62458940ed035e0fe141b059991430aa8 authored almost 9 years ago by Jacky Boen <[email protected]>
Add Travis CI build status to README

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

github.com/veandco/go-sdl2 - 458b8af7192ec17b8eafd6e67f949ace867daed9 authored almost 9 years ago by Jacky Boen <[email protected]>
Removed an invalid method for a C type

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

github.com/veandco/go-sdl2 - 152319850b85363a67650cc0c82374ec095f598d authored almost 9 years ago by Jacky Boen <[email protected]>
Merge pull request #184 from gen2brain/master

Add mutexes

github.com/veandco/go-sdl2 - 3105ff129069157b33de6d246abcefb4d7178d45 authored almost 9 years ago by Jacky Boen <[email protected]>
Add mutexes

github.com/veandco/go-sdl2 - d4e82ab453a8cb51bf2130e42e35e9e41b6bb375 authored almost 9 years ago by Milan Nikolic <[email protected]>
Fix passing pointer to slice instead of slice data in test unit

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

github.com/veandco/go-sdl2 - a8fc14d68096cfbb00cfe247cf947ef4ea4407d0 authored almost 9 years ago by Jacky Boen <[email protected]>
Merge pull request #182 from veandco/boen

Fix ShowMessageBox() passing Go pointers to C and updated messagebox example

github.com/veandco/go-sdl2 - 6ba715a519f03b7d9e589057aba30d22a90e1222 authored almost 9 years ago by Jacky Boen <[email protected]>
Fix ShowMessageBox() passing Go pointers to C and updated messagebox example

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

github.com/veandco/go-sdl2 - 945d9ad3763b99a67dbd11cbcd5592bb527dea5d authored almost 9 years ago by Jacky Boen <[email protected]>
Merge pull request #180 from jBugman/master

Fixed 'format string is not a string literal (potentially insecure)' warning

github.com/veandco/go-sdl2 - 2a60e820199f7fa40b20b7547e918650367ea657 authored almost 9 years ago by Lilis Iskandar <[email protected]>
Fixed 'format string is not a string literal' warning

github.com/veandco/go-sdl2 - db46eea7af68d7a1ebc9767929482166fd4af4bb authored almost 9 years ago by Sergey Parshukov <[email protected]>
go fmt

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

github.com/veandco/go-sdl2 - b642688f5453492e7ad27f48dd19559aeaac4655 authored almost 9 years ago by Jacky Boen <[email protected]>
Fixed: ShowMessageBox() appends pointer to cMessageBoxButtonData rather than the struct itself

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

github.com/veandco/go-sdl2 - 343de80c6afc610fba767a33b40290cba9828cd2 authored almost 9 years ago by Jacky Boen <[email protected]>
Put sdl.VERSION(&info.version) inside Window.GetWMInfo. Fixes 'Application not compiled with SDL 2.0 error' when running the 'syswminfo' example

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

github.com/veandco/go-sdl2 - c44ade69577bb62279a54ce2f67784baee6fe67a authored almost 9 years ago by Jacky Boen <[email protected]>
Merge pull request #174 from emlai/master

Fix syswminfo example

github.com/veandco/go-sdl2 - ead8e10e4e972e55f44d99f6e57c82963040f848 authored almost 9 years ago by Jacky Boen <[email protected]>
Fix syswminfo example

to accommodate for the GetWMInfo changes in commit
1b151facf4831abe20b4bdd1bec01ae2fd09eac5

github.com/veandco/go-sdl2 - 29a4a5f1355924bc05e18942370f95b0d810e8b0 authored almost 9 years ago by Emil Laine <[email protected]>
Merge pull request #173 from gonutz/master

Changed GetWMInfo function to Go conventions.

github.com/veandco/go-sdl2 - 1b151facf4831abe20b4bdd1bec01ae2fd09eac5 authored about 9 years ago by Jacky Boen <[email protected]>
Changed GetWMInfo function to Go conventions.

github.com/veandco/go-sdl2 - a14aee0fc0b9ab51232371963583b9480395c00a authored about 9 years ago by Lars <[email protected]>
Added messagebox example

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

github.com/veandco/go-sdl2 - 87c182642ace1b7d182541e4cd8ee2c9de057b70 authored about 9 years ago by Jacky Boen <[email protected]>
Merge pull request #170 from glhrmfrts/master

Implemented SDL_ShowMessageBox

github.com/veandco/go-sdl2 - 8fd55c3c26762b3208d7ef88a5b09de742ea4992 authored about 9 years ago by Jacky Boen <[email protected]>
Implemented SDL_ShowMessageBox

github.com/veandco/go-sdl2 - dbf40af84c963a6e41373f167492acf2ec33b79a authored about 9 years ago by glhrmfrts <[email protected]>
Merge pull request #169 from n0dev/patch-1

Make file variable visible for users

github.com/veandco/go-sdl2 - d68b4f314d3dd470076aaa101db7e12feaacd540 authored about 9 years ago by Jacky Boen <[email protected]>
Make file variable visible for users

This way the user can use the File variable (which containing the value).
Then it's its respons...

github.com/veandco/go-sdl2 - df86e0329fbbab4d36ab9cc65c3178968907a2b6 authored about 9 years ago by Nick <[email protected]>
Added Travis CI

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

github.com/veandco/go-sdl2 - 5ecd1d50cd42d979b4757b89010c203464e967ee authored about 9 years ago by Jacky Boen <[email protected]>
Merge pull request #168 from tycho/master

sdl_mixer: fix compile error with gccgo

github.com/veandco/go-sdl2 - 6c7a6abad7f70e05185d1428bc66b1b13429fdaa authored about 9 years ago by Jacky Boen <[email protected]>
sdl_mixer: fix compile error with gccgo

With gccgo I was getting this:

$ go build
# github.com/veandco/go-sdl2/sdl_mixer
./...

github.com/veandco/go-sdl2 - 416a73be1d2016f4e43ecd1e3e532d5593adabbb authored about 9 years ago by Steven Noonan <[email protected]>
Merge pull request #165 from krux02/master

added FAQ entry: 'How do I contribute?'

github.com/veandco/go-sdl2 - 22c1dccfe6be88a80739d947908e9f16e6d4385a authored about 9 years ago by Jacky Boen <[email protected]>
Update README.md

github.com/veandco/go-sdl2 - 7ce890b7961e52f82db1e6dfddb0637447469a0f authored about 9 years ago by Arne Döring <[email protected]>
added FAQ entry: 'How do I contribute?'

github.com/veandco/go-sdl2 - f2fd710914c579df3d00f1da516e3b834219decb authored about 9 years ago by Arne Döring <[email protected]>
Added custom array version of SetDrawColor

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

github.com/veandco/go-sdl2 - 0defbee0a83a781a2b8b1e2cda1091be6d57a7f5 authored about 9 years ago by Jacky Boen <[email protected]>
Added missing function GetDisplayName()

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

github.com/veandco/go-sdl2 - cdc1c74ce19e7cb814d9b9720629fcb7d2a6e269 authored about 9 years ago by Jacky Boen <[email protected]>
Added SetType() method to HapticEffect

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

github.com/veandco/go-sdl2 - bdb90c58ae3631cb2762b282b0bf47536b586974 authored about 9 years ago by Jacky Boen <[email protected]>
Implementing SDL_HapticEffect

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

github.com/veandco/go-sdl2 - a8243de0e490e8594074a5e770b2669a29029074 authored about 9 years ago by Jacky Boen <[email protected]>
Added SDL_HapticNumAxes()

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

github.com/veandco/go-sdl2 - ed5abb149a9605991631b55f9f161efbab235998 authored about 9 years ago by Jacky Boen <[email protected]>
Fixed missing import

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

github.com/veandco/go-sdl2 - 387fd31e6e5522384c72a7d9ca861fd34793779f authored over 9 years ago by Jacky Boen <[email protected]>
Added build tag to disable MIDI support

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

github.com/veandco/go-sdl2 - 1605fba579f5b6aafb622c5e63eee27df3304dc9 authored over 9 years ago by Jacky Boen <[email protected]>
Updated README

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

github.com/veandco/go-sdl2 - 07e3f45689647f488bec9ec56949a380d4049be0 authored over 9 years ago by Jacky Boen <[email protected]>
Updated README

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

github.com/veandco/go-sdl2 - 049caf5da81db60259d1970465999ce6acac16b1 authored over 9 years ago by Jacky Boen <[email protected]>
Updated README

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

github.com/veandco/go-sdl2 - 30b92ebf994692db125d6417d328ea59af7f7fe7 authored over 9 years ago by Jacky Boen <[email protected]>
Updated README

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

github.com/veandco/go-sdl2 - 732568556d157ea3b10d809fbb1067b4b37c790a authored over 9 years ago by Jacky Boen <[email protected]>
Updated README

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

github.com/veandco/go-sdl2 - ce413be2f820750c36e759c2d7f50cf8fb1993e7 authored over 9 years ago by Jacky Boen <[email protected]>
Put examples into their own folders

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

github.com/veandco/go-sdl2 - 79c4bdebb840df520f3f80af91e3306171061211 authored over 9 years ago by Jacky Boen <[email protected]>
Merge pull request #154 from akovaski/master

Bug Fix: Init SDL audio in the audio.go example.

github.com/veandco/go-sdl2 - 2d58aa10354173399f9afbf5dca60239493cd49d authored over 9 years ago by Jacky Boen <[email protected]>
Bug Fix: Init SDL audio in the audio.go example.

Addresses Issue #153, hopefully

github.com/veandco/go-sdl2 - 8a8ee70fe97cc412b4592e4021b7e9960125f7f2 authored over 9 years ago by Matt Kovars <[email protected]>
Use go-gl/gl package in examples/opengl.go

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

github.com/veandco/go-sdl2 - 8eca75a8b1bca4c548224017ce092b38d3f12636 authored over 9 years ago by Jacky Boen <[email protected]>
Updated README

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

github.com/veandco/go-sdl2 - 532016e99aed73e24ae212239187ba8389db008e authored over 9 years ago by Jacky Boen <[email protected]>
Updated README

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

github.com/veandco/go-sdl2 - 08fb0967ceb0918a77e86d7732eedcb2a7343b59 authored over 9 years ago by Jacky Boen <[email protected]>
Added some missing core functions from SDL_mixer and an example of MP3 audio playback

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

github.com/veandco/go-sdl2 - 9f3389024aa703065f74ae7dacf2f839a1ab1c93 authored over 9 years ago by Jacky Boen <[email protected]>
Added C version of the example texture_png.go for behavior comparison

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

github.com/veandco/go-sdl2 - baedcbd1b8ebbfd022c7714dad679e6c8edd3567 authored over 9 years ago by Jacky Boen <[email protected]>
Merge pull request #146 from jangler/master

Don't break deferred function calls in examples (fixes #145)

github.com/veandco/go-sdl2 - dd682dc5c6fea42bb89506a3c7de730ce84cbab5 authored over 9 years ago by Jacky Boen <[email protected]>
Don't break deferred function calls in examples (fixes #145)

github.com/veandco/go-sdl2 - 81b7d9d15d8f022d893a7c37e5306bc7c7b704c2 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Merge pull request #144 from jangler/master

Add comments, bools, and tests to sdl_image package

github.com/veandco/go-sdl2 - 78e28c1d053666208d4c0ed2c8fafc13e7912e84 authored over 9 years ago by Jacky Boen <[email protected]>
Add tests for sdl_image

github.com/veandco/go-sdl2 - 00737ff2afaf51d09846d00e8bc5c97ec304be5d authored over 9 years ago by Brandon Mulcahy <[email protected]>
Use bools for freesrc parameters in sdl_image

github.com/veandco/go-sdl2 - 169b347fea40f6c97a4eade5e117aaf263c09e06 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Add doc comments to sdl_image.go

github.com/veandco/go-sdl2 - 85cfc747143cd4ebb4db279eed592061cfe0ad36 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Merge pull request #142 from jangler/master

Multiple changes to sdl_mixer.go

github.com/veandco/go-sdl2 - 423aa19286038730943d15a654807603025e1ffc authored over 9 years ago by Jacky Boen <[email protected]>
Change return types of funcs in sdl_mixer.go

Paused() and Playing() can be used to query the number of paused/playing
channels, so they shoul...

github.com/veandco/go-sdl2 - c21df4d6564010a043f6dfa5d574c2a9bcbeec07 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Remove unnecessary else statements from sdl_mixer.go

github.com/veandco/go-sdl2 - adce2a2743dfe80c549b88a162992cf69c9fb0ed authored over 9 years ago by Brandon Mulcahy <[email protected]>
Add doc comments to sdl_mixer.go, make func names consistent

github.com/veandco/go-sdl2 - 40aa5a8f393607652ec2e92a72625a88a7d3a14b authored over 9 years ago by Brandon Mulcahy <[email protected]>
Merge pull request #141 from jangler/master

Return errors from clipboard functions, test

github.com/veandco/go-sdl2 - de23abe539ed98a597c629edd681da027d96f57c authored over 9 years ago by Jacky Boen <[email protected]>
Return errors from clipboard functions, test

github.com/veandco/go-sdl2 - e5ae38c18b7000a027a2f59f0bdf3adbf778e882 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Merge pull request #140 from jangler/master

Multiple changes to audio.go

github.com/veandco/go-sdl2 - 15b3d86c5d567f9b1c61773615f3899860ab68b3 authored over 9 years ago by Jacky Boen <[email protected]>
Fix OpenAudioDevice() to handle NULL device and return (AudioDeviceID, error)

github.com/veandco/go-sdl2 - 9f9cb39e55d4ce6db67861d95f5493df51fa768a authored over 9 years ago by Brandon Mulcahy <[email protected]>
Add test for GetNumAudioDevices(), GetAudioDeviceName()

github.com/veandco/go-sdl2 - 6e7769c456872d4a852a76431b66030c6e83d26b authored over 9 years ago by Brandon Mulcahy <[email protected]>
Use bools in audio.go where appropriate

github.com/veandco/go-sdl2 - b801c18fd24a1a847474186553f66c5621ca8a58 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Merge pull request #139 from tanema/master

Making a better JoystickGetGUIDString interface

github.com/veandco/go-sdl2 - da14f3c73b711bce83364483a537ee09ed8330a4 authored over 9 years ago by Jacky Boen <[email protected]>
Merge pull request #138 from velovix/master

Go implementation of the rect tools

github.com/veandco/go-sdl2 - 0311c42489d3f554ebc8c5a66f40d9bb673b7a3b authored over 9 years ago by Jacky Boen <[email protected]>
making a better JoystickGetGUIDString interface, also just making it work

github.com/veandco/go-sdl2 - ddaf3bab4b7abdedd3f6c34909df717c901fa9f1 authored over 9 years ago by Tim Anema <[email protected]>
Reimplement rect tools in Go with testing and documentation.

github.com/veandco/go-sdl2 - 19337f307758e5d304922b455b30d595c4da90bd authored over 9 years ago by Tyler Compton <[email protected]>
Merge pull request #136 from jangler/master

Add/fix RWops doc comments; change RWclose() int to error

github.com/veandco/go-sdl2 - 69c8756001df26f339a8d2e2be9d787ac6f00b8c authored over 9 years ago by Jacky Boen <[email protected]>
Make RWclose() return error instead of int

github.com/veandco/go-sdl2 - 2d9a938f3a35f82bc8f041fc378777ddec91d9f6 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Add/fix RWops doc comments

github.com/veandco/go-sdl2 - d80d24544e9463a33339eb8b69443ddf9c38eef2 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Change AudioCVT.Buf into a method that returns a slice

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

github.com/veandco/go-sdl2 - 5f5de51e98a8bd3d11b09aca8a208b65250bbd8e authored over 9 years ago by Jacky Boen <[email protected]>
Merge pull request #135 from jangler/master

Make audio funcs return errors instead of ints; add tests

github.com/veandco/go-sdl2 - def251438db9ddc2bab835927399608c5aef79bd authored over 9 years ago by Jacky Boen <[email protected]>
Make OpenAudio(), ConvertAudio() return errors instead of ints

github.com/veandco/go-sdl2 - d463e6d6c84d39b04f4f23155b20b885ea8ac93d authored over 9 years ago by Brandon Mulcahy <[email protected]>
Add tests for InitAudio(), QuitAudio(), GetCurrentAudioDriver()

github.com/veandco/go-sdl2 - 945cffb181d40d854ed38f216134a456f238d941 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Make InitAudio() return error instead of int

github.com/veandco/go-sdl2 - 396d8baabdb13e492272219f1291f2712ecde5eb authored over 9 years ago by Brandon Mulcahy <[email protected]>
Merge pull request #134 from jangler/master

Add test for LoadWAV_RW and FreeWAV

github.com/veandco/go-sdl2 - 09a4b6c231a1ac99a68f432dceeccf0bb5e44481 authored over 9 years ago by Jacky Boen <[email protected]>
Add test for LoadWAV_RW and FreeWAV

github.com/veandco/go-sdl2 - 9993481d91ed91478a2c292ff5272b203a92ddcb authored over 9 years ago by Brandon Mulcahy <[email protected]>
LoadWAV* and FreeWAV now use slices to contain audio data

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

github.com/veandco/go-sdl2 - 8756780558fff58d0ed48cf86c6ec0ccdc4a9d89 authored over 9 years ago by Jacky Boen <[email protected]>
Multiple changes:

* Change Window.GetDrawableSize() method to a function called GL_GetDrawableSize()
* Fix incorrec...

github.com/veandco/go-sdl2 - 2789c34510191e1e21f2b92ab29a84eebd41276a authored over 9 years ago by Jacky Boen <[email protected]>
Fix false import paths

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

github.com/veandco/go-sdl2 - b8731816a6cc2cbe03354cca3030f953ae84258f authored over 9 years ago by Jacky Boen <[email protected]>
Merge pull request #133 from tanema/master

Added GetDrawableSize to Window and added SDL_ WINDOW_ALLOW_HIGHDPI flagg to facilitate it.

github.com/veandco/go-sdl2 - 7deef9cd429c730e528b9d3ab1340131566f4480 authored over 9 years ago by Jacky Boen <[email protected]>
added getdrawablesize to video.go

github.com/veandco/go-sdl2 - 799d40246b10c8b600a052d787dc805f6477d3b8 authored over 9 years ago by Tim Anema <[email protected]>
Merge pull request #132 from jangler/master

Add sdl/timer_test.go

github.com/veandco/go-sdl2 - 130a7d498dc7c00591cb967af32307c08c7d2b2d authored over 9 years ago by Jacky Boen <[email protected]>
Fix comparison in TestGetPerformance

github.com/veandco/go-sdl2 - 4eeb3facd77309c9c5074a18044610adc3caccb9 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Add sdl/timer_test.go

github.com/veandco/go-sdl2 - b77966291300dcc8f62564b8a6fdec3ce566a1d4 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Merge pull request #128 from gcatlin/master

Add audio example

github.com/veandco/go-sdl2 - 72e261357afe870e18feba7075b6c0961fbd1b97 authored over 9 years ago by Jacky Boen <[email protected]>
add audio example

github.com/veandco/go-sdl2 - 7e8181af4ed0007604d6237c995ab2d07070c9c8 authored over 9 years ago by Geoff Catlin <[email protected]>
Merge pull request #126 from jangler/master

Add documentation link comments to sdl_ttf package

github.com/veandco/go-sdl2 - 1614203757a3d8e29f4c99ce7d16ddee67550898 authored over 9 years ago by Jacky Boen <[email protected]>
Add Brandon Mulcahy (jangler) to contributors list

github.com/veandco/go-sdl2 - 5699b8472382861e0a2d1100bba7efc33c6977ed authored over 9 years ago by Brandon Mulcahy <[email protected]>
Run go fmt on sdl_ttf package

github.com/veandco/go-sdl2 - 82e1c9db5dc13c51d9e54fd8869e209e43a0fa41 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Add documentation link comments to sdl_ttf package

github.com/veandco/go-sdl2 - d1b364f3d4114d0dc6b163787848ff3bd4f17c78 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Merge pull request #125 from srwiley/master

bug fix in func (texture *Texture) Lock

github.com/veandco/go-sdl2 - fb49dd670ce7c2049d2c7bbc090e6b123f2f1b31 authored over 9 years ago by Jacky Boen <[email protected]>
bug fix in func (texture *Texture) Lock

Must pass pointer to unsafe.Pointer , not unsafe.Pointer

github.com/veandco/go-sdl2 - bb9277c03e5afb4b901dbe0b35b698a4fe1099bf authored over 9 years ago by Steven R Wiley <[email protected]>
Merge pull request #123 from jangler/master

Return error on ttf.Init() instead of int

github.com/veandco/go-sdl2 - 5476c155f730320a0762085b91925e3be587f322 authored over 9 years ago by Jacky Boen <[email protected]>
Return error on ttf.Init() instead of int

github.com/veandco/go-sdl2 - 74b31caeb782e0159ff9bc9f64e199041cb34bf2 authored over 9 years ago by Brandon Mulcahy <[email protected]>
Texture.Query() returns width and height as int32 now

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

github.com/veandco/go-sdl2 - 7dfc9aa4829c6cc88ba462a5e87648a5bb1ced05 authored over 9 years ago by Jacky Boen <[email protected]>