issues
search
JX-Master
/
LunaSDK
Luna SDK is a C++ software development framework for real-time rendering applications.
Other
123
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix the bug that causes properties in base type of one derived structure type not get serialized/deserialized.
#84
JX-Master
closed
1 week ago
0
`serialize` and `deserialize` will not serialize/deserialize properties in base class for derived class types.
#83
JX-Master
closed
1 week ago
0
[VariantUtils] Fix `write_json` bug that returns positive integers when reading negative integers.
#82
JX-Master
closed
1 month ago
0
[VariantUtils] Use `read_json` to read negative numbers will result in positive numbers.
#81
JX-Master
closed
1 month ago
0
[Asset]Add dependency tracking API.
#80
JX-Master
closed
2 months ago
0
[Runtime]Fix incorrect use of `::GetCurrentThread` to get thread handle on Windows.
#79
JX-Master
closed
2 months ago
0
[Runtime]Fix program crash when constructing objects of instanced generic types.
#78
JX-Master
closed
2 months ago
0
The return value of Win32 API `GetCurrentThread` is only valid in the calling thread, not unique in process scope.
#77
JX-Master
closed
2 months ago
0
`construct_type` creashes for instanced structure types.
#76
JX-Master
closed
2 months ago
0
Add dependency tracking to asset system
#75
JX-Master
closed
2 months ago
0
Add support for passing samplers along with texture in `ImGui::Image`
#74
JX-Master
closed
2 months ago
0
Add serialization support for Array<T, Count> types.
#73
JX-Master
closed
2 months ago
0
Add support for passing samplers along with texture in `ImGui::Image`
#72
JX-Master
closed
2 months ago
0
Add serialization support for `Array<T, Count>` types.
#71
JX-Master
closed
2 months ago
0
Adds `StackAllocator` to replace the default `alloca` to prevent potential stack overflow when allocating large memory block on stack.
#70
JX-Master
closed
3 months ago
0
Calling `IShapeRenderer::render` twice with different draw lists causes program crash.
#69
JX-Master
closed
3 months ago
2
Use of alloca to allocate storage for string manipulation is extremely unsafe
#68
Kaldaien
closed
3 months ago
2
Can't find dxc stuff when building
#67
Likailei
closed
3 months ago
2
Implement SDL backend for Window module.
#66
JX-Master
closed
5 months ago
0
Fix compile error on Windows/clang-cl.
#65
JX-Master
closed
3 months ago
0
Add LunaShader shader compiling command line tool
#64
JX-Master
closed
7 months ago
0
Add offline shader compiling support
#63
JX-Master
closed
7 months ago
0
Finish v0.8 documentation
#62
JX-Master
closed
8 months ago
0
Change module system API
#61
JX-Master
closed
10 months ago
0
Remove CRT settings for Windows - we let the end user to control it.
#60
JX-Master
closed
10 months ago
0
Change third party SDK's integration behavior.
#59
JX-Master
closed
10 months ago
0
[Window]Remove glfw dependency configurations.
#58
JX-Master
closed
10 months ago
0
macOS static-linked builds does not run
#57
JX-Master
closed
10 months ago
0
[Window]GLFW is no longer an option, but a requirement on Windows and macOS.
#56
JX-Master
closed
10 months ago
0
[ImGui]Add Dear ImGui files to the module directly rather than import as third-party packages.
#55
JX-Master
closed
11 months ago
0
Fix macOS program crash
#54
JX-Master
closed
11 months ago
0
Revert "Fix macOS program crash."
#53
JX-Master
closed
11 months ago
0
Fix macOS program crash.
#52
JX-Master
closed
11 months ago
0
Add Runtime docs.
#51
JX-Master
closed
11 months ago
0
Add enumeration doc generation support.
#50
JX-Master
closed
11 months ago
0
Add Doxygen support
#49
JX-Master
closed
11 months ago
0
Add a new example application to test LunaSDK on mobile devices
#48
JX-Master
opened
12 months ago
0
Add WebAssembly porting
#47
JX-Master
opened
12 months ago
1
Add DLL loading APIs to Runtime module
#46
JX-Master
closed
12 months ago
0
Add DLL loadiing support for Runtime module.
#45
JX-Master
closed
12 months ago
0
Add function call stack dumping APIs to Runtime
#44
JX-Master
closed
1 year ago
0
[HID]Remove device interface, use global functions to expose HID functionalities directly.
#43
JX-Master
closed
1 year ago
0
Add GUI module.
#42
JX-Master
opened
1 year ago
0
Please add WebGPU support to RHI.
#41
horel
opened
1 year ago
2
Format `xmake install` include directory.
#40
JX-Master
closed
1 year ago
0
Add DDS image file format support
#39
JX-Master
closed
1 year ago
0
Implement profiler system and memory profiling
#38
JX-Master
closed
1 year ago
0
[Runtime]Change name system implementation to make it more friendly to multi-thread environment.
#37
JX-Master
closed
1 year ago
0
Add function call stack dumping support for debug build
#36
JX-Master
closed
1 year ago
0
Prevent creating dedicated adapter objects for every `get_adapters` call.
#35
JX-Master
closed
1 year ago
0
Next