KallistiOS / kos-ports

Ported library collection for KallistiOS
Other
52 stars 33 forks source link

Replace KallistiGL with GLdc as libGL #28

Closed darcagn closed 8 months ago

darcagn commented 10 months ago

This branch currently renames libGL (KallistiGL) to libKGL and adds @kazade's GLdc as the new libGL.

I will create a KallistiOS branch which has all the kgl directory examples modified to link against libKGL, and meanwhile, we can port and create examples for GLdc within that branch. See the KallistiOS branch here: https://github.com/KallistiOS/KallistiOS/pull/353

When we are satisfied that GLdc is ready, we can remove all the KGL stuff from both branches and then merge them both.

darcagn commented 8 months ago

Per discussion with BlueCrab, the legacy KallistiGL port has been renamed to libKGL, and GLdc is now libGL. This PR is now ready to be merged alongside the GLdc examples PR within KallistiOS itself.

GravisZro commented 8 months ago

I recommend adding stubs for unimplemented functions so that it can either be implemented or you simply know it's unimplemented.

ljsebald commented 8 months ago

I recommend adding stubs for unimplemented functions so that it can either be implemented or you simply know it's unimplemented.

That's probably a suggestion that should be made on the GLdc GitLab project, over here: https://gitlab.com/simulant/GLdc