Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 944 Bytes

README.md

File metadata and controls

55 lines (37 loc) · 944 Bytes

Started C++ Graphics Project

A simple C++ Graphics project using SDL2, or SFML.

Table of Contents 📰

Installation

# with git
git clone https://github.com/freddie-nelson/cpp-starter-graphics

# with degit
degit github:freddie-nelson/cpp-starter-graphics

cd cpp-starter-graphics

Contributing

Prerequisites

  • g++
  • cmake
  • SDL2, SDL2_ttf
  • or SFML

Setup

# clone repo
git clone https://github.com/freddie-nelson/cpp-starter-graphics
cd cpp-starter-graphics

# run the project
./dev.bat sfml

License

MIT

Copyright © 2020 - Present, Freddie Nelson

Contact