Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | updated sdl2 README |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c8794bb797ec9703d5d411b2360c030a |
User & Date: | aldo 2016-12-14 17:03:33 |
Context
2016-12-15
| ||
01:14 | cairo ffi improvements check-in: 342d9b1e94 user: aldo tags: trunk | |
2016-12-14
| ||
17:03 | updated sdl2 README check-in: c8794bb797 user: aldo tags: trunk | |
16:32 | upgraded SDL2.0 API to 2.0.5, added README for SDL2 ffi check-in: e0fdb312bb user: aldo tags: trunk | |
Changes
Changes to sdl2/README.
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
Then the scheme bindings are generated with the command: scheme --script parse-sdl-json.ss many *-functions.ss will be created also sdl2.sexp will be generated. You can then execute fossil diff --tk (or equivalent) to see the new functions This thing needs to be done once in a while when new SDL versions add new functionality. Usually you should not care :) For any questions just contact me ovenpasta@pizzahack.eu have fun! Aldo |
> > > |
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
Then the scheme bindings are generated with the command: scheme --script parse-sdl-json.ss many *-functions.ss will be created also sdl2.sexp will be generated. You can then execute fossil diff --tk (or equivalent) to see the new functions Then you should update sdl2.sls to add the new functions. For new ftypes, enums and flags you'll need to figure out by hand. This thing needs to be done once in a while when new SDL versions add new functionality. Usually you should not care :) For any questions just contact me ovenpasta@pizzahack.eu have fun! Aldo |