Device and Setup Device: Jetson Nano Developer Kit (flashed in headless mode) Jetpack version: Version: 4.6.2-b5 Depends: nvidia-cuda (= 4.6.2-b5), nvidia-opencv (= 4.6.2-b5), nvidia-cudnn8 (= 4.6.2-b5), nvidia-tensorrt (= 4.6.2-b5), nvi...
Create a cube, sphere, pyramid, ... Ideas to experiment Implement some iterators for the Mesh data model Geometry Shader Compute Shader Some multithreading Draw a Skybox Draw a grid Textures/materials Objects reflection Multiple windows (multiple views, synchronized views, ...) ...
pc.cpp │ ├── pd │ │ ├── Debug │ │ │ ├── makefile │ │ │ ├── objects.mk │ │ │ ├── pd │ │ │ ├── pd.in │ │ │ ├── sources.mk │ │ │ └── src │ │ │ ├── pd.d │ │ │ ├── pd.o │ │ │ └── subdir.mk │ ...