A procedural city builder
Go to file
2012-01-13 22:50:16 +01:00
bugs Marqué le bug des quartiers convexes comme résolu. 2012-01-13 16:12:20 +01:00
geometry Fonction concaveCoroner() et isConcave() OK. 2012-01-12 21:14:26 +01:00
rules Correction de la couleur des toits. 2012-01-13 22:50:16 +01:00
.gitignore Refactor : utilisation de c[] au lieu de corner, c[] au lieu de v1, v2, v3 pour les triangles, création d'un dossier geometry avec vertex, segment, ..., séparation de Triangle en GPUTriangle et geometry/Triangle. 2012-01-03 18:24:48 +01:00
all_includes.hh Corrections. 2012-01-13 16:01:03 +01:00
gputriangle.cpp Ajout de Quad::offsetNormal . 2012-01-10 16:46:25 +01:00
gputriangle.hh Ajout de Quad::offsetNormal . 2012-01-10 16:46:25 +01:00
hash.cpp Méthode Quad::randomPoint . 2012-01-10 12:13:50 +01:00
hash.hh Méthode Quad::randomPoint . 2012-01-10 12:13:50 +01:00
heap.cpp On passe -ansi -pedantic -Wconversion -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wsync-nand -Wunused -Wstrict-overflow=5 -Wfloat-equal -Wundef -Wno-endif-labels -Wshadow -Wunsafe-loop-optimizations -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wlogical-op -Wmissing-declarations -Wnormalized=nfc -Wpacked -Wredundant-decls -Winline -Winvalid-pch -Wdisabled-optimization -Woverlength-strings . 2012-01-10 03:14:21 +01:00
heap.hh On passe -ansi -pedantic -Wconversion. 2012-01-09 15:28:10 +01:00
lod.cpp On passe -ansi -pedantic -Wconversion -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wsync-nand -Wunused -Wstrict-overflow=5 -Wfloat-equal -Wundef -Wno-endif-labels -Wshadow -Wunsafe-loop-optimizations -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wlogical-op -Wmissing-declarations -Wnormalized=nfc -Wpacked -Wredundant-decls -Winline -Winvalid-pch -Wdisabled-optimization -Woverlength-strings . 2012-01-10 03:14:21 +01:00
lod.hh Correction des poids du LOD. 2012-01-12 21:03:52 +01:00
main.cpp Corrections. 2012-01-13 16:01:03 +01:00
Makefile On passe -ansi -pedantic -Wconversion -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wsync-nand -Wunused -Wstrict-overflow=5 -Wfloat-equal -Wundef -Wno-endif-labels -Wshadow -Wunsafe-loop-optimizations -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wlogical-op -Wmissing-declarations -Wnormalized=nfc -Wpacked -Wredundant-decls -Winline -Winvalid-pch -Wdisabled-optimization -Woverlength-strings . 2012-01-10 03:14:21 +01:00
README.markdown Liste des dépendances dans le README. 2011-12-16 10:19:28 +01:00
tiles.md Suppression de l'ancienne version de quartier. 2012-01-12 17:33:41 +01:00
view.cpp Petits ajustements ciel et brouillard. 2012-01-13 19:07:22 +01:00
view.hh Petits ajustements ciel et brouillard. 2012-01-13 19:07:22 +01:00

Minimal requirements

  • g++ et GNU make (paquet build-essential)
  • libsdl-dev
  • libglew-dev

The following command should install the required packages on ubuntu.

sudo apt-get install build-essential libsdl-dev libglew-dev

How to run this program ?

make