May 16, 2025 · 4 min read · Before I start with the self roasting and full of headache story of this remake, if you haven’t already — I’d recommend you to checkout my previous post which is a nice warm story ( at least it preserves my dignity🙂 ). It’ll give you all the nostalg...
AIPDASatyam and 4 more commented
May 14, 2025 · 3 min read · A Nostalgic Story About 8 years ago, when I was just a kid, I began my coding journey with a school book — you know, the classic QBASIC chapter. I learned about variables, conditional statements, and control flow, writing small programs like basic ca...
PACKDPriyanka and 7 more commented
Jan 25, 2025 · 1 min read · Introduction typedef struct Vector2 {float x; float y;} Vector2; Overview of Raylib Importance of Vector2 in computer graphics Purpose of the article Understanding Vector2 Definition and structure Basic properties and uses Comparison with other vecto...
Join discussionOct 27, 2024 · 1 min read · In my previous post about building C/C++ projects with CMake, I shared a simple CMakeLists.txt setup for compiling a basic project. Today, I’ll dive into a specific need that many developers encounter: linking libraries directly from project folders ...
Join discussion
Sep 10, 2024 · 3 min read · find the code here https://github.com/Chandram-Dutta/SwiftRaylib/ After watching Tsoding struggle with importing a C Library (raylib) in his recent stream. I decided to make the process easier and more straightforward for developers. I totally agree...
Join discussionJul 21, 2024 · 1 min read · https://youtu.be/UKZGme8D6Ng CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(ex1 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) # Find the library find_library(RAYLIB_LIBRARY NAMES raylib PATHS /usr/local...
Join discussionMar 19, 2023 · 5 min read · What is Raylib? Raylib is a simple and easy-to-use library for game development that offers high performance and cross-platform compatibility. It provides a set of functions for drawing shapes and images, handling user input, and managing the game st...
Join discussionJan 6, 2023 · 6 min read · This Blogpost is a compile of 2 days , after the initial setup of the library and generating a screen. This one : https://moeezmustafa.hashnode.dev/day-0-algorithm-visualizer-build-in-cpp By the way , the Thumbnails are the from my photography arch...
Join discussion
Jan 1, 2023 · 4 min read · Hello everyone! I'm Moeez and I'm excited to share my journey with you. Btw i took that shot in the thumbnail above ☝️, cool right ? okay lets talk ! about what this blog will be talking about . For the next few weeks, I'll be posting updates on this...
Join discussion