Ecosyste.ms: OpenCollective

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

korge

KorGE Game Engine. Multiplatform Kotlin Game Engine
Collective - Host: opensource - https://opencollective.com/korge - Code: https://github.com/korlibs/korge

Remove UpdateComponentWithViews

github.com/korlibs/korge - d108c9314697c1a9ceb855595f626a743602ffeb authored almost 2 years ago
Remove UpdateComponent

github.com/korlibs/korge - b2afefeab6ea86756e200893b79b0fbd0ecaa16e authored almost 2 years ago
Remove some more UpdateComponent

github.com/korlibs/korge - 34c5829c5af0a58775de32c5660dcd012423e5bc authored almost 2 years ago
Update Animator to use new events

github.com/korlibs/korge - 33d61066f9e09b884728cf8739ef37aec3985189 authored almost 2 years ago
Cleanup and start replacing component system with event system (#1391)

* Split Key & MouseButton classes in two files

* Minor refactor

* View.Extra -> BaseView.E...

github.com/korlibs/korge - 9df4c30483779bfa5cb8f4007e24a97bc94dc67c authored almost 2 years ago
Fixes metal shader test, simplify metal shader generation and testing and move to common to run tests on JVM that is faster and support assertEquals string comparison (#1390)

* Make CollectionSubject extend AnySubject to support isEqualTo

* Simplify metal shader gener...

github.com/korlibs/korge - f9574ca8a79b778327832156165a78439ebf5df3 authored almost 2 years ago
Also publish reloadagent along gradle plugin

github.com/korlibs/korge - 23c9020eae299af4ffb5966af6fc59a0c297420f authored almost 2 years ago
Ignore test for now

github.com/korlibs/korge - 5fa877283e10c025d051a581075d191accafa3be authored almost 2 years ago
Trigger CI

github.com/korlibs/korge - 1bf5d4f0512ff0b11aa2c217d80c3b131b46e707 authored almost 2 years ago
Disable configuration cache for now in CI

github.com/korlibs/korge - aa8fdf52c4ddca36f6054326bc35059f98a28284 authored almost 2 years ago
Some fixes for configuration cache

github.com/korlibs/korge - 13a83d087a450516a56935e7d502916f33d25f17 authored almost 2 years ago
Try to fix compilation

github.com/korlibs/korge - f38988002eb1918ce5e6dc646d28d3f4f70d042c authored almost 2 years ago
Try to inconditionally depend on jvmMainClasses

github.com/korlibs/korge - c7f5bfa7b5041e7a1cbe050145b327d1b0865ced authored almost 2 years ago
Enable only osx-metal-playground if requested

github.com/korlibs/korge - 98d579f342ec5eed01b6186e6e329605d43e97c1 authored almost 2 years ago
Enable only osx-metal-playground if requested

github.com/korlibs/korge - 682af55382862a6d7a2d246c784db05be619772d authored almost 2 years ago
Restore old working korgeProcessedResources for now

github.com/korlibs/korge - 9718ae85af0705c5721bfc5016b197b94d3a1eb7 authored almost 2 years ago
Fix DefaultShaders.a_Col

github.com/korlibs/korge - c408ee9f5f05ef008975600801ae7a02e240c719 authored almost 2 years ago
Some cleanups

github.com/korlibs/korge - d37029f5d3be15e9ed82958b7eac5a948e6356e9 authored almost 2 years ago
Some cleanups

github.com/korlibs/korge - 6c70890c67b2130daf2d8c0875ee537bd651011d authored almost 2 years ago
Draft Metal implementation (#1185)

github.com/korlibs/korge - be88eadc73e76089c172c6b8578fbbafed440d36 authored almost 2 years ago
Rename IPointArrayList to just PointList

github.com/korlibs/korge - 8f56b5b921ec1b9c9a2dc4af0f6a85fc51770cf1 authored almost 2 years ago
Disable global configuration cache

github.com/korlibs/korge - f73ff5590ed8f03b4d2e5e6ee5e565348adad5a4 authored almost 2 years ago
Move classes to its own files

github.com/korlibs/korge - c8487b2acd82f3f7ce036c9c587b09fb1f7a33e1 authored almost 2 years ago
Make Scene.sceneMain open again

github.com/korlibs/korge - e043d305aa1d08fdb8df27232fcc68cdc8eb7290 authored almost 2 years ago
Fix strange errors relateed to property.name not found

github.com/korlibs/korge - 28cf537f83a6a03a8b8030a401ae28400413f089 authored almost 2 years ago
Better support configureondemand

github.com/korlibs/korge - 1ddfccdeaa5776009fe38bf6368c02e405bfd30d authored almost 2 years ago
More work on being able to use configuration cache and some fixes

github.com/korlibs/korge - c729ee8af7ef02c232507d6ff10f7eafa6b59384 authored almost 2 years ago
Fix compilation errors

github.com/korlibs/korge - d1f73d7693e462879e104d7d205441255c85b718 authored almost 2 years ago
Make Scene.sceneMain abstract

github.com/korlibs/korge - 45d9eaa7356a4aee38b9c983baf9925d9c3285fc authored almost 2 years ago
Improve configuration cache support

github.com/korlibs/korge - 10b10302cff1862aad378261d881acb5b4277816 authored almost 2 years ago
Bump gradle to 7.6.1

github.com/korlibs/korge - f4aa47a5d1646228392e4a3e8c22e8fc2cb969b4 authored almost 2 years ago
Bump gradle to 7.6.1

github.com/korlibs/korge - db6eaca3241d642248108ac867e8257958047d2a authored almost 2 years ago
Make FastArrayList much faster on JS by using a mutable array under the hood (#1388)

github.com/korlibs/korge - 9ccba08b826d0ce2f4e183c709f51da32f646c34 authored almost 2 years ago
Fix compilation

github.com/korlibs/korge - 38670fdeebf8975ddbbf00b9d52577667d55be71 authored almost 2 years ago
Fix configuration cache for :korge-sandbox:compileKotlin and enable it for ./gradlew runJvmAutoreload

github.com/korlibs/korge - 670454e37143421f29fffbcc866bb0555a977a80 authored almost 2 years ago
Allow to use reload agent (./gradlew runJvmAutoreload) with korge-sandbox

github.com/korlibs/korge - 847c12a65449585963d36af834fdea305ae831fc authored almost 2 years ago
Added replace filter (#955) (#1386)

Co-authored-by: kaiklemmer <[email protected]>

github.com/korlibs/korge - 0fbe3fdcbf1dc2fc3128921a010ae423f5a88631 authored almost 2 years ago
Allow spaces in paths when using reload agent (#1385)

* Get controller name in win32 K/N

* Allow spaces in paths when using reload agent

github.com/korlibs/korge - b9ff3f9a39e660bdd2bb5d4a809b9a0b598ff288 authored almost 2 years ago
Make PointInt destructurable

github.com/korlibs/korge - 99c49df9f63f7a1d35e7730d75a58cbd09c8f4ea authored almost 2 years ago
Ease migration of targetAndroidDirect/Indirect to -> targetAndroid

github.com/korlibs/korge - 1e3f0ce3f5169c9275d83a3d8ee4167be2e38533 authored almost 2 years ago
Fix some types in debugger

github.com/korlibs/korge - be1085b07c9e01ceede42af284e09052fcd6d28a authored almost 2 years ago
Support interpolating Size & Scale

github.com/korlibs/korge - b368de22c5bd2a65a6cabbd6f9c40e5f9588b131 authored almost 2 years ago
Added FastEllipse and FastRoundRect versions using SDF (#1382)

Some work on https://github.com/korlibs/korge/issues/1329
Just supporting plain colors, and rat...

github.com/korlibs/korge - 0ad07b8a7ebc27b2846dc8755482faffa6cc3ed1 authored almost 2 years ago
Fixes ReloadAgent, display command output errors, and retry on exit after a few seconds (#1381)

github.com/korlibs/korge - fae58c99600539910718fb734852cb30aeac87fa authored almost 2 years ago
Fix BackdropFilter alpha issues + unify alpha merging in mask+backdrop + try to make test homogeneous

github.com/korlibs/korge - 57ffe33c768d48981c689403e282d94aabc5582d authored almost 2 years ago
Fixes deployment order

github.com/korlibs/korge - 634b1488c7765ae9271d6f3b2f1fe301f6e6a8a7 authored almost 2 years ago
Fixes masks and backdrop filter (#1380)

* Fixes masks and backdrop filter

* Make BitmapAsserter error output be clickable by adding f...

github.com/korlibs/korge - 3149a5f60ef0f8f9d22f48ce74caa1dca106c22f authored almost 2 years ago
Moved testGoldens to src/jvmTest/screenshots

github.com/korlibs/korge - ada465a75518be295729594c1448389ffd23151e authored almost 2 years ago
Greatly simplify ScaleMode implementation by using Size instead of separate components

github.com/korlibs/korge - 3ac5354a7b7e7405b35ae0620012d81301ed62c0 authored almost 2 years ago
Delete ISizeInt interface and just keep SizeInt and MSizeInt

github.com/korlibs/korge - 612c4d231a2de2583f5d754465985341bdcca1f8 authored almost 2 years ago
Fix e2e tests

github.com/korlibs/korge - aabdbe294b8b85d719de0a49e7f580506c7d4d7a authored almost 2 years ago
Make Korge and variants use SizeInt for windowSize/virtualSize instead of separated width & height

github.com/korlibs/korge - 08634593847c2b80395cad4929f20145b270d742 authored almost 2 years ago
Try to fix ViewStyles intermitent issues

github.com/korlibs/korge - b7bdab091a5dad182c40a465fbfa2a5a2ffa2fa7 authored almost 2 years ago
Moved korma Length and korge BindLengthComponent to kproject

github.com/korlibs/korge - 667b5ce58abead9841272ac0da62cc315d9e8374 authored almost 2 years ago
Fix tests

github.com/korlibs/korge - 77b749b7174478872a64d743ea6239660f4e3d90 authored almost 2 years ago
Make VectorArrayList use Float

github.com/korlibs/korge - 8fe45cf98b1a39b6bccd178ff1d2dd9b1591210f authored almost 2 years ago
Moved frameBlock to kproject

github.com/korlibs/korge - bed71208c51ef30d331a048ef19a8352a276cfc1 authored almost 2 years ago
Cleanup unimplemented services

github.com/korlibs/korge - e016be85a10c53b8ad9acb701d4b6134c2c4192a authored almost 2 years ago
Some cleanups

github.com/korlibs/korge - 6ce0d4f4e394fb9d246ebaed53ebff8c7d3c450e authored almost 2 years ago
Make hitTest use Point

github.com/korlibs/korge - 878f35bb185ab1a0bb23e472927d8ba1fd7367a0 authored almost 2 years ago
Restore View.alpha: Double and added View.alphaF: Float that is the real storage

github.com/korlibs/korge - 71b5ef7d33d6e69c43d658187e6d531a9569fcea authored almost 2 years ago
Moved Bus to KPRoject

* https://github.com/korlibs/korge-ext/commit/4ec0853145f3156195f6db25c32c25e0c04cd52b
* https:/...

github.com/korlibs/korge - 9db752b7a8e7de0b6b3fc9e22c47123f3b278936 authored almost 2 years ago
Some TileMap improvements

github.com/korlibs/korge - 2e4d8561ff244287fe3d2f7a8e111352c6958f25 authored almost 2 years ago
Fix bezier sample

github.com/korlibs/korge - 932649b5df4e7aabf3df4fc3177e33796916ade3 authored almost 2 years ago
Cleanup VectorBuilder (#1377)

github.com/korlibs/korge - ec1c7975888bc6fb2f3e400384c6f53d32375e24 authored almost 2 years ago
Re-enable benchmark

github.com/korlibs/korge - 8f24e0421c64456a2a0f18f27eeb99548b56555e authored almost 2 years ago
Some interpolation cleanups

github.com/korlibs/korge - f9415c02df32b5dc0df64c0ec56d17b156c2fdb6 authored almost 2 years ago
Some Vector cleanups

github.com/korlibs/korge - 6110ecacc04de7cbccbd4351cee2b2700744561c authored almost 2 years ago
Make Vectorpath use Point

github.com/korlibs/korge - 132ce11bf76579f65222899076c76b8684a0a946 authored almost 2 years ago
Bezier & Curves use Point

github.com/korlibs/korge - d5cdbb60507abb12f772a9156f403aa0c7dc6815 authored almost 2 years ago
Optimize PointArrayList & Bezier

github.com/korlibs/korge - 033be7457e7f2cf84d70b32b43f7f93e2e68cbfd authored almost 2 years ago
Make PointArrayList use floats internally

github.com/korlibs/korge - 8d5991bc20878964057d1c2b3e2fe1cb36bcbb72 authored almost 2 years ago
Fixes ColorTransformFilter

github.com/korlibs/korge - a3acd6bcc5d6af942d30098bc3f5c207dd19c6b5 authored almost 2 years ago
Make View.alpha float and optimize View colorTransform to use floats and include only multiplicative tinting

github.com/korlibs/korge - 0bcf36dad4f9c638dadf8c5dc846a69b6a742c41 authored almost 2 years ago
mouseX/Y -> mousePos

github.com/korlibs/korge - 13d9f18ad0a59e5faf5d3db0f3683fbc67a66314 authored almost 2 years ago
View.globalX,Y -> View.globalPos: Point

github.com/korlibs/korge - e4c32e470dfab2fdb893420b79319596843c9bc8 authored almost 2 years ago
View.globalToLocal, View.localToGlobal, variants -> Point

github.com/korlibs/korge - 65bec4675fda13f8392524310c632a10a2831dda authored almost 2 years ago
ICircle.center -> Point

Rectangle.topLeft/bottomRight/.../center -> Point

github.com/korlibs/korge - a5437f8e892ec37a9bd9dd39444af9ab09978077 authored almost 2 years ago
Delete posOpt

github.com/korlibs/korge - 21a2155d621dfad36b95e05b5bd8a487440ec31f authored almost 2 years ago
Remove View.ipos -> View.pos

github.com/korlibs/korge - 0e033846a295d702175f61e34bed895c60a96177 authored almost 2 years ago
forEachRatio01 -> Ratio.forEachRatio

github.com/korlibs/korge - 4314179d045caf1b86967c23ea3809b845409104 authored almost 2 years ago
Make tests resilient to Float/Double inconsistencies between JS and JVM

github.com/korlibs/korge - 4db3178b05de24fff5083b897f91415aee82cc30 authored almost 2 years ago
Make Bezier testReduce test more resilient to Ratio precision

github.com/korlibs/korge - 52b456708274e11330825d7e640ac27ef938a7ed authored almost 2 years ago
Make Interpolable & MutableInterpolable use Ratio

github.com/korlibs/korge - 0ea3e664bba7c626bf738f13708d4a5ec7c24734 authored almost 2 years ago
Added Ratio class

github.com/korlibs/korge - ca32b34018c95b3ec2b724e246dddd780fff2176 authored almost 2 years ago
Make Anchor use Float2Pack

github.com/korlibs/korge - 9ea34a2baa8e6618513e548caf5dc21ba3d5fe51 authored almost 2 years ago
Some Fixed fixes, and added PointFixed with two decimals

github.com/korlibs/korge - 3b961ecc82eeb3ecc8e7a3b6ca9464f64457330d authored almost 2 years ago
Fix test due to angle being a float

github.com/korlibs/korge - a54da54b3e56d0194e92705fea5c575b89d0356c authored almost 2 years ago
Unify UICheckBox/Radio/Switch to use ViewStyles

github.com/korlibs/korge - 1263358c96cae12805f5ccd8fd37fd1d33953c3f authored almost 2 years ago
Make RectCorners pack four Half to avoid allocations

github.com/korlibs/korge - ae527a0bd2a8c0aaf9aae0cd8d404aa3b901be90 authored almost 2 years ago
Float16 -> Half, fix Half and add inline class Half4Pack (in a Long)

github.com/korlibs/korge - b8d042d717c22864470ee30cc6469eadc7042a5e authored almost 2 years ago
Some more Angle float usage

github.com/korlibs/korge - 5b8aa2c8584f76eb5a91b01f536f5f69a6539891 authored almost 2 years ago
Make Angle wrap ratioF: Float instead of Double

github.com/korlibs/korge - 43b83bc54ba5a68a346992015cc1af7d00129b77 authored almost 2 years ago
Make Bitmap SizeableInt, remove kdsFreeze/kdsIsFrozen, make Filter.computeBorder use MarginInt

github.com/korlibs/korge - 1a9f84257dd32974f806d6196b07cf15b2d5075f authored almost 2 years ago
Do not expose internal JS pack classes

github.com/korlibs/korge - 1dc63060cfd37e67cf7ec18805933d467fefe124 authored almost 2 years ago
Ignore performance tests

github.com/korlibs/korge - 1086b306768d792c8c7661c14c6c6784af019ee9 authored almost 2 years ago