Ryo Suzuki
siv3d.jp
Ryo Suzuki
@siv3d.jp
プログラミングを楽しく簡単に。
Creator of Siv3D (C++20 game framework)
- https://github.com/Siv3D/OpenSiv3D
- https://x.com/Reputeless
Visual Studio 2022 version 17.12 finally supports the multidimensional operator[] from C++23. But IntelliSense doesn’t get it yet, so the red squiggles are still there. Similar issues happened with C++20 but got fixed later.
wandbox.org/permlink/xRm...
#cplusplus
December 5, 2024 at 3:02 AM
How to make fonts look hand-painted: apply geometry transformations for natural distortion, use low-res Signed Distance Field (SDF) images for a watercolor-like effect, and more.
gist.github.com/Reputeless/a...
#Siv3D #gamedev #cplusplus
November 25, 2024 at 4:41 AM
Indie game developer sashi has announced their high-speed Metroidvania, Monad Tachyon, developed with Siv3D and launching on Steam in 2025!
store.steampowered.com/app/3328960/...
#Siv3D #gamedev #indiedev #pixelart #cplusplus
November 21, 2024 at 12:05 PM
November 19, 2024 at 11:18 AM
lifetimebound attribute の使用例の C++ サンプルコード
wandbox.org/permlink/zGr...
#cpp #cplusplus
November 18, 2024 at 12:31 PM