Electron-x / GbxDump

A Microsoft Windows application that displays the contents of the file header of *.Gbx files used by the Nadeo game engine GameBox.
Other
32 stars 0 forks source link

Multi platform library? #1

Closed ExoSkye closed 3 years ago

ExoSkye commented 3 years ago

Hey, I'm writing a re-implementation of TrackMania Nations Forever (https://github.com/ProtoByter/ReMania-NF) and I'm trying to make it crossplatform. I've found this great utility but it makes heavy use of the Win32 API, which makes it very annoying (or impossible) to convert it to cross platform code. I'd like to not have to re-implement the 4500+ lines of code that you have written. Would it be possible to convert this into a cross platform library? Or would it be possible to provide a specification of the gbx file format? because I haven't been able to find one online

dracc commented 3 years ago

Read the readme, a GBX specification can be found in the links towards the end.

ExoSkye commented 3 years ago

oh hi @dracc

ExoSkye commented 3 years ago

frick must've not seen it