/rain

It is a raining simulation using C++ and Vulkan which is a low level graphics API.

Primary LanguageC++MIT LicenseMIT

Rain

It is a raining simulation using Vulkan API.

Rain Screen

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See bundling for notes on how to bundle the project for starting the calculator and distribution.

Prerequisities

  • Windows 10 32/64-bit
  • Visual Studio 2019 and later
    1. In Visual Studio Installer, click Modify button of the installed Visual Studio version that you want to use for this repository.
    2. Then, select Desktop development with C++ under Desktop & Mobile section.
    3. Next, go to Individual components and type "git" in the search box.
    4. You should be able to see Git for Windows and Github Extension for Visual Studio and select both of them.
    5. Finally, you are now ready to hit Modify button and wait for them to be installed.
  • Visual Studio Code 1.45.1 and later (optional but preferable)
  • Node.js 14.3.0 and later
  • Vulkan 1.2.141.2 and later

Installing

In the terminal, run

npm install

and wait for it to finish.

Running the tests

In the terminal, run

npm test

and wait for it to finish.

Bundling

In the terminal. run

npm run bundle

and wait for it to finish.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details