Crates.io | sourcelib |
lib.rs | sourcelib |
version | 0.1.1 |
source | src |
created_at | 2020-12-10 17:32:57.512506 |
updated_at | 2020-12-13 06:02:01.533795 |
description | A library for using Source Engine files and data types |
homepage | |
repository | https://github.com/JTurtl3/sourcelib |
max_upload_size | |
id | 321542 |
size | 26,445 |
A Rust library for using Source Engine data types and files.
You probably shouldn't use this crate yet. It's so feature incomplete that you're better off doing these things yourself.
My long-term goal with this project is to use it in another: A full reimplementation of Half-Life 2. I want to be able to copy and paste the original assets from Half-Life 2 and play the game in a different engine.
Besides that ridiculously ambitious task, this library could also be useful for other applications in Source Engine development. A lot of almost essential tools (PakRat, Hammer, Crowbar) are very old software and questionably reliable. Maybe someone will make new versions in Rust using this library.
This library itself will not have any graphical features or do much processing but will easily integrate into other codebases or engines.