Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

theapache64/klokk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

90 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ•’ klokk

buildStatus latestVersion Twitter: theapache64

A kinetic wall clock, built using Compose Multiplatform. Available on Android, Android TV, and Desktop (Windows, macOS, Linux).

๐Ÿ“ฆ Download

Download the latest release for your platform from the Releases page:

  • Android Mobile - APK file
  • Android TV - Same APK, optimized for TV experience
  • Windows - MSI installer
  • macOS - DMG package
  • Linux - DEB package

๐Ÿ”ฎ Demo

  • Watch full demo
  • Watch Development - Behind the Scenes - Part 1
  • Watch Development - Behind the Scenes - Part 2

๐Ÿƒโ€โ™‚๏ธ Build & Run

Android

# Install on connected device
./gradlew :app:installDebug

# Or build APK
./gradlew :app:assembleDebug
# APK location: app/build/outputs/apk/debug/app-debug.apk

Desktop

# Run directly
./gradlew :desktopApp:run

# Create installer packages
./gradlew :desktopApp:packageDmg      # macOS
./gradlew :desktopApp:packageMsi      # Windows
./gradlew :desktopApp:packageDeb      # Linux

โœจ Platform Features

Feature Android Mobile Android TV Desktop
Immersive Mode โœ… โœ… โž–
D-pad Navigation โž– โœ… โž–
Touch Controls โœ… โž– โž–
Mouse/Keyboard โž– โž– โœ…
Landscape Lock โœ… โœ… (default) โž–
Screen Always On โœ… โœ… โœ…

๐Ÿ’ก Inspiration

  • Nezih Yฤฑlmaz's kinetic countdown timer
  • A million times humans since 1982

โœ๏ธ Author

๐Ÿ‘ค theapache64

Feel free to ping me ๐Ÿ˜‰

๐Ÿš€ Creating Releases

This project uses GitHub Actions to automatically build and release packages for all platforms.

How to Create a Release:

  1. Update version in app/build.gradle.kts
  2. Commit your changes: git commit -m "Release v1.0.2"
  3. Create and push a tag: git tag v1.0.2 && git push origin v1.0.2
  4. GitHub Actions will automatically build and create a release

See .github/RELEASE_SETUP.md for detailed setup instructions.

๐Ÿค Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Open an issue first to discuss what you would like to change.
  2. Fork the Project
  3. Create your feature branch (git checkout -b feature/amazing-feature)
  4. Commit your changes (git commit -m 'Add some amazing feature')
  5. Push to the branch (git push origin feature/amazing-feature)
  6. Open a pull request

Please make sure to update tests as appropriate.

โค Show your support

Give a โญ๏ธ if this project helped you!

Patron Link Buy Me A Coffee Donation

โ˜‘๏ธ TODO

  • Dark Theme Support
  • Wave Movement
  • Tornado Movement
  • Background Music
  • Add second movement to border clocks
  • Add alphabets

๐Ÿ“ License

Copyright ยฉ 2021 - theapache64

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

This README was generated by readgen โค