Giter Club home page Giter Club logo

project3_cop3530's Introduction

Project3_COP3530 file is the one with the final code for the project

#GUI used: SFML 2.5.1 (https://www.sfml-dev.org/download/sfml/2.5.1/) with TGUI 0.9.1 (https://tgui.eu/download/) #Comiplier MnGW (https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download)

Sites provide setup tutorials for visual studio.

Clion setup guide:

copy all files in the bin folder into cmake-build-debug file in Clion project. CMakeLists.txt should look like the following: CMAKE FILE:

cmake_minimum_required(VERSION 3.2)

project(Project3_COP3530)

set(CMAKE_CXX_STANDARD 11)

set(CMAKE_CXX_STANDARD_REQUIRED ON)

add_executable(Project3_COP3530 Project_3.cpp)

set(SFML_DIR ".../SFML-2.5.1/lib/cmake/SFML") //make sure to include the exact file location

set(TGUI_DIR ".../TGUI-0.9/lib/cmake/TGUI") //make sure to include the exact file location

find_package(SFML REQUIRED COMPONENTS system window graphics network audio)

find_package(TGUI REQUIRED COMPONENTS backends loading renders widgets)

target_link_libraries(Project3_COP3530 PRIVATE tgui sfml-graphics)

project3_cop3530's People

Contributors

adehoog avatar marianatorrestorres avatar noxiouspenguin 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.