home.social

#cpluplus — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cpluplus, aggregated by home.social.

  1. 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 🏔️👉 codeberg.org/xolatgames/Birdy-

    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

  2. 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 🏔️👉 codeberg.org/xolatgames/Birdy-

    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

  3. 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 🏔️👉 codeberg.org/xolatgames/Dima-s

    Or check its source code 👉 codeberg.org/xolatgames/Dima-s

    #opengl #gl #opengl3 #glfw #glfw3 #cpp #cpluplus #cmake #cmake3 #gles3 #OpenGLES3 #gles #3d #blender #blender3d #gimp #gimp3 #3dgame #simulator #simulators #codelite #Dima #idle

  4. 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 🏔️👉 codeberg.org/xolatgames/Dima-s

    Or check its source code 👉 codeberg.org/xolatgames/Dima-s

    #opengl #gl #opengl3 #glfw #glfw3 #cpp #cpluplus #cmake #cmake3 #gles3 #OpenGLES3 #gles #3d #blender #blender3d #gimp #gimp3 #3dgame #simulator #simulators #codelite #Dima #idle

  5. So, I couldn't resist, and added a texture, and an animation to the game about Dima who just stand 🧍‍♂️👉 codeberg.org/xolatgames/Dima-s

    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

  6. So, I couldn't resist, and added a texture, and an animation to the game about Dima who just stand 🧍‍♂️👉 codeberg.org/xolatgames/Dima-s

    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

  7. So apparently when called on the wrong variant, [expected::value](en.cppreference.com/w/cpp/util) throws but [expected::error](en.cppreference.com/w/cpp/util) is UB???

    I'm flabbergasted at C++'s ever renewed ability to defy the principle of least astonishment.

    #cpluplus #cpp

  8. 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.

    #c #cpp #cpluplus #programming