Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 715 Bytes

File metadata and controls

19 lines (13 loc) · 715 Bytes

WaterDropEngine Examples

WaterDropEngine comes with multiple engine examples. To run an example, first go to the app/main.cpp folder and de-comment you want to execute.

Here below is a list and image of each examples and their results.


01 - A simple triangle drawn to the screen.

Triangle drawn example

02 - A 3D cube drawn, and you can move around with your keyboard

3D cube example

03 - Draw the objects as instanced

Shape loading example

04 - Draw the objects using indirect drawing and culling

Shapes culling