Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serge-rgb/timer
https://github.com/serge-rgb/timer
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/serge-rgb/timer
- Owner: serge-rgb
- Created: 2018-02-01T16:45:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T06:06:39.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T23:34:37.013Z (2 months ago)
- Language: C
- Size: 1.13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timer
This is a simple time tracking app for OSX
I don't think anyone other than me will ever use it, but I am making open source because it's a good reference for a self-contained OpenGL app for macOS with retina-display support and icons. Also, it's a pretty good example of why memory-mapped file I/O is awesome.
## Requirements
- clang
- imagemagick for generating icons
- macos only for now but that will probably change soon## Building
It's a self building C-file. Do
```
./timer.c
```
and after it's done, there should be a `build/Timer.app` bundle.