https://github.com/serge-rgb/timer
https://github.com/serge-rgb/timer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serge-rgb/timer
- Owner: serge-rgb
- Created: 2018-02-01T16:45:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T06:06:39.000Z (over 7 years ago)
- Last Synced: 2025-01-15T01:49:39.376Z (6 months ago)
- Language: C
- Size: 1.13 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- 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.