MythicEngine is an open-source, lightweight game engine

1 stars 0 forks 1 watchers C++ Apache License 2.0
1 Open Issue Need Help Last updated: Sep 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue proposes refactoring a `CreateThread` wrapper function in `Runtime/Private/Windows/System.cpp` to use `_beginthreadex` instead of the Windows API `::CreateThread`. This change is intended to ensure proper initialization of the C runtime library for newly created threads, which is crucial for C++ applications.

Complexity: 2/5
enhancement good first issue

MythicEngine is an open-source, lightweight game engine

C++