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://www.bfgroup.xyz/b2

the_cpp_engine is not placed here.

Build q3viewer

cd q3viewer/
b2 -q -j7 \
define=api=the_cpp_engine \
define=engine_device=the_cpp_engine::device \
cxxflags="-include the_cpp_engine/core.hpp" \
linkflags=-lthe_cpp_engine

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.  #
  #                                 #
  #  Join c++ Discord: yZcauUAUyC   #
  #  Deck                           #
  ===================================

Home: cppfx.xyz

K


PrevUpHomeNext