forked from fccm/OCamlSDL2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS.txt
35 lines (27 loc) · 1.17 KB
/
AUTHORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Florent Monnier <monnier.florent at gmail.com>
Main original author and maintainer
David Cade <codename68 at gmail.com>
Provided events handling of SDL_TextInputEvent and SDL_TextEditingEvent
Piotr Mardziel <@piotrm0>
Provided Sdlsurface_ba.get_pixels
Alexandru Scvortov <scvalex at gmail.com>
wrapped SDL_GetWindowSize() as Sdlwindow.get_size
wrapped SDL_RWclose() as RWops.close
Guillaume Munch-Maccagnoni <Guillaume.Munch-Maccagnoni at Inria.fr>
Naked pointers checks and fixes
Carsten Elton Sørensen <cso at rift.dk>, (csoren @ github)
Add SDL_SetRenderTarget binding
Implement "hints" API
Implement texture locking and creation with access type
Add events subsystem
Add support for HiDPI
Add Sdlrender.get_output_size
Use new OCaml macros when available
Add ba targets in the opam file,
and add the opam command to use the current master branch
36000000 @ github <36000000 at github.com>, and
idimension <idimension18 at github.com.noreply>
Reported errors with the function SDL_WriteBE32(): "undefined symbol"
Switching off all the read/write functions from the RWops module.
Nuxssss (Daniel)
Manual (Tutorial), written on Nuxssss(Daniel)'s request.