Giter VIP home page Giter VIP logo

rrise's People

Contributors

dtaralla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rrise's Issues

Compiling rrise-headers, it's adding "/soundbanks" to the BANK_PATH

I'm getting a panic from build.rs:83:9 in rrise-headers-0.2.1.

thread 'main' panicked at 'BANK_PATH doesn't exist or is not a directory: C:\Users{...\myproject}\assets/soundbanks'

In Wwise, it's set to put things into the \assets directory, and that's where my soundbank and associated .txt file are.

Tauri Intergration

Is there any Intergration with tauri possible? Is there a way to embed the audio files?

Hardcoded paths in Windows target

When I build my project, the linking step is unable to find the Ak dlls. It appears to be looking for them in a subdirectory of the SDK that ends in "x64_vc140". I looked at the code in, e.g., rrise/build/windows.rs, where I found this string.

I may be able to hack in a new version to correspond with the directory Wwise installed under the SDK, like

   let mut path = wwise_sdk.join("x64_vc170");
   if !path.is_dir() {
       path = wwise_sdk.join("x64_vc160");
       if !path.is_dir() {
           path = wwise_sdk.join("x64_vc150");
           if !path.is_dir() {
               path = wwise_sdk.join("x64_vc140");
           }
       }
   }

but obviously this is not a robust solution. For the time being I'm going to make a fork for myself containing this hack, and will investigate a better solution after I have it working.

The example code also has this hardcoding in it, and will also need a better solution.

In case it makes a difference, I'm using Wwise 2021.1.10.7883.

Adding Support for MacOS

Are there any plans to add support development with rrise on MacOS? I see there is a MacOS build script with a todo!() macro.

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.