Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.06 KB

AV_Mace Engine

Game engine using SDL2, glew, assimp, imgui, glm and devil, made by the Group 4 for the Motors subject for CITM

Link to the repository

Github

Team members

Controls

  • WASD - Move Camera
  • Shift - Accelerate movement
  • Mouse Wheel - Zoom in and out
  • Right Click - Rotate Camera

Additional functionalities

  • Drag and drop .fbx files
  • Drag and drop .png and .dds files
  • Menu that include links to our github and last release

Additional comments

  • Dropping a .fbx will create a gameobject.
  • Dropping a .png or .dds with a selected gameobject will apply the texture or replace the old one.

Improvements

  • We are working on improving the loading of different fbx
  • Texture manager