PrevUpHomeNext

q3viewer


q3viewer - quake 3 map scene viewer

q3viewer is a single file viewer of quake 3 map scene. It can help c++ developers and me to quick explore the quake 3 map in advance.

source code

https://github.com/fasxmut/q3viewer

How to build

Build and install b2 build

https://cppfx.xyz/utxcpp/install/install_b2_build_toolchain.html

https://www.bfgroup.xyz/b2

Build q3viewer

cd q3viewer/
b2 -q -j7 \
define=api=nirt \
define=engine_device=nirt::NirtcppDevice \
cxxflags="-include nirtcpp/core.hpp" \
linkflags=-lnirtcpp-core

Home

Home: https://cppfx.xyz


PrevUpHomeNext

esv::print