Menu

Tree [r15] /
 History

HTTPS access


File Date Author Commit
 bin 2015-12-10 kdesnos [r1] (Organization) Initial commit.
 data 2016-01-31 kdesnos [r15] (Game) Tweak
 doc 2015-12-10 kdesnos [r2] (Organization) Create a CMake project, and inst...
 include 2015-12-13 kdesnos [r6] (Launcher) New LauncherDialog class and updated...
 lib 2015-12-12 kdesnos [r5] (Organization) Compile and link extra modules o...
 src 2016-01-31 kdesnos [r15] (Game) Tweak
 CMakeLists.txt 2016-01-30 kdesnos [r10] (Engine) Ennemies spawn, one virgin, six slots.
 CMakeLists.txt.user 2016-01-30 kdesnos [r7] (Algo) Single pattern detection.
 ReadMe.md 2015-12-11 kdesnos [r4] (Organization) Instruction for OpenCV build and...

Read Me

AR Board Game

Project description

AR Board Game is a project aiming at creating a software development kit to ease the development of board games with augmented reality features.

Compilation guidelines

  1. Make sure QTCreator, CMake, MinGW is installed on your computer
  2. Check the guidelines to install third-party library in the lib folder.
  3. Open QTCreator
  4. In the menu bar, select "File/Open File or Project"
  5. In the Wizard, select "ARBoardGame/src/CMakeFile.txt" and click open.
  6. In the project view, right-click on the project and select "Run CMake".
  7. In the wizard, click on "Run CMake".
  8. Once the CMake project generation is completed (without errors), click on Finish.
  9. Your project is ready to be compiled and run through QTCreator buttons.

The CMake compilation step only need to be repeated manually if major changes in the project organization were applied (such as the addition of a new third-party library).

The default build configuration of the project is for a debug versio,. To compile a release version, open CMakeLists.txt and set DEBUG to 0 at line 14.

Repository content

  • bin - Should contain nothing on this repository. (only commited for developer convenience).
  • doc - Documentation on the project.
  • lib - Library and/or guide to ease third-party library installation.
  • src - C++ source code of the project/
  • ReadMe.md - This file.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.