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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ Documentation
17
17
Introduction
18
18
------------
19
19
20
-
**Note to existing users**: *CrSFML* has been recently rewritten from scratch. *CrSFML* releases since 2.4 have an entirely different installation procedure, and multiple important API changes. See the [release notes][releases] for information.
21
-
22
20
*CrSFML* is a library that allows SFML to be used with the Crystal programming language. [SFML][] is a library written in C++, so *CrSFML* also needs to ship C bindings to SFML, called *VoidCSFML*.
23
21
24
22
To quote the official site of SFML,
@@ -68,7 +66,7 @@ This section defines two sets of step-by-step instructions to install *CrSFML* b
68
66
- Convenient installation.
69
67
- Disadvantages:
70
68
- Tied to a particular version of SFML (only SFML 2.4 right now).
71
-
-Although sizes of SFML objects seem to always be of equal or smaller sizes than on Linux 64-bit with latest GCC (where the sources are generated), this is not completely guaranteed. So, in case of a mismatch, data may be written outside of the memory region allocated for an object.
69
+
-Less performant, because memory layout optimizations can't be cross-platform.
0 commit comments