GithubHelp home page GithubHelp logo

asdlei99 / limitless-engine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hotstreams/limitless-engine

0.0 1.0 0.0 852.99 MB

OpenGL C++ Graphics Engine

License: MIT License

C++ 94.71% CMake 0.70% GLSL 4.45% RenderScript 0.14%

limitless-engine's Introduction

me

The project is 3D graphics engine, focused on high-performance, low-overhead rendering with modern OpenGL & C++17.

Lighting

  • Forward/Deferred shading
  • Dynamic directional light
  • Dynamic point lights
  • Dynamic spot lights
  • Directional Cascade Shadow maps
  • Percentage-Closer Filtering
  • Skybox

me


Material System

Material Properties:

  • Сolor
  • Albedo texture
  • Normal map
  • Emissive color
  • Emissive mask
  • Blend mask
  • Refraction
  • Ambient occlusion
  • Transparency: Translucent, Additive, Modulate
  • Shading: Lit, Unlit
  • Metallic & roughness workflow
  • Material layering
  • Custom materials via GLSL snippets that allow you to create whatever material you want
  • All properties are run-time changeable

me me me me me me

me me me me me me me

me me

me me

me


Effect System

  • Sprite / Mesh / Beam emitters
  • 'initial' & 'by life' modules, const & range value distributions
  • Interoperation with material custom properties
  • Color, location, velocity, acceleration, size, lifetime, mesh location, mesh attachment, rotation, rotation rate, custom material, beam targets & speed & offset & rebuild & displacement

me me me me me me me me me


Model Loading

  • Model loading using Assimp
  • Skeletal models with animations
  • Instancing support

me me me me me me me me me me


Core Features

  • OpenGL state caching for reducing driver overhead
  • Multithreaded OpenGL context resource sharing
  • ShaderCompiler & ShaderProgram introspection
  • Indexed buffers automatic binding to location
  • Textures automatic binding to texture units
  • Texture Compression formats support
  • Buffer data streaming: Orphaning, Unsynchonized, Persistent, Coherent, TrippleBuffering, Explicit synchronization
  • Supports GL_ARB_buffer_storage for immutable buffers
  • Supports GL_ARB_texture_storage for immutable textures
  • Supports GL_ARB_direct_state_access for VertexArrays, BufferObjects, Textures, etc
  • Supports GL_ARB_bindless_texture for bindless textures
  • Supports GL_ARB_shader_storage_buffer_object for large blocks in shaders

PostProcessing

  • Tone mapping
  • Gamma correction
  • Bloom
  • Vignette
  • Tone shading
  • FXAA
  • SSAO

Text rendering using FreeType


Content

me

me

me

me

me

Build

The project uses C++17 and CMake's find_package for dependencies.

Dependencies

  • glfw3
  • glew
  • OpenGL
  • glm
  • assimp
  • stb_image
  • stb_image_resize
  • freetype

limitless-engine's People

Contributors

hotstreams avatar tehsapper avatar

Watchers

 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.