#cpluplus — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cpluplus, aggregated by home.social.
-
Hi folks! ✌️ I have a couple of news about the game about the bird Birdy 🐦📰
I've add Jorik 🐧 to "Walking through street" mini-game, and changed the Birdy's hair color.
The new version you can already download from the Birdy's Codeberg page 🏔️👉 https://codeberg.org/xolatgames/Birdy-wants-crisps/releases/tag/v1.4.2
And also, I upload it to my website soon.
See you soon! 😉👋
#cpp #cpluplus #box2d #sdl #sdl2 #codelite #cmake #cmake3 #codeberg #opensource #game #games #2d #inkscape #tiled #TiledMapEditor #appimage #gamedev #adventure #gnumake
-
Hi folks! ✌️ I have a couple of news about the game about the bird Birdy 🐦📰
I've add Jorik 🐧 to "Walking through street" mini-game, and changed the Birdy's hair color.
The new version you can already download from the Birdy's Codeberg page 🏔️👉 https://codeberg.org/xolatgames/Birdy-wants-crisps/releases/tag/v1.4.2
And also, I upload it to my website soon.
See you soon! 😉👋
#cpp #cpluplus #box2d #sdl #sdl2 #codelite #cmake #cmake3 #codeberg #opensource #game #games #2d #inkscape #tiled #TiledMapEditor #appimage #gamedev #adventure #gnumake
-
I've add a background 🖼️ and change the light 💡 rendering.
For who ones who has an interest, you can download the new version from "Dima stand 🧍♂️" Codeberg page 🏔️👉 https://codeberg.org/xolatgames/Dima-stand/releases/tag/v0.3.0
Or check its source code 👉 https://codeberg.org/xolatgames/Dima-stand
#opengl #gl #opengl3 #glfw #glfw3 #cpp #cpluplus #cmake #cmake3 #gles3 #OpenGLES3 #gles #3d #blender #blender3d #gimp #gimp3 #3dgame #simulator #simulators #codelite #Dima #idle
-
I've add a background 🖼️ and change the light 💡 rendering.
For who ones who has an interest, you can download the new version from "Dima stand 🧍♂️" Codeberg page 🏔️👉 https://codeberg.org/xolatgames/Dima-stand/releases/tag/v0.3.0
Or check its source code 👉 https://codeberg.org/xolatgames/Dima-stand
#opengl #gl #opengl3 #glfw #glfw3 #cpp #cpluplus #cmake #cmake3 #gles3 #OpenGLES3 #gles #3d #blender #blender3d #gimp #gimp3 #3dgame #simulator #simulators #codelite #Dima #idle
-
So, I couldn't resist, and added a texture, and an animation to the game about Dima who just stand 🧍♂️👉 https://codeberg.org/xolatgames/Dima-stand
And, you can also try to build this game through CMake now, so you don't need to install CodeLite for building this game especially.
#opengl #gl #glfw #glfw3 #cpp #cpluplus #gimp #3d #gimp3 #blender #blender3d #development #dev #devlog #opensource #codeberg #cmake #cmake3 #codelite #glsl #simulator #3danimation #simulators #opengl3
-
So, I couldn't resist, and added a texture, and an animation to the game about Dima who just stand 🧍♂️👉 https://codeberg.org/xolatgames/Dima-stand
And, you can also try to build this game through CMake now, so you don't need to install CodeLite for building this game especially.
#opengl #gl #glfw #glfw3 #cpp #cpluplus #gimp #3d #gimp3 #blender #blender3d #development #dev #devlog #opensource #codeberg #cmake #cmake3 #codelite #glsl #simulator #3danimation #simulators #opengl3
-
So apparently when called on the wrong variant, [expected::value](https://en.cppreference.com/w/cpp/utility/expected/value) throws but [expected::error](https://en.cppreference.com/w/cpp/utility/expected/error) is UB???
I'm flabbergasted at C++'s ever renewed ability to defy the principle of least astonishment.
-
Query Your C Code. ClangQL is a tool that allow you to run SQL-like query on C/C++ Code.
https://hackaday.com/2024/04/08/query-your-c-code/?utm_medium=erik.in&utm_source=mastodon
-
I don't know if it's peak lazy or peak "engineering" but I just read someone argue for "sizeof expression" and against "sizeof(type)" because the former is two characters shorter. 🤦♂️
[for brevity, omitting other aspects of the argument]
No, they weren't discussing writing the smallest program or anything like that.