https://github.com/mnesarco/minimal-diligent-base-app
Minimal Cross Platform Diligent Project Boilerplate
https://github.com/mnesarco/minimal-diligent-base-app
3d boilerplate diligent engine example-project game-engine
Last synced: about 1 year ago
JSON representation
Minimal Cross Platform Diligent Project Boilerplate
- Host: GitHub
- URL: https://github.com/mnesarco/minimal-diligent-base-app
- Owner: mnesarco
- License: apache-2.0
- Archived: true
- Created: 2021-06-02T18:57:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T15:43:59.000Z (almost 5 years ago)
- Last Synced: 2025-03-23T18:34:14.829Z (over 1 year ago)
- Topics: 3d, boilerplate, diligent, engine, example-project, game-engine
- Language: C++
- Homepage:
- Size: 102 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Minimal Cross Platform Diligent Project Boilerplate
[DiligentEngine](https://github.com/DiligentGraphics/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
