How to setup SDL 3, SDL_image, SQL and Flecs using Modern CMake on Windows

Published: 01 January 1970
on channel: Codotaku
209
16

How to setup SDL 3, SDL image, SQL and flecs using Modern CMake
GitHub Repo:
https://github.com/ilyas-taouaou/Codo...
Discord Server:
http://discord.codotaku.com

CMake is a free, cross-platform, software development tool for building applications via compiler-independent instructions. It also can automate testing, packaging and installation. It runs on a variety of platforms and supports many programming languages.

Simple DirectMedia Layer (SDL) is a cross-platform software development library designed to provide a hardware abstraction layer for computer multimedia hardware components. Software developers can use it to write high-performance computer games and other multimedia applications that can run on many operating systems such as Android, iOS, Linux, macOS, and Windows.

C++ (CPP) high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup. First released in 1985 as an extension of the C programming language, it has since expanded significantly over time; as of 1997, C++ has object-oriented, generic, and functional features, in addition to facilities for low-level memory manipulation for systems like microcomputers or to make operating systems like Linux or Windows. It is usually implemented as a compiled language, and many vendors provide C++ compilers, including the Free Software Foundation, LLVM, Microsoft, Intel, Embarcadero, Oracle, and IBM.

SQL is a domain-specific language used to manage data, especially in a relational database management system (RDBMS). It is particularly useful in handling structured data, i.e., data incorporating relations among entities and variables.

Flecs is a fast and lightweight ECS implementation for C & C++ that lets you build games and simulations with millions of entities.
Entity–component–system (ECS) is a software architectural pattern mostly used in video game development for the representation of game world objects. An ECS comprises entities composed from components of data, with systems which operate on the components.


Watch video How to setup SDL 3, SDL_image, SQL and Flecs using Modern CMake on Windows online, duration hours minute second in high quality that is uploaded to the channel Codotaku 01 January 1970. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 209 times and liked it 16 visitors.