Difference between revisions of "Complete roguelike tutorial using modern C++ and libtcod - Part 1: Setting Up"

From RogueBasin
Jump to navigation Jump to search
(Basic outline, clean up later)
 
Line 1: Line 1:
- Windows
- Windows
- Dev environment
- Dev environment
Set up Visual Studio Community, optionally use Clang add-on
Set up Visual Studio Community, optionally use Clang add-on


- Mac
- Mac


- Linux
- Linux
- Dev environment
- Dev environment
Visual Studio Code
Visual Studio Code
Packages: GCC, Clang, SDL, OpenGL
Packages: GCC, Clang, SDL, OpenGL


- tcod
- tcod
Clone tcod from source
Clone tcod from source
Build tcod
Build tcod


- Tutorial 1
- Tutorial 1
Set up using CMake
Set up using CMake
Import tcod
Import tcod
Basic @
Basic @

Revision as of 03:53, 31 January 2020

- Windows

- Dev environment

Set up Visual Studio Community, optionally use Clang add-on


- Mac


- Linux

- Dev environment

Visual Studio Code

Packages: GCC, Clang, SDL, OpenGL


- tcod

Clone tcod from source

Build tcod


- Tutorial 1

Set up using CMake

Import tcod

Basic @