Skip to content
/ engine Public
forked from vengi-voxel/vengi

Home of a voxel game engine and its tools (like a voxel editor)

Notifications You must be signed in to change notification settings

k1epic/engine

 
 

Repository files navigation

Build status Build Status

About

Voxel engine with procedural generated landscape.

Screenshot Screenshot Screenshot Screenshot

Dependencies

  • cmake
  • postgre
  • development headers/libs for
    • glm
    • assimp
    • lua >= 5.3
    • sdl2 > 2.0.4
    • libcurl
    • postgresql-server-dev >= 9.5
    • libpq
    • nativefiledialog (+gtk3 or qt on linux)
    • enet
    • zlib
    • turbobadger
    • gtest
    • qt (for the rcon tool)

Some of these dependencies might not be available as packages in your toolchain - most of them are also bundled with the application. But local installed headers always have the higher priority.

Debian

apt-get install libglm-dev libassimp-dev lua5.3 liblua5.3-dev libsdl2-dev postgresql-server-dev-9.5 libpq-dev libenet-dev libgtk-3-dev qt5-default qttools5-dev qttools5-dev-tools

Arch Linux

pacman [...]

MacPorts

port install qt5 postgresql95-server

Building

You can just run make in the project root folder.

More information

For more information, please check out the wiki or the doxygen documentation.

About

Home of a voxel game engine and its tools (like a voxel editor)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.9%
  • C 38.5%
  • Objective-C 1.2%
  • CMake 1.2%
  • Python 0.7%
  • Yacc 0.3%
  • Other 0.2%