Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cold-atom/mintime
A simple clock app with timer and stopwatch made with Godot.
https://github.com/cold-atom/mintime
2d app demo-app gdscript godot godot4 gui-application
Last synced: 4 months ago
JSON representation
A simple clock app with timer and stopwatch made with Godot.
- Host: GitHub
- URL: https://github.com/cold-atom/mintime
- Owner: cold-atom
- License: mit
- Created: 2024-06-16T10:47:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T02:50:50.000Z (5 months ago)
- Last Synced: 2024-09-23T13:02:44.640Z (4 months ago)
- Topics: 2d, app, demo-app, gdscript, godot, godot4, gui-application
- Language: GDScript
- Homepage:
- Size: 1.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Clock MinTime](icon/mintime.png)
# MinTimeMinTime is a simple clock, timer and stopwatch application made with Godot.
I started this as a personal app to have time displayed like a big digital, later I decided to open source the project and maybe
it might be helpful to someone.![screenshot first](screenshot/img1.png)
## Features
- It automatically get's the time and date from the system and displays it.
- It has Stopwatch.
- It has Timer.## Installation
To get this project to your local machine download the zip file or clone the repository and import the project into the godot.
## Development
You are free to download and modify the code however you like and also if you want to contribute to this project make a new branch, make changes
and submit pull request.