Jenova-Framework / Jenova-Runtime

Jenova Runtime is an extension library for the Godot 4 Game Engine that brings fully-featured C++ scripting directly into the Godot Editor.
https://jenova-framework.github.io
MIT License
56 stars 5 forks source link

Abstracting Windows API for Cross-Platform Migration #4

Open TheAenema opened 2 weeks ago

TheAenema commented 2 weeks ago

Wrapping Windows API into an Abstract Wrapper to facilitate easier migration to other platforms.

TheAenema commented 4 days ago

Update : Phase one of the API abstraction is complete. Updates have been applied to the master branch.