https://github.com/freddie-nelson/cpp-fluid-sim
https://github.com/freddie-nelson/cpp-fluid-sim
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freddie-nelson/cpp-fluid-sim
- Owner: freddie-nelson
- Created: 2023-10-09T14:50:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T20:42:50.000Z (over 1 year ago)
- Last Synced: 2025-05-08T19:14:06.791Z (22 days ago)
- Language: C++
- Size: 93.8 KB
- Stars: 0
- 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)