All Projects → TempleProgramming → HolyGL

TempleProgramming / HolyGL

Licence: other
A divinely inspired graphics library for ZealOS.

Programming Languages

HolyC
11 projects

Labels

Projects that are alternatives of or similar to HolyGL

TempleOS-and-HolyC
A very brief adventure in TempleOS and HolyC. RIP Terry Davis
Stars: ✭ 48 (+108.7%)
Mutual labels:  templeos
GKey
German Keyboard Layout for TempleOS
Stars: ✭ 20 (-13.04%)
Mutual labels:  templeos
TempleOS-Screenfetch
Screenfetch for TempleOS
Stars: ✭ 18 (-21.74%)
Mutual labels:  templeos
TempleTiler
Window tiling hotkeys for TempleOS
Stars: ✭ 25 (+8.7%)
Mutual labels:  templeos
Lsh
Lambda Shell for TempleOS
Stars: ✭ 48 (+108.7%)
Mutual labels:  templeos
TempleOS-EE
TempleOS Explorers Edition
Stars: ✭ 45 (+95.65%)
Mutual labels:  templeos
TempleOSNotes
Various notes on using TempleOS and writing HolyC
Stars: ✭ 19 (-17.39%)
Mutual labels:  templeos

Screenshot of render

HolyGL

A divinely inspired realtime graphics library for the TempleOS continuation ZealOS. It aims to stay true to Terry's objectives by being simple, easy to understand, and transparent.

If you need features for a project, message me at Professor#8404 on Discord.

Features in Development

  • Multicore rendering.
  • New software renderering pipeline for real time games.

Features Implemented

  • Half-Life WAD texture loading.
  • BMP texture loading and saving.
  • Draw library for 2D primitives.
  • Software rasterizer with custom shader support.
    • Currently being rewritten, you can use an older commit if you would like to experiment with this (the new renderer will have the same user interface).

Installation

The library can be compiled by including MakeHolyGL.ZC, found in the root of the library. To compile on boot, append #include "Path/To/MakeHolyGL" to the end of System/MakeSystem.ZC.

If you use other Holy* libraries, make sure that this library is compiled before they are, but after HolyMath is.

Documentation

DolDoc documentation with sprite diagrams is available in Docs/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].