aminosbh / sdl2-mixer-sampleLinks
Basic sample that demonstrates the usage of SDL2 and SDL2_mixer libraries with CMake. Mirror of https://gitlab.com/aminosbh/sdl2-mixer-sample
☆41Updated 5 years ago
Alternatives and similar repositories for sdl2-mixer-sample
Users that are interested in sdl2-mixer-sample are comparing it to the libraries listed below
Sorting:
- Basic sample that demonstrates the usage of SDL2 and SDL2_ttf libraries with CMake. Mirror of https://gitlab.com/aminosbh/sdl2-ttf-samp…☆47Updated 5 years ago
- Basic C SDL2 project with CMake. It draws the flag of Tunisia using basic graphics primitives. Mirror of https://gitlab.com/aminosbh/ba…☆31Updated 5 years ago
- This project is written in C and uses CMake as a build system. It shows how we can make a basic animation using SDL2 : Flying plane. Mir…☆35Updated 5 years ago
- Basic sample that demonstrates how we can play audio using the SDL2 libraries. It uses CMake as a build system. Mirror of https://gitla…☆34Updated 5 years ago
- Basic sample that demonstrates the usage of SDL2 and SDL2_image libraries with CMake. Mirror of https://gitlab.com/aminosbh/sdl2-image-…☆48Updated 5 years ago
- Use this one-file project/lib to create an SDL2 project/game WITHOUT any pointer specific knowledge.☆93Updated 2 years ago
- This repository contains a list of SDL/SDL2 samples and projects. Mirror of https://gitlab.com/aminosbh/sdl-samples-and-projects☆175Updated 3 years ago
- Basic C SDL2 project with CMake. Mirror of https://gitlab.com/aminosbh/basic-c-sdl-project☆58Updated last year
- Simple grid-based game made with SDL2 and uses CMake as a build system. Mirror of https://gitlab.com/aminosbh/falling-brick-game☆15Updated 5 years ago
- Modern CMake modules for finding and using the SDL2 library as well as other related libraries: SDL2_image, SDL2_ttf, SDL2_net, SDL2_mixe…☆370Updated 3 years ago
- Some personal practice with raylib and raylib-cpp☆29Updated 4 years ago
- C++ loader for TMX tile maps created by Tiled Map Editor☆21Updated 3 years ago
- 2D Platformer Game☆23Updated 6 years ago
- Basic C SDL2 game with CMake. It shows how we can develop a basic grid-based game. Mirror of https://gitlab.com/aminosbh/basic-c-sdl-ga…☆28Updated 5 years ago
- A small sample showing how to load and render Tiled maps in your SDL2 game project.☆38Updated 5 years ago
- A procedurally generated space action adventure game☆80Updated 3 years ago
- RayMario is a side-scroll game, built in C++ using Raylib, based on Nintendo's Super Mario World.