Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamed-94/electronic-clock
Drawing an electronic clock manually using C# .
https://github.com/mohamed-94/electronic-clock
clocks csharp csharp-core graphics-programming graphics-rendering
Last synced: about 5 hours ago
JSON representation
Drawing an electronic clock manually using C# .
- Host: GitHub
- URL: https://github.com/mohamed-94/electronic-clock
- Owner: Mohamed-94
- License: gpl-3.0
- Created: 2018-07-28T19:10:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T18:26:49.000Z (over 4 years ago)
- Last Synced: 2023-08-13T15:59:04.372Z (over 1 year ago)
- Topics: clocks, csharp, csharp-core, graphics-programming, graphics-rendering
- Language: C#
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electronic-Clock
Electronic Clock
About •
Usage •
Download •
Credit •
Related •
License![tronic-clock](https://user-images.githubusercontent.com/38832580/43360997-b5fd54c4-92bb-11e8-926e-7df67190bea9.gif)
## About
This program is drawn manually to simulate the electronic clock, basically it can be used for various time benefits, but the main task actually was just to draw it manually!! with just the 'Code'..it has an analog clock embedded with the original one as well.
Tasks:
-Displaying local Date and Time
-Using the C# timer
-Match graphics with timer and time## Usage
To clone and edit this application, you'll need [Git](https://git-scm.com) and [Visual Studio Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15#) ,or any C# IDE you are familiar with, and/or can meet your demands.
--This program requires .NET Framework 4.0 or higher ..
*if you are using linux you will need [MonoDevelop](https://www.monodevelop.com/download/#fndtn-download-lin) instaled on your machine, which is just an open source version of .NET Framework.
## Download
-There's no binary included with this repository ..All you need is just to clone the source code!
and than build/run it using any C# IDE you like to get your own binary file.
-From your command line:```bash
# Clone this repository
$ git clone https://github.com/Mohamed-94/Electronic-Clock# Go into the repository
$ cd Electronic-Clock```
Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.## Credit
This application was built with help of this Petzold's [book](http://index-of.es/Programming/CSharp/Charles%20Petzold%20-%20Programming%20Microsoft%20Windows%20with%20C%23.pdf)## Related
[SuperCalculator](https://github.com/Mohamed-94/Super-Calculator_Cpp_CommandLine) - C++ CommandLine application
[Hex-Calculator](https://github.com/Mohamed-94/HexCalculator) - A Calculator for Hex-dump
## You may also like...
- [Alpha-Mine](https://github.com/Mohamed-94/Alpha-Mine-ChatBot) - An Artificial Intelligence ChatBot.
- [Dll for SQL Connection](https://github.com/Mohamed-94/DLL-for-SQL-Connection) - A Dll library for sql parsing.## License
GPL
---
> GitHub [@Mohamed-94](https://github.com/Mohamed-94) ·