sdl2-bindings 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ChangeLog +5 -0
- data/README.md +19 -4
- data/lib/sdl2_stdinc.rb +12 -4
- data/lib/sdl2_touch.rb +1 -1
- data/lib/sdl2_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca4423c0218ca2efe6fd3522958924fb2f80a7f8f4306297eb4be53aaea8fc4b
|
|
4
|
+
data.tar.gz: a55940e461db8235156d115de6fc775421e69e34506e16310f99fa952b18e559
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b65767f1f1f62aafeb0cfb1ad18aacee9064cb8d4b320f722de7ec64be0d97528794bda50e56545a9627ad57ff7a0e14a79ca5fe094d42dc881fde4af9ca0f4c
|
|
7
|
+
data.tar.gz: 1a4d46c4aa8e7dd30db494f0db17883f6ea01a40ebbd550a0bbf51c683d0680dd9e879845b620d6c7e8d8743fedc2abe1ba80463d9b92ab2d2c26a661de9df77
|
data/ChangeLog
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
2022-10-09 vaiorabbit <http://twitter.com/vaiorabbit>
|
|
2
|
+
|
|
3
|
+
* SDL 2.24.1 ( https://github.com/libsdl-org/SDL/releases/tag/release-2.24.1 )
|
|
4
|
+
* Fixed wrong value definitions
|
|
5
|
+
|
|
1
6
|
2022-08-20 vaiorabbit <http://twitter.com/vaiorabbit>
|
|
2
7
|
|
|
3
8
|
* SDL 2.24.0 ( https://github.com/libsdl-org/SDL/releases/tag/release-2.24.0 )
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# sdl2-bindings : Yet another SDL2 wrapper for Ruby #
|
|
4
4
|
|
|
5
5
|
* Created : 2015-09-19
|
|
6
|
-
* Last modified : 2022-
|
|
6
|
+
* Last modified : 2022-10-09
|
|
7
7
|
|
|
8
8
|
## Features ##
|
|
9
9
|
|
|
@@ -11,14 +11,20 @@
|
|
|
11
11
|
* Based on Ruby/FFI
|
|
12
12
|
* No need to build C extension library
|
|
13
13
|
|
|
14
|
+
See the project below to learn how to use this library:
|
|
15
|
+
|
|
16
|
+
* Whac-a-Mole! : Ruby SDL2 bindings demo
|
|
17
|
+
* <https://github.com/vaiorabbit/sdl2-bindings-whacamole>
|
|
18
|
+
* [](https://www.youtube.com/watch?v=HroP-_EWcg8)
|
|
19
|
+
|
|
14
20
|
## Limitations ##
|
|
15
21
|
|
|
16
22
|
* Several original APIs originally defined with pre-processor macro are unavailable in this library (e.g. `SDL_LoadBMP`)
|
|
17
23
|
|
|
18
24
|
## Target version ##
|
|
19
25
|
|
|
20
|
-
* [2022-
|
|
21
|
-
* SDL : 2.24.
|
|
26
|
+
* [2022-10-09]
|
|
27
|
+
* SDL : 2.24.1
|
|
22
28
|
* SDL_image : 2.6.2
|
|
23
29
|
* SDL_mixer : 2.6.2
|
|
24
30
|
* SDL_ttf : 2.20.1
|
|
@@ -56,17 +62,26 @@
|
|
|
56
62
|
* SDL_ttf : 2.20.0
|
|
57
63
|
* SDL2_gfx : 1.0.4
|
|
58
64
|
* SDL_sound : 2.0.1
|
|
65
|
+
* [2022-08-20]
|
|
66
|
+
* SDL : 2.24.0
|
|
67
|
+
* SDL_image : 2.6.2
|
|
68
|
+
* SDL_mixer : 2.6.2
|
|
69
|
+
* SDL_ttf : 2.20.1
|
|
70
|
+
* SDL2_gfx : 1.0.4
|
|
71
|
+
* SDL_sound : 2.0.1
|
|
59
72
|
|
|
60
73
|
</details>
|
|
61
74
|
|
|
62
75
|
## Supported Environments ##
|
|
63
76
|
|
|
64
77
|
* [2022-04-29] Windows 10 (21H1), ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x64-mingw-ucrt]
|
|
65
|
-
* [2022-
|
|
78
|
+
* [2022-10-09] macOS Monterey (12.5.1), ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [arm64-darwin21]
|
|
79
|
+
* [2022-10-09] Debian 11 (bullseye) on ASUS Chromebook Detachable CZ1, ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [aarch64-linux]
|
|
66
80
|
|
|
67
81
|
<details>
|
|
68
82
|
<summary>Older Environments</summary>
|
|
69
83
|
|
|
84
|
+
* [2022-07-31] macOS Monterey (12.4), ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [arm64-darwin21]
|
|
70
85
|
* [2022-02-12] Windows 10 (21H1), ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [x64-mingw-ucrt]
|
|
71
86
|
* [2022-01-11] macOS Monterey (12.1), ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [arm64-darwin20]
|
|
72
87
|
* [2021-12-02] macOS Big Sur (11.6), ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [arm64-darwin20]
|
data/lib/sdl2_stdinc.rb
CHANGED
|
@@ -10,10 +10,10 @@ module SDL
|
|
|
10
10
|
extend FFI::Library
|
|
11
11
|
# Define/Macro
|
|
12
12
|
|
|
13
|
-
ICONV_ERROR =
|
|
14
|
-
ICONV_E2BIG =
|
|
15
|
-
ICONV_EILSEQ =
|
|
16
|
-
ICONV_EINVAL =
|
|
13
|
+
ICONV_ERROR = 4294967295
|
|
14
|
+
ICONV_E2BIG = 4294967294
|
|
15
|
+
ICONV_EILSEQ = 4294967293
|
|
16
|
+
ICONV_EINVAL = 4294967292
|
|
17
17
|
|
|
18
18
|
# Enum
|
|
19
19
|
|
|
@@ -22,6 +22,14 @@ module SDL
|
|
|
22
22
|
|
|
23
23
|
# Typedef
|
|
24
24
|
|
|
25
|
+
typedef :char, :int8_t
|
|
26
|
+
typedef :short, :int16_t
|
|
27
|
+
typedef :int, :int32_t
|
|
28
|
+
typedef :long_long, :int64_t
|
|
29
|
+
typedef :uchar, :uint8_t
|
|
30
|
+
typedef :ushort, :uint16_t
|
|
31
|
+
typedef :uint, :uint32_t
|
|
32
|
+
typedef :ulong_long, :uint64_t
|
|
25
33
|
typedef :int, :SDL_bool
|
|
26
34
|
typedef :char, :Sint8
|
|
27
35
|
typedef :uchar, :Uint8
|
data/lib/sdl2_touch.rb
CHANGED
data/lib/sdl2_version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sdl2-bindings
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vaiorabbit
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|