https://github.com/jcash/timelapse
A (git) source timelapse viewer
https://github.com/jcash/timelapse
Last synced: over 1 year ago
JSON representation
A (git) source timelapse viewer
- Host: GitHub
- URL: https://github.com/jcash/timelapse
- Owner: JCash
- License: mit
- Created: 2019-07-09T23:44:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T12:16:19.000Z (over 5 years ago)
- Last Synced: 2025-01-24T12:45:33.005Z (over 1 year ago)
- Language: C
- Size: 1.31 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timelapse
## About
## Disclaimer
This software is supplied "AS IS" without any warranties and support
## License
[The MIT license](http://choosealicense.com/licenses/mit/)
## Usage
* Settings are stored at `~/.timelapse`
* Set your custom fonts like so:
[fonts]
regular=/path/to/font/FontName-Medium.ttf
bold=/path/to/font/FontName-Bold.ttf
## Credits
### Libraries
* [DearImGui](https://github.com/ocornut/imgui) - by Omar Ocornut
* [sokol](https://github.com/floooh/sokol) - by Andre Weissflog
* [ini.h](https://github.com/mattiasgustavsson/libs/blob/master/ini.h) - by Mattias Gustavsson
### Fonts
* Adobe's [Source Code Pro](https://github.com/adobe-fonts/source-code-pro)
### ImGui Styles
* ["Photoshop"](https://github.com/ocornut/imgui/issues/707#issuecomment-463758243) - @Derydoca
* ["Light Green"](https://github.com/ocornut/imgui/issues/707#issuecomment-439117182) - @ebachard
## Code of conduct
[Contributor covenant](./CODE_OF_CONDUCT.md)