Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aesee/2.5d-fps-walker
https://github.com/aesee/2.5d-fps-walker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aesee/2.5d-fps-walker
- Owner: aesee
- Created: 2019-09-02T18:04:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T09:16:08.000Z (about 5 years ago)
- Last Synced: 2024-08-16T18:31:58.411Z (5 months ago)
- Language: C++
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2.5D-FPS-Walker
Just a toy code to implement a simple fps engine.## Getting Started
Just run build_vs2017.bat from the root folder and then build directory will be created. After that open the FPSWalker solution and build it using Visual Studio.Make sure that you have CMake installed in your system. Also, the project works only on Windows-family systems, not Linux or Mac. You don't need to build or include any third-party libraries.
I use Visual Studio 2017 but VS2019 probably will be fine too.