Skip to content

06393993/GAMES202-HW-vulkano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAMES202-HW-vulkano

The goal of this project is to port the homework of GAMES202 to the Rust and Vulkan platform on Windows. IMGUI is used to draw UI controls.

Run

  1. Follow the setup of vulkano on Windows. This project uses vulkano to work with Vulkan.
  2. cargo run.

Control

  • WASD will move the camera forward, backward, left, and right respectively.
  • Hold the middle button of the mouse and move the mouse will change the angle of the camera.

TODO

  1. Better UI
    • Display and edit the camera parameters.
    • Display and edit the TRSTransform for the model.
    • Display and edit the point light TRSTransform and material parameters.
  2. Support for window resizing.
  3. Support for multiple objects, multiple models.
  4. Support for saving and loading a scene.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published