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

Convert to .kts gradle script for intellisense/auto complete. (#1813)

* Convert to .kts gradle script for intellisense.

* Fix build issue.

* Fix build issue. pt. 2

github.com/korlibs/korge - 108fb69f939a5804f1ba234eb431fdc219907976 authored over 1 year ago by Kiet <[email protected]>
Update README.md

github.com/korlibs/korge - 90b910a52d51bfe45d6a317f2659e01d53d3b990 authored over 1 year ago by Kiet <[email protected]>
Update README.md for notate maintenance mode.

github.com/korlibs/korge - b4eb429bca26a502fc0ee2bc2dd0825e751726d6 authored over 1 year ago by Kiet <[email protected]>
fix typo "thighly" -> "tightly" (#1808)

github.com/korlibs/korge - 9f54bd0c08ae0511cdba1701d1bb9a86363b759f authored over 1 year ago by 7d <[email protected]>
Refactor sandbox code so that a JVM entrypoint can be made. (#1810)

* Refactor out part of the sandbox code so it can be used for Jvm entrypoint.

* Update entryp...

github.com/korlibs/korge - eaca7aa58dac7435b20711de2f1d65f985b8ea6b authored over 1 year ago by Kiet <[email protected]>
Improves CachedContainer with `renderQuality` and provides korim.Quality (#1803)

* Added `korlibs.image.Quality` and make `GameWindow.Quality` implement it + tests

* Add View...

github.com/korlibs/korge - 75e862e2812fbfb311e2a3b4c106d4964d152546 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Add Scale intrinsic and extrinsic operations + conversions + tests (#1802)

github.com/korlibs/korge - c2251600d5e1dfeff0ce7d3ebb08b21a0ad12168 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Revert "Fix blurry DefaultTtfFontAsBitmap text in CachedContainer when virtual size < window size (#1760)"

This reverts commit 924b1cd13b90feb4f51c766c528c50f1b666412b.

github.com/korlibs/korge - 2543f7bff98273ec4d743be4e2d803815cdfbd73 authored over 1 year ago by soywiz <[email protected]>
Fix blurry DefaultTtfFontAsBitmap text in CachedContainer when virtual size < window size (#1760)

* Fix blurry text in UIScrollable when virtual size < window size

* Take renderScale into acc...

github.com/korlibs/korge - 924b1cd13b90feb4f51c766c528c50f1b666412b authored over 1 year ago by eaboll <[email protected]>
Android: Fixes crash with vfsInitWithAndroidContextOnce (#1798)

github.com/korlibs/korge - 0289a0392377bdd2d42fae2e3ac8570b3c34914e authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Sound: Improve JvmWaveOut implementation by doing a much more accurate waiting, and fixes closing not happening (#1796)

* Added ThreadBasedPlatformAudioOutput that will allow to simplify blocking thread-based audio b...

github.com/korlibs/korge - 7ed6da66f03f46ba5fb68be37b3a1ddea80b95a6 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes Sandbox samples key input interfering with the main dropdown by making the scene container focusable (#1795)

github.com/korlibs/korge - 1c086e1162ffe57cd4b45ad41ff28c3a4c3ff147 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Added mermaid.js (#1797)

github.com/korlibs/korge - a9f5b63eb3ae0690d3b21e7a89c04e381bddfdbe authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Simplify and fix ALSA implementation using DequeBasedPlatformAudioOutput (#1793)

github.com/korlibs/korge - 9a53a0639b5c22b55c0b65c38aaf2ea22f072ead authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Update index.md - typo mascots (#1794)

github.com/korlibs/korge - e89aeb57a45407464acd5c03a35aec7f70a7b69a authored over 1 year ago by rafi0 <[email protected]>
Inverts preventDefault <-> stopPropagation behaviour to match JS. Supports dispatching events down and up or both. This will allow to fix the keyboard, touch and mouse events to go from down to up (bubbling) (#1792)

github.com/korlibs/korge - 416f94ec635e1182fd963c58a41d23f68e13ad47 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Support providing a list of Closeable to CancellableGroup construction (#1790)

github.com/korlibs/korge - 27548a2b7dfeb9856a627d129182467c76df9b18 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Support providing a set of possible keys for key events (#1789)

Support providing a set of possible keys for key events, so you can have a single block and a si...

github.com/korlibs/korge - 895d372074163fc14958904a3a22eab5b6cc3b8e authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes .ase slice name generation, to not repeat names that are already used, also cover the case where a nameToVariable generated the same name (#1787)

github.com/korlibs/korge - cd77e1f1c2bace7140533c81e7fcc651fa70a020 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Go back to Kotlin 1.8.22 for now (#1785)

* Go back to Kotlin 1.8.22 for now

* Update yarn.lock

github.com/korlibs/korge - 5448cb9266c373a3a2425470a359419fad5dc89f authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Supports integrating into SwiftUI apps (and likely old iOS views) (#1786)

Supports integrating into SwiftUI apps

github.com/korlibs/korge - 6bbd57ec2a5144adf7a36d1033b1f47591aabdb9 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes PolylineShape built from a buildShape { } and/or graphics { } not displaying line dashes (#1782)

github.com/korlibs/korge - 1d1e1f48a1060c85e3fc92f1f61308baff1cea95 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Use Spacing instead of Margin as separation between components in UIGridFill

github.com/korlibs/korge - 8b71987a7f74c0f0464eb09c6695b340b54b9a17 authored over 1 year ago by soywiz <[email protected]>
Added UIDirection.*_REVERSE variants, added UIGridFill padding and direction parametes + be reactive with property changes + expose to debugger thru @ViewProperty (#1781)

github.com/korlibs/korge - 2fed5f17c5bd4719eeae045263c9ce5acd04e4c6 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Properly detects a wrong zip file instead of failing with an IndexOutOfBoundsException (#1780)

github.com/korlibs/korge - 2dc1de517e2176812cc5e003d5d1771b3e816d6b authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Bumps to Kotlin 1.9.0 and atomicfu 0.21.0 (#1777)

github.com/korlibs/korge - 61604ba9728732c0b246555927ae96068b634774 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes UIWindow scale handlers + improve close button icon (#1776)

* Fixes UIWindow scale handlers + improve close button icon

* Update UIWindow icon

github.com/korlibs/korge - c1bece2bd467123753a398b110ed6c78cefa090d authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes and tests BlendMode.INVERT (#1775)

* Fixes and tests BlendMode.INVERT

* Improve BlendMode.INVERT unit test

* Improve BlendMod...

github.com/korlibs/korge - 52892629201f930aef907d671393d0019051e6c3 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Docs: Document UIWindow

github.com/korlibs/korge - 775b8e8a8f488d14ba2341a599a5d8762c4db07e authored over 1 year ago by soywiz <[email protected]>
Docs: UI Components (#1774)

github.com/korlibs/korge - 05e8b0070269e83400887a44ab46cd0d515ff2d3 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Prevents a stackoverflow when creating a view graph cycle (#1771)

github.com/korlibs/korge - 47ad4b912fc0854a90868002b3a1cea3bbbb7634 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fix/alsa wait (#1770)

* fix: use `snd_pcm_drop` to stop sound immediately

* fix: add and remove sample use in `wait...

github.com/korlibs/korge - eb62d05dc1b903173ae0c05b7da673c982b68c74 authored over 1 year ago by Caleb Hulbert <[email protected]>
Added mapWhileNotNull & mapWhileCheck (#1768)

github.com/korlibs/korge - b70656a73bfebb02d75e9031736da6e4ef0ba87a authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Added Array*.lastIndexOf variant for sub-arrays (#1769)

github.com/korlibs/korge - eba15d4f2de67464a3fe3b53bef75bec7bc36897 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Improve RenderContext2D with Float and other Vector types (#1767)

github.com/korlibs/korge - f6ac5bc27af863639e99583a41343b72972863f3 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Add FixedLong (#1766)

github.com/korlibs/korge - 34100e8ccba17ec6e3a4bc1d0b174a6315d71d00 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Simplify IntNPack and do not use inline class for geometry types, but full data class until MFVC is ready (#1765)

github.com/korlibs/korge - fc06e0db44780ab7786ed06cdfd204343f1e5ff3 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes Vector2.reflected (#1763)

github.com/korlibs/korge - 4a51a767617dd6808fe614343bc6cecdf5d28955 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Adds Number.squared() and Number.signM1 and Number.signP1 (#1764)

github.com/korlibs/korge - e91fe5f82e403135aef508d0d3ef29647403750b authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Propagates GameWindow.Quality to RenderContext (#1762)

github.com/korlibs/korge - 38a8fa926841b3c4de5889f00571e59cfef566ff authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Docs: Full example

github.com/korlibs/korge - b9213f1adc4d66c2148fca9363ca520874a1a696 authored over 1 year ago by soywiz <[email protected]>
Explains how to render custom stuff with different techniques (#1761)

github.com/korlibs/korge - a6a50804956aeaf096b1d0d57b143d9f0a7d7495 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Small documentation tweaks

github.com/korlibs/korge - 3bc5f11e56a38dc0980a73863974f3b75d317419 authored over 1 year ago by soywiz <[email protected]>
Small documentation tweak

github.com/korlibs/korge - 3be627f0080eeaa1734b23af8509a6dc102e6458 authored over 1 year ago by soywiz <[email protected]>
Docs: Add file drag & drop screenshot (#1759)

Add file drag & drop screenshot

github.com/korlibs/korge - 8429d4c88331fb4ae7d376c370ab06e8e5ffd273 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Docs: Documents how to make View draggable (#1758)

Documents how to make View draggable

github.com/korlibs/korge - cfb6cfe484c63f94ebefd35096047c1e058f1400 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Docs: Fixes relative images provided in search (#1757)

Fixes relative images provided in search

github.com/korlibs/korge - 11dd9a220c8fd46c87b9eff2428ec547c64d0788 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Docs: NativeStorage & applicationDataVfs (#1755)

* Improve IStorageKey to support property delegation

* Bump docs gradle to 8.2

* Added doc...

github.com/korlibs/korge - 6362d5fda836c189bc8a2a7a7d88053a58d05359 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Docs: Document GameWindow.DialogInterface (#1756)

Document GameWindow.DialogInterface

github.com/korlibs/korge - f3359b1bcd9d007c39b8d64b93f6d2c5ce25daa9 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Docs: Explain how to sort views by using zIndex (#1754)

Explain how to sort views by using zIndex

github.com/korlibs/korge - 945a9ef9e201ffb7acb097040e0fba50926fbd27 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Docs: Explain how to use Korinject basic API (#1753)

Explain how to use Korinject basic API

github.com/korlibs/korge - 3250a6a10bb2b0cbe0d04bf4efbbbbf595e65567 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes base volume in a music Sound not being used when playing it (#1751)

github.com/korlibs/korge - 3fbb9c8bec82ba5f8dd945df2d4366a691b9050a authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fix issue 1679, adding HMAC.hmacSHA512 (#1750)

Fix issue 1679, adding HMAC.SHA512

github.com/korlibs/korge - d530d16e95471f2c0e9b17e0b3f116b7c0fb8e3b authored over 1 year ago by eaboll <[email protected]>
Adds Angle.clamp (#1749)

github.com/korlibs/korge - 294642b3e48b7295cb3e0002d7430ef6a726649d authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
fix: korge crashing after too many sounds are played on linux (#1747)

fix: korge crashing after too many sounds are played

Co-authored-by: Carlos Ballesteros Velas...

github.com/korlibs/korge - 1640d4ecdb7b6a32b71055620d20f0ec18a63651 authored over 1 year ago by Caleb Hulbert <[email protected]>
Fix some gradle issues (#1745)

* Fixes publishing failed with packageDebugAssets dependencies

* Fix wasm source sets not con...

github.com/korlibs/korge - 255222064b91dc8be378a5fa400d5cffca5434f4 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Adds Hot Reloading page (#1746)

github.com/korlibs/korge - c425074a76a1b14e05aefc86b9db6918fab39f95 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes MP3 identifying non-mp3 files as such (#1742)

* Fixes MP3 identifying non-mp3 files as such

* Added AudioFormat.toProps()

github.com/korlibs/korge - 5f12016d078555b01fe81648c0f1c84625904aaa authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Improves UIVertical/HorizontalStack behaviour, to compute its size based on their childrens by default (#1739)

* Supports not specifying size of ui*Stack and being computed based on the children

* Added U...

github.com/korlibs/korge - c2dc1d0a63e2df985bd780c25ad92ac6a90e425f authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Supports generating code for .TTF files and .ASE files (with tags/animations and slices information) (#1741)

* Supports generating code for .TTF files and .ASE files (with tags/animations and slices inform...

github.com/korlibs/korge - 514d29d257968e135722dae61e94f93a0c2f1842 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes KR generation for files and folders starting with a number (#1738)

github.com/korlibs/korge - a0218b2f2dc5d94398aefb2ad7dd6c109274b3f5 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Bump kotlinx.coroutines to 1.7.2 (#1736)

github.com/korlibs/korge - af14252da3282e709e4c0844a66758d018f8e905 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Try to bump gradle to 8.1.1 (#1737)

github.com/korlibs/korge - af35ad587bd1516a1e96332fe93c8e1ac4699b1c authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes korio: "Flow invariant is violated" in Vfs.listFlow() (#1734)

* Improve unsupported reporting in Vfs

* Implements NodeJsLocalVfs.listFlow

* Changes `flo...

github.com/korlibs/korge - f3d7dde9fd50b236de41fbd4b65837580f68de3b authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Update README.md (#1732)

Accepting bitcoin: bc1qfmnd2jazh6czsuvvvy5rc3fxwsfvj6e8zwesdg

github.com/korlibs/korge - 2d28afa1f1c239e0a426d74a6ebcf3df5d797f12 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Adds overridable Bitmap.contentEquals and Bitmap.contentHashCode to all Bitmap implementations (#1730)

github.com/korlibs/korge - 9b0a3f4debb360e5d69b0f17bc621cf63678bf56 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Optimize BaseGraphics when removed from stage. And adds View.onAncestorChanged (#1731)

* Optimize BaseGraphics when removed from stage. And adds View.onAncestorChanged

* Make View....

github.com/korlibs/korge - 52fa935979e7f833bc04b437d6aa5331c77d5366 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes and tests managedTextureMemory going crazy in some cases and optimizes FastSmallSet (#1729)

* Fixes and tests managedTextureMemory going crazy in some cases

* Optimize FastSmallSet

github.com/korlibs/korge - ba4c7fc7dddff55cd65e5c1f0ff15f72a7cf0fa6 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Support drawing polylines and polyArrows using the VectorBuilder (#1723)

github.com/korlibs/korge - c8f237abf18a4e39c99fbd912c93b3b916f56f96 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
German ordinals (#1724)

github.com/korlibs/korge - 6a722ba09299c2c715b2ea93bbc19cae29cf0fec authored over 1 year ago by Christian Bantel <[email protected]>
Some 3D additions: Matrix3+Quaternion compatibility, some missing methods in Vector3 and Matrix4. Support EulerAngles in arbitrary rotation orders. (#1725)

github.com/korlibs/korge - 0dd7c4814c516c1292a149f32e4cb1a9b7db4e85 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fix link to krypto lib (#1720)

github.com/korlibs/korge - 6060a27bb70aab4dcf02ccaa0ffbd5761643b23e authored over 1 year ago by Jens Klingenberg <[email protected]>
Supports Orientation, Point.orientation, Point.polar & Angle with Y going down (inverted up vector) (#1717)

* Supports Orientation with Y going down, by using a flag. We will need to do the same with Angl...

github.com/korlibs/korge - 55b3f72f0ceac344a53d64e6e10f5352c898faad authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Support drawing arrows in VectorBuilder & Context2d (#1719)

github.com/korlibs/korge - 3b1325339c664c9c651b6a103e05fd39e46d9ee1 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Remove it.ignoreFailures (#1718)

github.com/korlibs/korge - a95d1bdee533f2fb49b9020c2e06157fcdad9d30 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Added Vector3 & Vector4 abs, min, max & clamp + tests (#1713)

github.com/korlibs/korge - 578f78a9b12dd85a831e1849bc2b5814b2f1dac4 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Document keys.downFrame/justDown/downRepeating (#1714)

github.com/korlibs/korge - 6c3af42cca5672a1e1987d7733716fa75f434e14 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Add missing Vector2.cross

github.com/korlibs/korge - 57090d22b31b54f61b52ae87695c6810e04a1d96 authored over 1 year ago by soywiz <[email protected]>
Update FAQ and explain how to bump Korge Version & some updates

github.com/korlibs/korge - 4b1f7e66d2812e6c48f9e9789010c095adc5be6c authored over 1 year ago by soywiz <[email protected]>
Document kproject (#1712)

github.com/korlibs/korge - 4396f44342f7489028fd4c4a1f1ed6ce227ff6d8 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Implement Drag & Drop on MacOS (#1711)

github.com/korlibs/korge - 173cd4c98e727afbb57f7bff440a504e883e1e27 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Optimize image decoding on MacOS JVM by using CoreGraphics decoder (#1709)

github.com/korlibs/korge - d744d2d70e2a7bccca38e7d90fd87b118358dd58 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes View.onDropFile and documents it (#1708)

github.com/korlibs/korge - e2081e0e2af6f3432ac961ca636abd3c6ed7ddbf authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Improve SceneContainer.changeTo, added SceneContainer.navigationEntries and document navigation API (#1705)

github.com/korlibs/korge - c4ff02517d95a52a1802ae2a97225984d0573429 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Add Apple TV (tvOS) support (#1703)

github.com/korlibs/korge - 311f93c994c0c96d66d71369e140db75a0b3d9b9 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Rewrite Scene / SceneContainer page (#1693)

github.com/korlibs/korge - 76ecfed05dfa7fb3b71295a5965316ed83acc106 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes Quaternion.toMatrix (#1692)

github.com/korlibs/korge - 1a7bbc0c8dae107c6b69ae2d9379811d7df2fae0 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Support uniform arrays in uniform blocks (#1691)

* Support uniform arrays in uniform blocks

* Add shaders BOOL() + MAT()

github.com/korlibs/korge - 1c87fda8c29e044a71d1af4aec94c31bf58316ac authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Add missing remove z prefix

github.com/korlibs/korge - c37453aaabf76f46bb92f4a918e6f82f1a6fb804 authored over 1 year ago by soywiz <[email protected]>
Fix task name

github.com/korlibs/korge - 3e8a23f0e62961c170f40f4c68f397729259977a authored over 1 year ago by soywiz <[email protected]>
Support publishing only the gradle plugin

github.com/korlibs/korge - 247b115a5cc7645d1dcf749afdd8b6ae936a929c authored over 1 year ago by soywiz <[email protected]>
Fixes KR generation on windows (#1690)

* Use folders in e2e-test to try to reproduce issue in windows

* Actually fix the issue

github.com/korlibs/korge - 88970bc8468757ae7f43fdef3fe76b543c59ca44 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Added filtering to BlurFilter & DropShadowFilter & View.maskFiltering (#1688)

github.com/korlibs/korge - 2495f223298df859d0cf32c7c7f2bc1b416494ac authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Final WASM retake (with disabled libraries depending on coroutines/atomicfu) (#1677)

github.com/korlibs/korge - 31e23131f73ef985ef64c3605dbf895aedc7fe2e authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
korlibs.math.geom improvements (#1686)

github.com/korlibs/korge - 5239b87ed6d18a77862147a5852e1f05425b04f8 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Make ImageAnimationView & ImageDataView Anchorable. Adds PixelAnchorable (#1683)

* Make ImageAnimationView & ImageDataView Anchorable. Adds PixelAnchorable

* Some fixes and i...

github.com/korlibs/korge - 818747b8f57fb2ae10fcbef2b72299e17d051f22 authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>
Fixes and improvements for BVH. Added BVH1D for finding segments in ranges (#1685)

* Adds BVH1D

* BVH: lots of fixes and improvements

github.com/korlibs/korge - 38835ec56f54ebb03be74ec76443060df3968adb authored over 1 year ago by Carlos Ballesteros Velasco <[email protected]>