Giter VIP home page Giter VIP logo

draconisengine's Introduction

DraconisEngine

https://github.com/solidajenjo/DraconisEngine

Game Engine based on OpenGL 3.3 & SDL.

Uses DeVIL, Assimp, IMGui, IMGuizmo, PhysFS.

Developed by Rubén Ajenjo Rodriguez for the UPC Master degree of videogame development.

  • Controls

    • Right Click to rotate camera
    • Alt + Right Click to orbitate camera
    • Right Click + WASD to move camera
    • F to focus on selected GameObject
  • Importing assets

    • Drop a fbx file anywhere on the editor. The engine will import it and store it in the Assets hierarchy on Files section.
    • Drop any kind of image anywhere on the editor. The engine will import it and generate a Map Component ready to be used on the materials of the scene.
  • Instantiating meshes

    -Drop any of the imported meshes anywhere on the editor viewport. The mesh will be world instantiated as instance of the imported mesh. Any change on the materials of the instantiated mesh will affect at all the instances of the mesh. Break the instance using the break instance button on the inspector. This will generate an independent clone with its own materials.

  • Rendering

    • The engine has 2 render modes, Forward rendering and Deferred rendering. Switch between the two modes on the configuration section.

    • Antialiasing

      • SSAAx2: Renders the game viewport at twice the game viewport resolution and downscales the render to the original resolution.
      • MSAAx4: Multisampling x4, only on Forward rendering available.
  • Space partitioning

    • The engine uses a KDTree to store the static gameobjects to perform frustum culling when a scene camera is instantiated and marked as main camera
    • The engine uses an AABBTree to store the non static gameobjec to perform frustum culling as well
    • The engine uses an AABBTree with the scene lights to send to the renderer only the ones which its light volume is inside or intersects the frustum

Disclaimer: No programmers were harmed in the making of this engine.

draconisengine's People

Contributors

solidajenjo avatar

Watchers

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