Bhanuka Mallawaarachchiimbmax.com·Oct 27, 2024Linking Libraries Locally with CMake: A Follow-UpIn 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 ...29 readsC
Chandram Duttablogs.onlychan.xyz·Sep 10, 2024Importing C Libraries in Swiftfind 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...45 readsSwift
Arun Udayakumararunudayakumar.hashnode.dev·Jul 21, 2024Waves creation using Raylibhttps://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...raylib
Chirag Vijaychirag4862.hashnode.dev·Mar 19, 2023Getting Started with Raylib for Game Development in C++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...13 likes·3.2K readsWeMakeDevs
Moezmoeezmustafa.hashnode.dev·Jan 6, 2023Day 1+2 : Building an Algorithm Visualizer in C++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...146 readsraylib
Moezmoeezmustafa.hashnode.dev·Jan 1, 2023Day 0 : Building an Algorithm Visualizer in C++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...104 readsraylib