An open API service indexing awesome lists of open source software.

https://github.com/freddie-nelson/remi


https://github.com/freddie-nelson/remi

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Started C++ Graphics Project

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

## Table of Contents 📰

- [Installation](#installation)
- [Contributing](#contributing)
- [Prerequisites](#prequisites)
- [Setup](#setup)
- [License](#license)
- [Contact](#contact)

## Installation

```bash
# 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

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

# run the project
./dev.bat sfml
```

## License

[MIT](https://opensource.org/licenses/MIT)

Copyright © 2020 - Present, Freddie Nelson

## Contact

- [Send me an email 📧](mailto:[email protected])
- [Contact me through my website](https://freddienelson.co.uk)