#
ktx
Here are 93 public repositories matching this topic...
actors
Issues of the ktx-actors module
good first issue
Simple tasks that do not require advanced knowledge of KTX or LibGDX
The most comprehensive utils of ViewBinding. (最全面的 ViewBinding 工具,支持 Kotlin 和 Java 用法,支持 BRVAH,支持封装到基类,支持 DataBinding,支持选择是否使用反射)
-
Updated
May 28, 2022 - Kotlin
atteneder
commented
Feb 7, 2022
The following glTF primitive modes are not implemented:
-TRIANGLE_STRIP
-TRIANGLE_FAN
Unity does not support those out of the box, so glTFast needs to generate indices (similar to how it creates them for missing indices on TRIANGLES mode primitives).
Unfortunately I've never encountered such a glT
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.
android
cli
webgl
threejs
mobile
compression
gpu
game-development
iphone
desktop
etc
pvr
dds
ktx
optimisation
pvrtc
astc
texture-compression
dxt5
s3tc
-
Updated
Jan 18, 2022 - TypeScript
Extension functions over Android's callback-based APIs which allows writing them in a sequential way within coroutines or observe multiple callbacks through kotlin flow.
-
Updated
Jul 12, 2021 - Kotlin
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
kotlin
game
java
opengl
protobuf
multiplayer
jvm
libgdx
sandbox
entity-component-system
open-world
game-2d
scene2d
mit-license
artemis-odb
sci-fi-game
ktx
protobuf3
kryo
-
Updated
Aug 22, 2017 - Kotlin
HDR, PFM, DDS, KTX, EXR, PNG, JPG, BMP image viewer and manipulator
jpg
png
filter
image-processing
image-viewer
image-manipulation
dds
cubemap
ssim
ktx
hdr
image-diff
dxtc
pfm
lat-long
texture-compression
mipmaps
bc1
image-compare
image-calculator
-
Updated
May 31, 2022 - C#
Converts common image formats (PNG, JPG, etc.) to GPU-native compressed (BCn, ETC, ASTC) in KTX containers.
-
Updated
Feb 6, 2020 - C++
Single header KTX/DDS reader
-
Updated
Oct 21, 2021 - C
Search eshop game prices in different regions and remind when discounting. Use androidx library instead of android support library.
-
Updated
May 15, 2019 - Kotlin
KTX: a QuakeWorld server modification
-
Updated
May 23, 2022 - C
osipxd
commented
Nov 30, 2020
Write two separate sections:
- Common use-cases: Activity, Fragment, DialogFragment, View
- Additional use-cases
An app to add and manage floor plan drawings with markers.
kotlin
room
coroutines
mvvm
imagepicker
leakcanary
ktx
constraint-layout
coil
mdc-android
viewbinding
hilt
-
Updated
Jul 20, 2021 - Kotlin
-
Updated
May 30, 2022 - Python
Useful Kotlin Extensions for the Android SDK and popular Android Libraries
-
Updated
Jun 12, 2019 - Kotlin
Image viewer and converter using Castle Game Engine, supporting many common image formats (PNG, JPG...) and some exotic ones (DDS, KTX, RGBE)
-
Updated
May 29, 2022 - Pascal
MoviesBox is an android application having followed most of the latest Android Architecture Components, RxAndroid, Dagger2, Retrofit, MVVM Architecture, Clean Architecture, Data Binding, View Binding
android
kotlin
circleci
mvvm
picasso
clean-architecture
android-architecture
dagger2
rxandroid
butterknife
viewmodel
retrofit2
lifecycle
mvvm-architecture
ktx
inapp-update
androidx
github-actions
databinding-android
jetpack-view-binding
-
Updated
Jun 9, 2020 - Kotlin
Android library packed with utils and kotlin extensions
-
Updated
May 25, 2022 - Kotlin
-
Updated
Jul 13, 2021 - Kotlin
A sample Android application using MVVM, Android Architecture Components
android
kotlin
room
repository
coroutines
mvvm
eventbus
jetpack
dagger2
retrofit2
lifecycle
ktx
view-model
livedata
android-architecture-components
diffutil-recyclerview
androidx
jetpack-navigation
push-notification-android
dagger2-mvvm-room-livedata
-
Updated
Apr 19, 2020 - Kotlin
Improve this page
Add a description, image, and links to the ktx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ktx topic, visit your repo's landing page and select "manage topics."
I wanted to change the style of a label on mouse hover.
onEnterworked fine:But there's no corresponding
onExitfunction. I've written one now, but wondered if there was documentation around which scene2d stage elements have actions, and which do not,