Skip to content

Example of a Tauri app targeting desktop Windows and using a DLL. Requested commercially.

Notifications You must be signed in to change notification settings

JohnScience/tauri-dll-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using a DLL from a Tauri application

The story

This was done by request of a guy who wanted to launch Rust the game with a launcher written in Rust programming language.

Capture

His message on Telegram


Translation

Translation.


After quick negotiations, I agreed to complete the task and finished it within 1h30m. I tested the example using my DLL and tailored the code for their use case.

At this point they needed to do the following:

  • add their UnityPlayer.dll to src-tauri/dlls;
  • remove src-tauri/dlls/my_dll.dll from there;
  • change tauri.bundle.resources from "resources": ["dlls/my_dll.dll"] to "resources": ["dlls/UnityPlayer.dll"]
  • enjoy the results.

More screenshots

Screenshot (320)

Screenshot (321)

Screenshot (322)

Screenshot (323)

Screenshot (324)

About

Example of a Tauri app targeting desktop Windows and using a DLL. Requested commercially.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published