Bits [17:14]: Four control flags -- set the descriptor's Accessed bit, mark validation passed, request a limit check, or signal a stack operation.
I have been using SDL3 as it does everything I need as a cross-platform abstraction over the system - from windowing, to game controllers, to rendering. It works on Linux, Windows, Mac, Switch, PS4/5, Xbox, etc, and as of SDL3 there is a GPU abstraction that handles rendering across DirectX, Vulkan, and Metal. It just works, is open source, and is used by a lot of the industry (ex. Valve). I started using it because FNA, which Celeste uses to run on non-Windows platforms, uses it as its platform abstraction.,详情可参考新收录的资料
result := compound_interest(1000.0, 0.05, 10);,详情可参考新收录的资料
courtesy of Alex Imas
If you liked this post, consider subscribing to email updates about my new posts, or sharing it on Hacker News.