Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claremacrae/clares-lightroom-scripts
https://github.com/claremacrae/clares-lightroom-scripts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/claremacrae/clares-lightroom-scripts
- Owner: claremacrae
- License: apache-2.0
- Created: 2021-10-16T13:28:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T14:44:03.000Z (over 3 years ago)
- Last Synced: 2024-10-31T17:12:28.375Z (3 months ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clares-lightroom-scripts
## Lua
### Lua Resources- [Lua: reference manuals](https://www.lua.org/manual/)
- [Lua 5.4 Reference Manual - contents](https://www.lua.org/manual/5.4/)
- [Programming in Lua (first edition)](https://www.lua.org/pil/contents.html#P1)
- [Programming in Lua : 1 – Getting Started](https://www.lua.org/pil/1.html)
### Tools- [ZeroBrane Studio - Lua IDE/editor/debugger for Windows, Mac OSX, and Linux](https://studio.zerobrane.com)
## Lightroom
### Lightroom Resources- [Adobe Lightroom SDK for plugin & extension development | Adobe I/O](https://www.adobe.io/apis/creativecloud/lightroomclassic.htm)
- [Adobe Developer Console](https://developer.adobe.com/console/home)
### Example Scripts
- John Beardsworth's [Lightroom script for listing files](http://lightroomsolutions.com/a-quick-list-of-filenames/)