This website requires JavaScript.
Explore
Help
Sign In
mewin
/
mijin2
Watch
1
Star
0
Fork
0
You've already forked mijin2
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
Files
b10f2509455f75ed1321be03075faf56a70a3454
mijin2
/
source
/
mijin
History
Patrick Wuttke
b10f250945
Added simple (albeit in many cases suboptiomal) c_sleep() method for coroutines.
2024-06-23 12:19:57 +02:00
..
async
Added simple (albeit in many cases suboptiomal) c_sleep() method for coroutines.
2024-06-23 12:19:57 +02:00
container
Added function to convert StrideSpan to regular span, if possible.
2023-12-16 10:25:58 +01:00
debug
Use inline assembly for MIJIN_TRAP() so the debugger stops at the exact location. Only works for x64, but that's currently my only target.
2023-12-07 17:15:42 +01:00
geo
Fixed tangent generation and added Vector4 type.
2023-12-15 02:20:50 +01:00
io
Deprecated readString() method so it is always clear if you want to read a binary encoded string or the file as string. Also added possibility to open a memory stream from any span.
2024-06-10 23:11:25 +02:00
memory
…
types
Use copies of strings for the cache instead of string_views. Apparently my assumption was wrong.
2023-12-19 22:41:40 +01:00
util
Added bits_t member to BitFlags and is_bitflags_v helper constant.
2024-06-10 23:11:54 +02:00
virtual_filesystem
Added some constructors and an empty() check to path references.
2023-12-29 23:32:14 +01:00
detect.hpp
…