Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brunurd/cpp-template


https://github.com/brunurd/cpp-template

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# CPP Template

## Dependencies
- C++ (C++20)
- CMake
- Make

### Optional (can be removed manually):
- SFML
- xxd

To install in Debian OSes run in an UNIX shell (tested only with BASH):
```bash
./run install
```

## Build and run
```bash
./run start
```