You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,16 @@
6
6
7
7

8
8
9
-
Wrapper around [Gosu](https://www.libgosu.org/) and [MRuby](https://mruby.org/) to run Gosu games natively on desktop platforms.
9
+
Wrapper around [Gosu](https://www.libgosu.org/) and [MRuby](https://mruby.org/) (and the [mruby-gosu](https://github.com/cyberarm/mruby-gosu) mgem by Cyberarm)
10
+
to run Gosu games natively on desktop platforms.
10
11
11
12
**NOTE**: This project is really **experimental** and the person behind it (me) isn't
12
13
all that great in C, so don't expect that much. having said that feel free
13
14
to try it out, and report any problems or things that should be nice to have.
14
15
15
-
## Summary
16
-
17
-
This wrapper makes use of MRuby and the [mruby-gosu](https://github.com/cyberarm/mruby-gosu) mgem (by Cyberarm) to create
18
-
a simple executable that can run Gosu games easily and painlessly on desktop platforms.
19
-
20
16
## Building
21
17
22
-
See instructions for [Windows](https://github.com/Chadowo/gosu-mruby-wrapper/wiki/Compiling-On-Windows) and [Linux](https://github.com/Chadowo/gosu-mruby-wrapper/wiki/Compiling-On-Linux) on the wiki.
18
+
See instructions for [Windows](https://github.com/Chadowo/gosu-mruby-wrapper/wiki/Compiling-On-Windows), [MacOS](https://github.com/Chadowo/gosu-mruby-wrapper/wiki/Compiling-On-MacOS) and [Linux](https://github.com/Chadowo/gosu-mruby-wrapper/wiki/Compiling-On-Linux) on the wiki.
23
19
24
20
## Usage
25
21
@@ -28,7 +24,7 @@ wiki page.
28
24
29
25
## Features
30
26
31
-
- Targets desktop platforms, like Windows, and Linux.
27
+
- Targets desktop platforms, like Windows, MacOS-Intel (**experimental**, contributions appreciated!) and Linux.
32
28
**NOTE**: The Windows binary's MRuby is linked with the [UCRT](https://devblogs.microsoft.com/cppblog/introducing-the-universal-crt/) (Universal C Runtime),
33
29
the which is bundled by default only on Windows 10 and higher, for older systems
34
30
it eithers needs to be installed or provided with the executable.
@@ -37,8 +33,6 @@ wiki page.
37
33
38
34
## Limitations
39
35
40
-
- No MacOS builds, this could *definitively* be added, it's just that I don't have a MacOS machine to develop it.
41
-
Contributions would be highly appreciated!
42
36
- No 32 bit builds, Gosu does support it though, so it's possible.
43
37
- No gems, this means that if your game uses CRuby gems it **will not work**.
44
38
However you can use gems made in plain Ruby by bundling them with your source code,
0 commit comments