An open API service indexing awesome lists of open source software.

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.

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
```