GLdc

From dreamcast.wiki
Revision as of 13:33, 30 May 2020 by Unknown user (talk)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

GLdc is an OpenGL implementation for the Dreamcast that is actively developed by Kazade. MrNeo also contributed to the testing and optimisation of GLdc

Features

Supports most of the OpenGL 1.2 implementation.

Known Issue

Lighting performance is still being worked on.

Projects built with GLdc

Building GLdc

Make sure you clone this repo in the $KOS_BASE/addons folder

cd $KOS_BASE/addons` then `git clone https://github.com/Kazade/GLdc.git

Once the folder is cloned

cd GLdc && make defaultall && make create_kos_link

You can now link GLdc using -lGLdc