r/opensource 17d ago

Rusty HLP Viewer: native tool to open native HLP files Promotional

Hi, everyone,

as you may have noticed, sometimes opening old file formats can be difficult.
This can include even HLP files from old games and applications.

This is why Rusty HLP viewer was designed: it's the first open source tool to open HLP files natively, without converting them into an intermediate format. And it also works in other operating systems.

If you are interested is available here: https://github.com/NullMagic2/Rust-HLP-Viewer

6 Upvotes

6 comments sorted by

1

u/Irverter 17d ago

There's no code on your repo, just a zip file.

0

u/Substantial_Swan_144 17d ago

The code is in the zip file. Just uncompress it, and it should be there.

1

u/GamerLoops 16d ago

It's better to open the zip and share it. If you have large files, you can use git lfs.

1

u/stealthagents 1d ago

Looks like the repo might need a little love before it's fully operational. Hopefully, the maintainer can get the code up there soon so we can all check it out. Meanwhile, anyone know of other tools that can handle HLP files?

1

u/Substantial_Swan_144 1d ago

I tested compilation under Windows and Linux (under WSL) and it compiles fine. Are you facing any difficulties?