Block a user
671a5e9903
implement building luajit extension of imgui
72cf28cd14
allow value instance in luajit to retrieve lua object from itself
c5d6dd996f
allow luajit::Value to push itself directly by lua_State
99f3e039dc
add a script to transpile imgui header from cpp to lua
ff2b85184e
remove remained TODO mark
1080adbde0
Merge pull request 'feat/169-lua-imgui' (#175) from feat/169-lua-imgui into main
668b88c6c3
install leak detector feature to luajit::Value
21b7858996
fix an issue that concurrency tasks in drivers env aren't executed after tearing down of imgui context
9560b3427c
add imgui::LuaJITDriver
dca176988d
enhance Value to allow taking shared_ptr of types inheriting Value::Data
668b88c6c3
install leak detector feature to luajit::Value
21b7858996
fix an issue that concurrency tasks in drivers env aren't executed after tearing down of imgui context
9560b3427c
add imgui::LuaJITDriver
dca176988d
enhance Value to allow taking shared_ptr of types inheriting Value::Data
abd9bc615f
improve an error message of 'missing dependency' error
use standard exceptions instead of MemoryException?
81f9bda412
add Future::Completer::RunAfter()
ff529a521a
enhance core::Maker to allow forwarding a value from its super instance
d2a2e635a7
add Observer::Forwarder
2108ca3210
add luajit::Value::MakeFunction
37b250b730
enhance syntax of handling
Future
2cbb6c9d2b
set a base of luajit::Value as nf7::Value::Data
7777394da1
allow nf7::Value to hold a custom data type
33889c7031
add driversEnv property to imgui context
fba6d51901
Merge pull request 'feat/171-env-shared' (#172) from feat/171-env-shared into main
57fab75afc
support various constructors of concrete types in SimpleContainer