Giter Site home page Giter Site logo

aieframework's Introduction

AIEFramework

The AIE C++ OpenGL Framework, used by Advanced Diploma and Degree students. This repo is in constant flux and improvement. Differences may exist between this code-base and class tutorials.

Purpose:

  • A cross-platform (Windows, OSX, Linux) wrapper for a real-time OpenGL game loop.
  • OpenGL functionality should remain bare for students to learn as much as possible.
  • The ability to load textures and 3D models will be provided, but loaded model data will not automatically create OpenGL resources.
  • A helper class for easily drawing debug 2D/3D "widgets" will be provided so that basic math ideas can be demonstrated, along with A.I. entities and physics, without the need to load a model.

Dependencies:

This project depends on the following 3rd-party libraries:

  • GLEW (for managing OpenGL extensions)
  • GLFW (for managing basic OpenGL window and controls)
  • GLM (for mathematics)
  • STB (for simple image loading)
  • FBX SDK 2015.1 (for the optional FBXLoader library for loading FBX models)

Setup:

  • Pull the entire repo to your local machine.
  • Use cmake on the GLFW dependency and build it in debug and release.
  • Install the FBX SDK 2015.1 (VS2013 edition if using VS2013).
  • You may need to tweak the environment variable for the FBX SDK directory.

Visual Studio Project Template:

Within the /tools/ folder there are zip files that contain project templates for Visual Studio 2012/13.

These should be placed within the Visual Studio folder located within your user Documents folder.

i.e. for Visual Studio 2013 on a typical install: C:\Users<username>\Documents\Visual Studio 2013\Templates\ProjectTemplates\Visual C++ Project\

With the project templates you are able to add a new pre-made project to the AIE framework by simply opening the AIE solution and selecting "Add Project" and choosing the AIEApplication project type.

aieframework's People

Contributors

conanb avatar

Watchers

James Cloos 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.