Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzh99/KartGame
SJTU CS337 CG Lab: Kart Game
https://github.com/wzh99/KartGame
Last synced: about 1 month ago
JSON representation
SJTU CS337 CG Lab: Kart Game
- Host: GitHub
- URL: https://github.com/wzh99/KartGame
- Owner: wzh99
- Created: 2019-10-23T14:42:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T09:21:18.000Z (about 5 years ago)
- Last Synced: 2024-08-01T19:47:16.779Z (4 months ago)
- Language: C++
- Size: 9.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cs - @wzh99, 2019 Fall
README
# CG Lab 2: Kart Game
## Functionality
* Model rendering with texture mapping
* Shadow mapping
* Cubemap for skybox rendering and reflection effect
* Kinematically-based driving control
* Three different views: spectator, driver, backSee [lab report](doc/report.md) for details.
## Build
* CMake
* GCC 8.1.0 (or other compilers that support C++14)## Dependency
* OpenGL 4.2
* GLFW 3.3
* GLEW 2.1
* Assimp 5.0## Demo
![](doc/spectator.png)
![](doc/driver.png)
![](doc/back.png)
![](doc/turn.png)