Comprehensive Game Development Setup
This setup guide covers platforms, development environment tools, full Dragonfly header files, and Dragonfly documentation for game development using common desktop development environments. It includes information on Linux, Windows, Visual Studio, MacOS, C++ compiler, SFML library, and more. Access complete Dragonfly resources online.
Uploaded on Feb 18, 2025 | 0 Views
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
____ ______ / __ \ / / / /____ ___ _____ ____ ____ / /_/ /_ __ / / / / ___/ __ `/ __ `/ __ \/ __ \/ /_/ / / / / / /_/ / / / /_/ / /_/ / /_/ / / / / / / / /_/ / /_____/_/ \__,_/\__, /\____/_/ /_/_/ /_/\__, / __ / / ___/ / /____/ /____/ /____/ /____/ ____ ______ / __ \ / / / /____ ___ _____ ____ ____ / /_/ /_ __ / / / / ___/ __ `/ __ `/ __ \/ __ \/ /_/ / / / / / /_/ / / / /_/ / /_/ / /_/ / / / / / / / /_/ / /_____/_/ \__,_/\__, /\____/_/ /_/_/ /_/\__, / __ / / ___/ / / __/ / / __/ / Chapter 2 Setup ## ## #\|/# ## | ## ## ## #\|/# ## | ## ##(O)## ## | ## ##(O)## ## | ## | | | |
## ## #\|/# ## | ## ## ## #\|/# ## | ## ##(O)## ## | ## ##(O)## ## | ## Platforms | | | | Engine can be developed on common desktop development environments Linux (any distribution) Windows (Windows 7, 8, & 10) Using Visual Studio (v14, 2015) MacOS Via Homebrew
## ## #\|/# ## | ## ## ## #\|/# ## | ## ##(O)## ## | ## ##(O)## ## | ## Development Environment | | | | Tools and Libraries C++ compiler Standard C++ libraries Simple and Fast Multimedia Library (SFML) Note - pre-compiled SFML sensitive to IDE Environment Project development software (e.g., make or IDE) Configuration adjusts include directories (for header files) library directories (for linking) Debugger (e.g., gdb)
## ## #\|/# ## | ## ## ## #\|/# ## | ## ##(O)## ## | ## ##(O)## ## | ## Full Dragonfly Header Files | | | | Available: Online: http://dragonfly.wpi.edu/documentation (Screenshot next slide) Download: http://dragonfly.wpi.edu/book In Appendix B of book Note, these are from complete engine, with all optional elements Not a starting point Use as reference when making games with Dragonfly
## ## #\|/# ## | ## ## ## #\|/# ## | ## ##(O)## ## | ## ##(O)## ## | ## Dragonfly Documentation | | | | http://dragonfly.wpi.edu/documentation/