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: docs/source/mentions.rst
+31-9Lines changed: 31 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,46 @@ so does anyone cool use this thing...?
5
5
6
6
Okay, so the features don't convince you, the documentation doesn't convince you, you want to see what *other* people think about Sol? Well, aside from the well-wishes that come through in the issue tracker, here's a few things floating around about sol2 that I occasionally get pinged about:
7
7
8
+
`eevee`_ demonstrating the sheer code reduction by using sol2:
And, of course, ThePhD uses it. Isn't that enough?
27
44
28
-
Are you using sol2 for something neat? Want it to be featured here or think it's unfair that ThePhD hasn't found it yet? Well, drop an issue in the repo or send an e-mail!
45
+
`Tell me about your uses!`_
46
+
47
+
Are you using sol2 for something neat? Want it to be featured here or think it's unfair that ThePhD hasn't found it yet? Well, drop an issue in the repo or send an e-mail!
48
+
49
+
.. _Tell me about your uses!: https://github.com/ThePhD/sol2/issues/189
Copy file name to clipboardExpand all lines: docs/source/tutorial/all-the-things.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ Equivalent Lua code:
246
246
247
247
You can put anything you want in tables as values or keys, including strings, numbers, functions, other tables.
248
248
249
-
Note that this idea that things can be nested is important and will help later when you get into :ref:`namespacing<namespaceing>`.
249
+
Note that this idea that things can be nested is important and will help later when you get into :ref:`namespacing<namespacing>`.
250
250
251
251
252
252
functions
@@ -544,6 +544,9 @@ C++ classes put into Lua
544
544
545
545
See this :doc:`section here<cxx-in-lua>` and after perhaps see if :doc:`simple usertypes suit your needs<../api/simple_usertype>`. Also check out some `a basic example`_, `special functions`_ and `initializers`_,
0 commit comments