RobLoach / node-raylib

Node.js bindings for Raylib
https://robloach.github.io/node-raylib/
Other
242 stars 20 forks source link

3.0 support ? #46

Closed Guevara-chan closed 4 years ago

Guevara-chan commented 4 years ago

It seems like new major release of raylib was recently released, so node-raylib badly requires updating. That project wasn't abandoned, I hope ?

raysan5 commented 4 years ago

Wait, raylib 3.0 has not been released yet, I'm still working on it

Guevara-chan commented 4 years ago

Seriously ? Your own manual states v3.0 already: https://www.raylib.com/cheatsheet/cheatsheet.html

raysan5 commented 4 years ago

@Guevara-chan yeah, I'm working on it and updating all required things: https://github.com/raysan5/raylib/issues/1084

But not finished yet, too many things to do. Official release will be announced when everything gets ready.

RobLoach commented 4 years ago

Updated to the latest raylib. There's likely still some methods missing, would love your help on finding those :wink:

raysan5 commented 4 years ago

@RobLoach Just added two new functions yesterday: LoadFileData() and SaveFileData().

Also renamed two functions: StorageLoadValue() -> LoadStorageValue() StorageSaveValue() -> SaveStorageValue()

Those are all API changes I think.

RobLoach commented 4 years ago

added two new functions yesterday: LoadFileData() and SaveFileData().

Nice! I'll add those ones...

Also renamed two functions:

:smile: https://github.com/RobLoach/node-raylib/commit/1605bbc27aa0c9784c8d20987fb231e8a34dca55#diff-10703aa21138d0aeadf82518fd974979

RobLoach commented 4 years ago

There's the odd update coming through. Going to keep this open until 3.0 is released and node-raylib is updated.