https://github.com/freddie-nelson/remi
https://github.com/freddie-nelson/remi
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freddie-nelson/remi
- Owner: freddie-nelson
- Created: 2023-10-08T18:14:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-03T17:43:44.000Z (12 months ago)
- Last Synced: 2025-05-08T19:13:29.346Z (21 days ago)
- Language: C++
- Size: 4.88 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-graphicscd 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)