Skip to content

Releases: Empty-Whisper/WhispEngine

GameObjects and Components

21 Oct 13:27
Compare
Choose a tag to compare

Added

  • GameObject System with Components
  • Components
    • Transform
    • Mesh
    • Material
  • Hierarchy GameObjects
  • Import FBX generating good GameObject hierarchy
  • Panel Hierarchy
  • Assets folder organization
  • Panel Inspector displaying all components
  • Active/Deactive & Delete GameObjects
  • Outline display in selected object
  • Docking Improved. Added Scene in a panel

Fixed

  • Normals display

Changed

  • Camera Controls Improved

Textures

11 Oct 20:10
Compare
Choose a tag to compare

Added

  • Docking panels
  • DevIL
    • Import textures (Drag&Drop)
    • Selectable Textures in UI
  • Objects lighting
  • Icon Program

Changed

  • Camera Controls
  • Grid in an array buffer

Base

21 Oct 12:15
Compare
Choose a tag to compare

Added

  • Core loop

  • ImGui library

    • Configuration Panel with basic app info
    • Console Panel
    • Create Panel to create primitives
    • Inspector Panel with data of all scene objects
    • Main menu bar
  • Assimp library

  • Drag & Drop functionality (FBX)

  • JSON Parser (Modern C++)

  • Math Geo Lib

  • mmgr

  • PCG random number generator

  • GPU Detect library (DeviceID)

  • Camera basic controls (WASD R F mouse rotation)