max-dark / cxx-engine-simulator

Engine testing simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

engine simulator

engine testing simulator

how to create VS solution

# run "x64 Native Tools Command Prompt for VS 2019" from "Start" menu

# clone repository into "engine" dir
git clone https://github.com/max-dark/cxx-engine-simulator.git engine

# enter into repository dir
cd engine

# create directory for project files
mkdir vsproject

# enter into it
cd vsproject

# run cmake
cmake -G "Visual Studio 16 2019" ..

About

Engine testing simulator

License:MIT License


Languages

Language:C++ 91.8%Language:CMake 8.2%