kulicuu / Peregrine

flight sim implemented in Rust and Vulkan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peregrine

A flight-simulator project implemented with Rust and Vulkan.

Setup

This uses Vulkano; follow the "Setup" guide in the Vulkano README, CMake, Ninja, Python installations plus some other platform specific stuff.

cargo run --bin Peregrine

Note:

My machine has two GPUs, an integrated one with basic functionality, and a powerful Nvidia Quadro RTX 5000. I've just noticed that when using the integrated one the terrain does not show up. I'm developing on the Quadro, and can't guarantee how it will perform on other system configurations.

About

flight sim implemented in Rust and Vulkan


Languages

Language:Rust 96.4%Language:GLSL 2.5%Language:HLSL 1.1%