This website requires JavaScript.
Explore
Help
Register
Sign in
King_DuckZ
/
wrenpp
Watch
1
Star
1
Fork
You've already forked wrenpp
0
Code
Issues
Pull requests
Releases
Wiki
Activity
master
wrenpp
/
examples
/
meson.build
6 lines
95 B
Meson
Raw
Permalink
Normal View
History
Unescape
Escape
Add a small dice rolling example game
2020-05-02 20:41:58 +00:00
subdir
(
'dieroll'
)
Move files around Sample main.cpp is now into examples/greet
2020-05-02 20:55:10 +00:00
subdir
(
'greet'
)
Add calendar example and supporting functions
2020-05-02 23:54:00 +00:00
subdir
(
'calendar'
)
Add working example of constructor overloading
2022-05-15 14:03:29 +00:00
subdir
(
'math_vector'
)
Add support for returning a pre-existing foreign object from a foreign method This is potentially subject to change in the near future. This commit adds support for returning an instance (currently wrapped in ForeignObject<>) of a foreign object that is already instantiated. The object returned this way simply gets selected by handle into slot 0 of C Wren. Conversely, returning just a naked object causes wrenpp to make a Wren-accessible copy of it.
2024-05-28 06:25:19 +00:00
subdir
(
'cpp_calls'
)
Reference in a new issue
Copy permalink