Giter VIP home page Giter VIP logo

digbuild's Introduction

###########################################################################
# ABOUT
###########################################################################

Digbuild is an experimental project to create a voxel-based game with many
similarities to Minecraft (and many improvements as well).

###########################################################################
# DEPENDENCIES
###########################################################################

The following libraries are required to build Digbuild:

    * Agar (http://libagar.org)
    * Boost
    * GL
    * GLEW
    * GLU
    * GMTL (http://sourceforge.net/projects/ggt)
    * SDL
    * SDL Image
    * Threadpool (http://threadpool.sourceforge.net)

On Ubuntu 11.04 you can use ubuntu1104.sh to install these.

###########################################################################
# BUILDING
###########################################################################

In the top-level Digbuild directory, run 'scons'.  Depending on where your
Boost and GMTL header files are installed, you may need to use the following
options:

    --boost-include-dir=<PATH>
    --gmtl-include-dir=<PATH>

The following arguments may also be used to configure the build:

    optimize=(1|0) # Build the binary with optimizations.
    assert=(1|0)   # Build the binary with assertions left in.
    release=(1|0)  # Strip the binary, etc.
    profile=(1|0)  # Build gprof profiling information into the binary.

The 'define' argument accepts a comma separated list of C++ macros to define:

    define=DEBUG_CHUNKS,DEBUG_COLLISIONS,DEBUG_CHUNK_UPDATES,DEBUG_TIMERS

The following build targets may be useful:

    run      # Run the binary (after building it if necessary).
    prof     # Run the binary and generate profiling output when it exits.
    src/tags # Build an exuberant-ctags database file.

###########################################################################
# CREDITS
###########################################################################

Author: Evan Mezeske

Special thanks to Paul Bourke for his excellent free textures:
    http://paulbourke.net/texture_colour/

digbuild's People

Contributors

bmiller-hom avatar emezeske avatar l0b0 avatar remram44 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.