Giter VIP home page Giter VIP logo

citybuilder's Introduction

Creating A City Building Game With SFML

This is an old tutorial written several years ago for a website which no longer exists. There are no guarantees that it adheres to the modern best-practices, and it could do with several improvements, but I have migrated it here in case people still find it useful.

Code for each tutorial part is found in the corresponding folder, the main code is the final version. The tutorial itself is now hosted inside the tutorial folder.

Compiling

The source code (from within the main tree or each tutorial section) can be compiled using CMake (Version 3.0 or greater required)

  • [Optional] Set CMAKE_BUILD_TYPE to either Release or Debug depending which type you want to build for.
  • [Optional] Check SFML_STATIC_LIBS if you want to link SFML statically.
  • [Optional] Check CITYBUILDER_STATIC_STD_LIBS if you want to link the runtime libraries static. Note: SFML needs to be linked with the same option.
  • [Optional] Set CMAKE_INSTALL_PREFIX to the directory you want citybuilder to get installed to.
  • Set CMAKE_MODULE_PATH to SFML's directory SFML/cmake/Modules or install the FindSFML.cmake in your shared CMake directory.
  • Set SFML_ROOT to the directory SFML can be found in.
  • Generate a make or project file and use that to build citybuilder.

citybuilder's People

Contributors

emilymansfield avatar expl0it3r avatar kaitokidi 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.