Skip to content

warycat/dotawasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a wasm web app to help you find optimal build of 10 heroes without wasted alliances in the game Dota Underlord . Searching all the builds is a NP Hard problem and it took my iMac running on 16 cores for three whole days.

I build the previous version of the app in SwiftUI on iPhone. I experimented FFI and cargo lipo. It worked but a lot of glue code needed to hook up iOS with the my rust core library. This time I build it in Seed. I really enjoyed the auto formatting and type checking of rust when writing the html part of the app. Serde-json also works like magic when I export the data from sqlite to json and deserialized the data into rust objects.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published