Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartpb/sdldoctables
Lua scripts for generating SDL documentation
https://github.com/stuartpb/sdldoctables
Last synced: 7 days ago
JSON representation
Lua scripts for generating SDL documentation
- Host: GitHub
- URL: https://github.com/stuartpb/sdldoctables
- Owner: stuartpb
- Created: 2011-02-09T22:29:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-18T15:48:22.000Z (over 13 years ago)
- Last Synced: 2024-04-09T22:14:52.366Z (9 months ago)
- Language: Lua
- Homepage: http://wiki.libsdl.org/moin.cgi/StuartPBentley
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Each of these scripts uses the tables provided by data.lua to generate the text for a different page on the SDL Wiki:
- Scancode_and_Keycode.lua: [SDL_ScancodeAndKeycode](http://wiki.libsdl.org/moin.cgi/SDL_ScancodeAndKeycode)
- Scancode_Lookup.lua: [SDLScancodeLookup](http://wiki.libsdl.org/moin.cgi/SDLScancodeLookup)
- Keycode_Lookup.lua: [SDLKeycodeLookup](http://wiki.libsdl.org/moin.cgi/SDLKeycodeLookup)
- Combined_Table.lua: [StuartPBentley/CombinedKeyTable](http://wiki.libsdl.org/moin.cgi/StuartPBentley/CombinedKeyTable)