Ecosyste.ms: OpenCollective

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

KTX

Kotlin extensions for the libGDX game framework
Collective - Host: opensource - https://opencollective.com/ktx - Website: https://libktx.github.io - Code: https://github.com/libktx

Unary minus operator of Vector3 now returns a new instance. #264 #273

github.com/libktx/ktx - feecdccc0247b07890b87e37277802decb3bd88f authored almost 5 years ago
Added explicit DSL markers to factory functions. #52

github.com/libktx/ktx - 54659776ca6cfc61ea20d52051afff9959649fae authored almost 5 years ago
Updated ktx-assets documentation. #260

github.com/libktx/ktx - b3a81677165689a971285b6f090e596807d89e42 authored almost 5 years ago
Added Entity.plusAssign operator. #273

github.com/libktx/ktx - ac8faed7d28ad92209bc9060289e331f216134b8 authored almost 5 years ago
Added Action.repeat extension. #273

github.com/libktx/ktx - 86f97ea7abee86218dac435d484b7b94a34e1352 authored almost 5 years ago
Updated ktx-ashley documentation. #270

github.com/libktx/ktx - 658d5f08796f6229d1f18cb5cd2bffab491e6378 authored almost 5 years ago
Merge pull request #272 from Quillraven/develop

ktx-ashley: Engine.getSystem, Engine.get and Entity.add

github.com/libktx/ktx - 240986df2b41d663aec13281f4dc66f1c0e86c87 authored almost 5 years ago
improve MissingEntitySystemException message

github.com/libktx/ktx - d6d0b52c87185685c962691371d95e07b2dc51e4 authored almost 5 years ago
add missing parenthesis

github.com/libktx/ktx - 920db335ac98380cfab60fe52145324bcc888c82 authored almost 5 years ago
update test cases to also test non-happy paths

github.com/libktx/ktx - bb0e27f4a27f8b5519d24698817e5c063d1f9987 authored almost 5 years ago
rename Entity.add to Entity.addComponent

github.com/libktx/ktx - 2ac20c9ad4d3144f6fc53e2ab63aaaba6165d1cf authored almost 5 years ago
update README.md with MissingEntitySystemException and addComponent

github.com/libktx/ktx - 23bf66e824fa0d6cec966747b69c8642cac7e8f3 authored almost 5 years ago
split ktx-ashley features into separate bullet points

github.com/libktx/ktx - 67e46874cc8be389422c54ecdd6d6a0e2b9431b3 authored almost 5 years ago
add MissingEntitySystemException and remove reified from get

github.com/libktx/ktx - 5dbb26ffd369cc04cb3aacd7a30581075e5ebd9a authored almost 5 years ago
renames add to addComponent and returns Component instead of Entity

github.com/libktx/ktx - 5a581dc43435a898c713f79586f21adec144e806 authored almost 5 years ago
Stage.actors extension method. #271

github.com/libktx/ktx - 2b54fffcfdca6b660d72a61f9fe5b4f617ad9820 authored almost 5 years ago
Eased off concurrency test. #272

github.com/libktx/ktx - c0063c302e9fff549d0f478b8460fc34b18eef69 authored almost 5 years ago
add Engine.getSystem, Engine.get and Entity.add

github.com/libktx/ktx - f812ca585b399a72d047811735a5513ddfd0f357 authored almost 5 years ago
Added extra DSL markers. #268 #269

github.com/libktx/ktx - 77a8f09681ab4b3e52d2688f5579a41ebe808fa8 authored almost 5 years ago
Merge pull request #3 from libktx/develop

Merge Develop from original

github.com/libktx/ktx - 45aa77d38b6413b5b2bd82948cec3ef0da2e727b authored almost 5 years ago
Updated VisUI description. #269

github.com/libktx/ktx - f336ea53283fd4988f38c958f99ed07381fbeb78 authored almost 5 years ago
VisUI module overhaul. #269

github.com/libktx/ktx - e5fef901af90b4ed9724b59daf7faa008eb2925e authored almost 5 years ago
Top-level actor creation refactoring. #268

github.com/libktx/ktx - d904f538cd7f0708b2e70cc811889f43245784f9 authored almost 5 years ago
Added section about GitHub actions. #266

github.com/libktx/ktx - b3866739d63052b49ca7a251deed01bfb3fd904b authored almost 5 years ago
Removed Travis integration. #266

github.com/libktx/ktx - 85864d26a237b5e642694641ae8c670fb559b733 authored almost 5 years ago
Dokka documentation is now only published on master. #266

github.com/libktx/ktx - 7af2378e5b02eee217b10bda28f0f10f53f8689f authored almost 5 years ago
Removed GitHub pages config to rebuild the site.

github.com/libktx/docs - 1787640e6aaa4ceb0776f3ed476726bd8dd50efc authored almost 5 years ago
Set theme jekyll-theme-minimal

github.com/libktx/docs - 41d10e4760502fd845f1f90886646e1eff2b1e20 authored almost 5 years ago
Deploying to gh-pages from @ 2b97395c18e43e16eaa3bc97f5177e59e9bc69ac 🚀

github.com/libktx/docs - 4cc16669ae6cfb732281933eed3f7a1359c062a5 authored almost 5 years ago
Initial gh-pages commit

github.com/libktx/docs - 8f910a05efaab402076aa5943e862a25e5ce5593 authored almost 5 years ago
Automatic publishing of Dokka documentation. #266

github.com/libktx/ktx - 2b97395c18e43e16eaa3bc97f5177e59e9bc69ac authored almost 5 years ago
Merge pull request #267 from libktx/feature/github-actions

GitHub workflows for testing and Maven Central snapshot upload

github.com/libktx/ktx - e3bd1472fdd54299247095b66e4cdfd30b285b30 authored almost 5 years ago
Automatic Maven Central snapshot upload GitHub workflow. #266

github.com/libktx/ktx - 1486856b4e7696d6c34978e9fea400015b1fae73 authored almost 5 years ago
Improved logging in tests run via Gradle. #266

github.com/libktx/ktx - 016b0e25177e2aa470ee1b62ef20eac5fc2b28f3 authored almost 5 years ago
Replaced Travis badge with GitHub workflow badge. #266

github.com/libktx/ktx - b19cb8a38eb917d5d8752572daaa24f33cf01cf1 authored almost 5 years ago
Removed Javadoc task from Travis and GitHub build workflow. #201 #266

github.com/libktx/ktx - 5f4518099283ff3a710c1ffdda479df69c673852 authored almost 5 years ago
Excluded Java version unsupported by Gradle in build workflow. #266

github.com/libktx/ktx - 8db8989f031f84f39a9ec1a8151539140c11b25b authored almost 5 years ago
Merge branch 'develop' of https://github.com/libktx/ktx into feature/github-actions

github.com/libktx/ktx - a718cd97d7eaa05dd9d785f4a9449be505116b55 authored almost 5 years ago
Updated to Dokka 0.10.1. Javadoc jars no longer exported. #201

github.com/libktx/ktx - 2ca5f4a7eadc7f1a811b60b686a7530b7c4b74aa authored almost 5 years ago
Testing GitHub workflow. #266

github.com/libktx/ktx - 4fc29c5bcbe4555fccc607233ecf6445b6a766b5 authored almost 5 years ago
Updated to Kotlin 1.3.72. #265

github.com/libktx/ktx - 0f433532c5dfc5a4347bd1c0232d5432bf77c714 authored almost 5 years ago
-, ++, -- and ! operators no longer mutate vectors and matrices. #264

github.com/libktx/ktx - 956f4a1fbf9a9ee2e2f07c489cf7c98a7143d791 authored almost 5 years ago
Added tiled icon. #8

github.com/libktx/libktx.github.io - 8059a878d4e55251a87e88e23f92f2dcca3f0936 authored almost 5 years ago
Preferences, assets-async, freetype-async. #10 #11

github.com/libktx/libktx.github.io - 8a6c2ae04a4ae2802c35dc66fee9945dadefee74 authored almost 5 years ago
Prepared for the next release. #257

github.com/libktx/ktx - a58f454f1edf6c0aa8061681ff3b282a201ecfef authored almost 5 years ago
Released KTX 1.9.10-b5. #257

github.com/libktx/ktx - 04543b5c77108b12ec31e4b87e3b309635ae800a authored almost 5 years ago
Changed KTX version to 1.9.10-b5. #257

github.com/libktx/ktx - 8bbaf5da0ae64dce2409c410d176914e7a4b6f2f authored almost 5 years ago
Eased off AssetStorage tests on Travis. #182 #261

* Excluded OpenAL tests from Travis. #182
* Updated Travis test configuration. #182
* Eased of...

github.com/libktx/ktx - 8cd9046fcaaf0b931f57a43020d3b463680a2451 authored almost 5 years ago
Merge pull request #258 from libktx/feature/assets-async

Asynchronous coroutines-based asset manager: AssetLoader #182

github.com/libktx/ktx - fc4431d1d030a6e7ca9d7874120a658d119fd32d authored almost 5 years ago
Eased off test for eventual consistency of loading progress. #182

github.com/libktx/ktx - c1406fec1d5385aa6368bfca754fd55a8672a1e2 authored almost 5 years ago
Updated contributors. #182 #258

github.com/libktx/ktx - b18b5921b88f8871f2e8bf1bafc650e93f56eee0 authored almost 5 years ago
Updated AssetStorage documentation. #182

github.com/libktx/ktx - 4e78cfc17c873728b5b0308b2a62349551cf0f14 authored almost 5 years ago
Added loadSync to AssetStorage. #182

github.com/libktx/ktx - f141dc567079e0ffcd93ade7e77ecb6a3c84be5a authored almost 5 years ago
Added progress tracking to AssetStorage. #182 #259

github.com/libktx/ktx - e8cb7bff8963771f6ee35f24bf3785a8b282628e authored almost 5 years ago
Added loadAsync to AssetStorage. #182

github.com/libktx/ktx - 39ce932c8245054ed83eb828119364c20b13beb3 authored almost 5 years ago
Added synchronous get and getOrNull to AssetStorage. #182

github.com/libktx/ktx - 7e8003ec4d33e2f4c06cc49f0ffeec55fecaaf25 authored almost 5 years ago
Added ktx-assets-async and ktx-freetype-async to main README. #182

github.com/libktx/ktx - f6602f6480c12cb03014d4329e3bcfdca452de6f authored almost 5 years ago
Added support for AssetManager loading callbacks. #182

github.com/libktx/ktx - 2996debbd303e257ac4cb485f91ff1ed84f37bb0 authored almost 5 years ago
Documentation improvements. #182

github.com/libktx/ktx - 1ecbe00f3fba1542e57ac0cb5460b3ba75df1457 authored almost 5 years ago
Errors moved to separate file. Added Identifier.toAssetDescriptor. #182

github.com/libktx/ktx - 1fac0b1eee08927b60d37d1ce91ee0553eda26e3 authored almost 5 years ago
Documentation fix. #182

github.com/libktx/ktx - 297ef6ae04a23ec266a81d8902b967e33464cd9f authored almost 5 years ago
Expanded documentation of ktx-assets-async. #182

github.com/libktx/ktx - e03bda59921d909d81e0b904dc2220e851f6e92b authored almost 5 years ago
Mentioned ktx-assets-async in README files of related modules. #182

github.com/libktx/ktx - f8e237e4b6d77791ad00885f9c78b43c5c5a8ffd authored almost 5 years ago
FreeType module restored and updated to the new AssetStorage API. #182

github.com/libktx/ktx - f0995bf15eaa8f3d18374f6132d3c4d4d7216d91 authored almost 5 years ago
Asynchronous asset manager implementation. #182

github.com/libktx/ktx - ab1ab6a84312007f6a6e1c2ee10191be75102bdc authored almost 5 years ago
Async API improvements. #182

github.com/libktx/ktx - 710c4be511d0d003248260607b485e209887d5ed authored almost 5 years ago
Updated to Gradle 5.6.4. #243

github.com/libktx/ktx - 2e77ffe6ba94ed985756c745149115b136867b4f authored almost 5 years ago
KNode is now generic. #198

github.com/libktx/ktx - b69c31262d727d7518dc6b369862b33d7b7a2964 authored almost 5 years ago
Mentioned Cyberpunk in contributions. #183

github.com/libktx/ktx - 53ad15ee45f7ff17d586351e1b1a317bff913976 authored almost 5 years ago
Added text rendering utilities. #183

github.com/libktx/ktx - f6ddeaf984550876d38e426cfee738858b986930 authored almost 5 years ago
Added camera utilities. #183

github.com/libktx/ktx - 8050af313eb75b78437cdd689fbf107deff2607f authored almost 5 years ago
Moved LetterboxingViewport from app to graphics. #183

github.com/libktx/ktx - bca5540f6376bb4cc4d06149bb94884c55e521a2 authored almost 5 years ago
Added profiling utilities. #183

github.com/libktx/ktx - 3aab80b73df021e4b42997d15861bd73bc7f1126 authored almost 5 years ago
Added takeScreenshot utility. #183

github.com/libktx/ktx - 24a452cb053c328f31e6fc502247166210a63645 authored almost 5 years ago
Improved contribution guide. #16

github.com/libktx/ktx - 1e5d61800fd519a3e1cdac7bd4082f4c107f20a2 authored almost 5 years ago
Included ktx-preferences in the main README. #255

github.com/libktx/ktx - b7455a09f9991ba7fa5e38dc8e4af4ae45b2f0a8 authored almost 5 years ago
Fixed typo in preferences documentation. #255

github.com/libktx/ktx - 4018db1a155b39a293b8faa68f627fc7abcb6fd6 authored almost 5 years ago
Updated to Kotlin 1.3.71 and Kotlinx Coroutines 1.3.5. #250

github.com/libktx/ktx - a33a8cd201cc376151c5b950c68bca18779d67d6 authored almost 5 years ago
Fixed link to ktx-preferences Maven artifact. #255

github.com/libktx/ktx - 0011d1ef7e4400e13402e0d102fdfe2311d546a2 authored almost 5 years ago
Refactored the ktx-preferences module. #255

github.com/libktx/ktx - addd74642c299243071e0a79b629fbe83e90c18a authored almost 5 years ago
Merge pull request #255 from Quillraven/develop

Preferences API extensions

github.com/libktx/ktx - 81bbdbf23fa9e61efabcbf8c5ef10dc71576183b authored almost 5 years ago
update CHANGELOG.md for preferences module and add new JSON instance information to set and get

github.com/libktx/ktx - 5491a78ee919baa33ffc9164c743551fbf6e513f authored almost 5 years ago
Merge branch 'develop' of https://github.com/libktx/ktx into develop

github.com/libktx/ktx - 45ca215c85361d948eedd869e061bef35253cb0d authored almost 5 years ago
update README.md

github.com/libktx/ktx - d94511fa4f2b4c8d32a657052bdd6ebdf58d0eb2 authored almost 5 years ago
replace reified set with specific set functions and add documentation for functions

github.com/libktx/ktx - 2b6fec4b6c80c159d47757a3048a62ddc5402009 authored almost 5 years ago
update preference API with reified setter and getter

github.com/libktx/ktx - 4a30ce584a1ed25fe66a06cbd76d5ee90713f9e7 authored almost 5 years ago
Documentation typo fix. #251

github.com/libktx/ktx - 401e0abf017147299263b2996d976dd7e522e5f2 authored almost 5 years ago
Additional VisImage factory methods. #251

github.com/libktx/ktx - bb610d6da967398bc5f6a63a406c09610f81e8f4 authored almost 5 years ago
Added Entity.contains operator extension. #256

github.com/libktx/ktx - 314e14cbe63ebe1d0ba76f2f245ad3b371566450 authored almost 5 years ago
Added missing features to 1.9.4-b2 changelog. #25

github.com/libktx/ktx - 2992d5f44045899a31be1588e12251536f9ab0ee authored almost 5 years ago
add preferences API (first draft)

github.com/libktx/ktx - f2c93d922d9a9a0e8a01f518332b4f0c5b79d723 authored almost 5 years ago
Merge pull request #1 from libktx/develop

Develop

github.com/libktx/ktx - b80ffd7f37a34ae540c7a2d25d03a4ce65703840 authored almost 5 years ago
Fixed documentation of KtxInputAdapter. #253

github.com/libktx/ktx - c5e95e9eb6e6b7b3e7075afa80dbff267d57e9cc authored almost 5 years ago
Rewritten usage examples in ktx-json README. #248

github.com/libktx/ktx - 0d4b09ee945fce592e3e9baaed00399dfb65ec8d authored almost 5 years ago
Range extensions documentation improvements. #249

github.com/libktx/ktx - 02c3a295215ae7c5418dd3ad442d208eb1b0bb30 authored almost 5 years ago
Merge pull request #249 from cypherdare/rangeInterp

Range interpolation functions

github.com/libktx/ktx - 6c7ed0b25293c752a48223cfa0aad763131fc6ca authored almost 5 years ago
Use only junit for ranges tests

github.com/libktx/ktx - 695000dc0891c0ddc3beec73640acafb531eac57 authored almost 5 years ago
Revise tests

github.com/libktx/ktx - 29aa73cdbe42d4dc9f915731cf46c566cd4ca3dc authored almost 5 years ago
Spelling

github.com/libktx/ktx - 773647f62a335e4960069cf516d4f55245e7e220 authored almost 5 years ago