Coder Social home page Coder Social logo

cubbyflow / renderflow Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 2.0 96.88 MB

Visualize fluid simulation result with graphics API

License: MIT License

CMake 0.89% C++ 40.33% GLSL 0.46% C 55.98% Cuda 2.33%
cplusplus cpp computer-graphics physics-engine computational-physics fluid-simulation-engine opengl modern-opengl

renderflow's Introduction

RenderFlow

CodeFactor Codacy Badge Ubuntu github action Window github action MacOS github action codecov

RenderFlow is fluid visualization project for CubbyFlow.

QuickStart

RenderFlow need CubbyFlow dependency. You need to install CubbyFlow before configuration

git clone https://github.com/CubbyFlow/CubbyFlow.git --recursive
mkdir CubbyFlow/build CubbyFlow/install
cd CubbyFlow/build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
cmake --build . --target install

After install header & library of the CubbyFlow, Now you can configure RenderFlow.

git clone https://github.com/CubbyFlow/RenderFlow.git --recursive
cd RenderFlow
mkdir build
cd build
cmake .. -DCUBBYFLOW_INSTALL_DIR=${DIR_YOU_INSTALLED} -DCMAKE_TOOLCHAIN_FILE=${PATH_TO_VCPKG}"scripts/buildsystems/vcpkg.cmake" && make

Vcpkg dependency

One line vcpkg dependency installation

vcpkg install glad[gl-api-45]:{YOUR_ARCH} glfw3:{YOUR_ARCH} glm:{YOUR_ARCH} imgui:{YOUR_ARCH} tinyobjloader:{YOUR_ARCH}

Other dependency

How To Contribute

Contributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact me.

Contact

You can contact me via e-mail (sinjihng at gmail.com). I am always happy to answer questions or help with any issues you might have, and please be sure to share any additional work or your creations with me, I love seeing what other people are making.

License

The class is licensed under the MIT License:

RenderFlow project's scene and skydome are largely referenced on vk_shaded_gltfscene

Copyright (c) 2021 Snowapril

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

renderflow's People

Contributors

federandink avatar snowapril avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

renderflow's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.