https://github.com/gochenryan/enginetestbench
Examples for learning and testing in the process of writing engine code, including: grammar, idea verification, etc.
https://github.com/gochenryan/enginetestbench
Last synced: over 1 year ago
JSON representation
Examples for learning and testing in the process of writing engine code, including: grammar, idea verification, etc.
- Host: GitHub
- URL: https://github.com/gochenryan/enginetestbench
- Owner: GochenRyan
- Created: 2023-02-06T09:58:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T15:59:01.000Z (about 3 years ago)
- Last Synced: 2025-01-22T22:41:27.292Z (over 1 year ago)
- Language: C++
- Size: 26 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EngineTestBench
Examples for learning and testing in the process of writing engine code, including: grammar, idea verification, etc.
## Build(xmake)
Please install xmake first: [xmake](https://github.com/xmake-io/xmake). You can use `xmake` to build this project. Of course, you can also generate a visual studio project.
```
xmake project -k vsxmake
```