jhamill34 / first-game

Trying to learn some C++ and some Graphics programming froms scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Game

I have no idea what I'm doing.

Trying to learn some C++ and some Graphics programming froms scratch.

Setup

git clone https://github.com/jhamill34/first-game.git
cd first-game
git submodule update --init --recursive # leave out --init on updates

# OR
git clone --recurse-submodules https://github.com/jhamill34/first-game.git

Build and run

Just your typical CMake routine after cloning this onto your machine. I'm developing on macos with an M1 chip.

mkdir build 
cd build 
cmake ..
make 
./apps/firstGame/FirstGameApp

About

Trying to learn some C++ and some Graphics programming froms scratch.

License:MIT License


Languages

Language:C 93.9%Language:C++ 4.5%Language:GLSL 0.7%Language:CMake 0.5%Language:Assembly 0.3%Language:Shell 0.0%