Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Minimal Cross Platform Diligent Project Boilerplate

License

Notifications You must be signed in to change notification settings

mnesarco/minimal-diligent-base-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Cross Platform Diligent Project Boilerplate

DiligentEngine is a very nice game engine, but I could not find a bare minimal reusable project template. So I have created this based on the Samples.

  • This is what i did in my limited understanding of the examples from DiligentEngine.
  • I am not claiming this is the best way to to this.
  • I have renamed anything with the word "sample" to a sensible name.
  • Basically I have copied the SampleBase and renamed some things and simplified the cmake script, then I have copied the GLTFViewer demo and removed everything but the very basic required code to start the app with some imgui stuff.
  • DiligentEngine is included as a git submodule
  • I have tested it only on Linux Mint 19.3

Usage

> git clone https://github.com/mnesarco/minimal-diligent-base-app
> cd minimal-diligent-base-app
> git submodule update --init --recursive
>
> mkdir build
> cd build
> cmake ..
> cmake --build .

Issues / Support / Questions

I am sharing this as an example that can be useful for someone else. But for any support, question, issue or whatever please go to the official Diligent documentation/community.

https://github.com/DiligentGraphics/DiligentEngine

Screenshot

Screenshot