Giter Club home page Giter Club logo

edbr's Introduction

EDBR - Elias Daler's Bikeshed Renderer

This project initially started for learning Vulkan but quickly grew into a full-fledged game engine with which I write my games with.

This is a monorepo and contains both the engine (in edbr directory) and various games/test projects (in games directory).

Playable demo of cat adventure game: https://eliasdaler.itch.io/project-mtp-dev

Build dependencies

  • Vulkan SDK
  • CMake 3.21+
  • Linux: whatever SDL2 needs

Current progress

dev_tools

dialogue

burger_joint

gameplay_latest.mp4

Features

  • glTF scene loading
  • Basic PBR lighting (no IBL) - support for normal, metallic/roughness maps and emissive textures
  • Frustum culling
  • Compute skinning + skeletal animation
  • Exponential fog
  • MSAA
  • Bindless textures and samplers (via descriptor indexing)
  • Directional, point and spot lights
  • Cascaded shadow maps
  • Efficient sprite and rect drawing (using batching)
  • Text drawing with UTF-8 support
  • Custom Dear ImGui backend with sRGB and bindless texture support
  • Sound via OpenAL-soft
  • ogg music playback
  • Jolt Physics integration
  • UI system with auto-layout, auto-resize and pixel perfect drawing support

Vulkan usage

  • Vulkan 1.3
  • No render passes used, everything is dynamic rendering
  • Bindless textures (aka descriptor indexing)
  • Using Vulkan Memory Allocator and vk-bootstrap to make the code simpler

License

This is a "source available" repository and not open source. Feel free to look around and use code for inspiration. When the time comes, I might release this under a more friendly open source license.

edbr's People

Contributors

eliasdaler 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.