wowsinfo / WoWsUnpack-Ultra

World of Warships Game Unpacker with more features
GNU Affero General Public License v3.0
1 stars 0 forks source link

C explorer #13

Open HenryQuan opened 1 year ago

HenryQuan commented 1 year ago

Experiment with the data explorer in C, where we can go levels deeper and up similar to cd, list everytime with ls. This is to make sure the communication is possible before working on #4. More details coming soon.

HenryQuan commented 12 months ago

Time to up the priority of this issue. Let's finish this project by the end of this year.

HenryQuan commented 10 months ago

It is really time to work on this one. The C version can also be used as an CLI or we can use a better language like Zig (maybe)?

HenryQuan commented 9 months ago

This wasn't that challenging as I expected. We only need to include a new field saving the current location. The directory was saved as node which contained the file or its children in case it is a folder. Today, I will hopefully get it working.

HenryQuan commented 9 months ago

The browser is implemented in Rust. There are still room for improvements. The C version will be focusing on passing the Rust pointer around.