All Projects → engineerOfLies → gameframework2d

engineerOfLies / gameframework2d

Licence: MIT license
Core Example Program for 2D Game Programming Class

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to gameframework2d

Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (+831.25%)
Mutual labels:  sdl2, learning-by-doing
nox-decomp
Unofficial Nox (2000) port to Linux using decompiled code from https://playnox.xyz
Stars: ✭ 21 (+31.25%)
Mutual labels:  sdl2
Freej2me
A free J2ME emulator with libretro, awt and sdl2 frontends.
Stars: ✭ 203 (+1168.75%)
Mutual labels:  sdl2
SDL image
Image decoding for many popular formats for Simple Directmedia Layer.
Stars: ✭ 325 (+1931.25%)
Mutual labels:  sdl2
42 cheatsheet
Also referred to as "The C Man"
Stars: ✭ 204 (+1175%)
Mutual labels:  sdl2
hypseus-singe
Hypseus is a SDL2 version of Daphne and Singe. Laserdisc game emulation.
Stars: ✭ 86 (+437.5%)
Mutual labels:  sdl2
Ck2dll
Crusader Kings II double byte patch /production : 3.3.4 /dev : 3.3.4
Stars: ✭ 186 (+1062.5%)
Mutual labels:  sdl2
cubosphere-code
3D puzzle game restored from ashes (code base)
Stars: ✭ 17 (+6.25%)
Mutual labels:  sdl2
helloworld-sdl2-opengl-emscripten
Basic program that uses SDL2+OpenGL, compiling both locally and via emscripten
Stars: ✭ 71 (+343.75%)
Mutual labels:  sdl2
Dome
A lightweight game development environment where games can be written in Wren
Stars: ✭ 251 (+1468.75%)
Mutual labels:  sdl2
Tmxlite
lightweight C++14 parser for Tiled tmx files
Stars: ✭ 248 (+1450%)
Mutual labels:  sdl2
Engine
A basic cross-platform 3D game engine
Stars: ✭ 208 (+1200%)
Mutual labels:  sdl2
PengueeBot
Automation tool, visit our discord channel if you have anything to ask
Stars: ✭ 27 (+68.75%)
Mutual labels:  crossplatform
Vcmi
Open-source engine for Heroes of Might and Magic III
Stars: ✭ 2,514 (+15612.5%)
Mutual labels:  sdl2
galangua
2D shoot 'em up game, written in Rust
Stars: ✭ 33 (+106.25%)
Mutual labels:  sdl2
Jitboy
A Game Boy emulator with dynamic recompilation (JIT)
Stars: ✭ 190 (+1087.5%)
Mutual labels:  sdl2
Nothing
A simple platformer about nothing
Stars: ✭ 249 (+1456.25%)
Mutual labels:  sdl2
Super-Mario-Bros-game
The remake of Super Mario Bros (1985) made with C++ and SDL2 library.
Stars: ✭ 39 (+143.75%)
Mutual labels:  sdl2
brogue-android-port
Brogue Android Port
Stars: ✭ 47 (+193.75%)
Mutual labels:  sdl2
clonings
A project for learning Clojure, based on rustlings.
Stars: ✭ 32 (+100%)
Mutual labels:  learning-by-doing

gameframework2d (GF2D)

a collection of utlitity functions designed to facilitate creating 2D games with SDL2 This project is specifically intended to function as an educational tool for my students taking 2D Game Programming.

FOR FULL FEATURES CHECKOUT THE MASTER BRANCH Students: Don't do that. You are not ready.... yet.

The main branch is kept deliberately minimal to allow students to build out systems as they are learning. Other branches have more complete system: Collisions, Windows, Armatures, Entities, Particles...

Build Process

Before you can build the example code we are providing for you, you will need to obtain the libraries required by the source code

  • SDL2
  • SDL2_image
  • SDL2_mixer
  • SDL2_ttf There are additional sub modules that are needed for this project to work as well, but they can be pulled right from within the project. Performable from the following steps from the root of the cloned git repository within a terminal.

Make sure you fetch submodules: git submodule update --init --recursive Go into each submodule's src directory and type: make make static

Once each submodule has been made you can go into the base project src folder anre simply type: make

You should now have a gf2d binary within the root of your git repository. Executing this will start your game.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].