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/esvcpp/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

cpp/c++

c++ std::exception:

std::cout.write(err.data(), err.size());

std::cout << std::endl;

caught:

  ==================================================
  #        The c++ programming language.           #
  #                                                #
  #        Home: cppfx.xyz                         #
  #        Join c++ Discord: yZcauUAUyC            #
  #        Deck                                    #
  ==================================================

PrevUpHomeNext

P   R   D