https://github.com/kafkaphoenix/gameproject
Game project template to showcase how to import and build a game using an engine as a shared or static library + vcpkg for managing dependencies.
https://github.com/kafkaphoenix/gameproject
cmake cmake-examples cpp library vcpkg
Last synced: 5 months ago
JSON representation
Game project template to showcase how to import and build a game using an engine as a shared or static library + vcpkg for managing dependencies.
- Host: GitHub
- URL: https://github.com/kafkaphoenix/gameproject
- Owner: kafkaphoenix
- License: mit
- Created: 2024-08-31T14:59:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T16:35:55.000Z (almost 2 years ago)
- Last Synced: 2025-06-20T21:41:22.681Z (about 1 year ago)
- Topics: cmake, cmake-examples, cpp, library, vcpkg
- Language: CMake
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameProject
Game project template to showcase how to import and build a game using an engine as a shared or static library + vcpkg for managing dependencies.
A makefile is provided to build the project.
## How to use
```bash
make shared
```
Build the project using an engine as a shared library.
```bash
make static
```
Build the project using an engine as a static library.