Voxel multiplayer FPS game with Raytracing
Go to file
2024-08-26 13:15:01 +02:00
demos add skybox shader demos 2024-06-13 20:28:30 +02:00
docs Synchronize day time with server 2024-06-13 20:33:34 +02:00
locale
mk Implement ability for server to redirect player to another server 2024-08-03 12:08:37 +02:00
mods Implement support for different textures per node side 2024-06-16 14:23:02 +02:00
res/gui Implement TabView GUI component 2024-07-20 21:20:21 +02:00
shaders Some GLMeshRenderer fixes 2024-06-28 11:52:04 +02:00
src Implement identifier lexing 2024-08-26 13:15:01 +02:00
tools added angelscript download and unpack tool 2024-05-05 16:47:20 +02:00
.gitignore add new skybox 2024-06-13 20:33:36 +02:00
CMakeLists.txt Implement ability for server to redirect player to another server 2024-08-03 12:08:37 +02:00
config.hpp.in Create window on Haiku 2023-10-22 11:47:13 +02:00
LICENSE.TXT
readme.md Write Haiku build instruction 2023-11-02 10:26:36 +01:00

 ___________________________________________________
|  ____    ___   _      __ __   ____  __ __  ____   |
| |    \  /   \ | T    |  T  T /    ||  T  T|    \  |
| |  o  )|     || |    |  |  ||   __||  |  ||  _  | |
| |   _/ |  O  || |___ |     ||  |  ||  |  ||  |  | |
| |  |   |     ||     ||___, ||  |_ ||  |  ||  |  | |
| |  |   |     !|     ||     ||     ||     ||  |  | |
| |__|    \___/ |_____||____/ |_____| \____||__|__| |
 ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾

PolyGun

PolyGun is a voxel-based multiplayer first person shooter game/engine.

Licensing

PolyGun is free software licensed under the permissive Expat ("MIT") license. See LICENSE.TXT for the full end-user license agreement.

PolyGun comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.

Supported platforms/operating systems

  • GNU/Linux, Alpine Linux (X11 and Wayland windowing systems)
  • Microsoft Windows (2000/ME or later, may work on older but untested. Also good luck getting a C++ 17 compiler on there)
  • FreeBSD (X11 and Wayland windowing systems)
  • SerenityOS
  • Haiku

Contributing

See docs/CODING_STYLE.MD

Building

See docs/INSTALL.MD