8000 GitHub - benjymous/ctrgl: ctrGL - a far-from-complete OpenGL implementation for the POS PICA
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

benjymous/ctrgl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

ctrGL - a far-from-complete OpenGL implementation for the POS PICA

Screenshot

Heavily based on code from ctrulib.

This project would never have been possible without all the great people behind 3Dbrew and ctrulib. Special thanks to Smealum for blessing us with code exec in the first place.

B-but muh documentation

RTFH.

How does this work?

RTFS.

Note

ctrGL assumes that you know what you're doing (which no one really does at this point). If you give it invalid inputs (including incorrect enums), it will happily pass along your bullshit values to the POS PICA, which will happily take care of teaching you a thing or two about pain and suffering.

ctrGL does barely any input verification and sanity checks, because

  • it would be a waste of precious CPU cycles
  • nobody checks for GL errors anyway and a crash is easier to debug than something not happening when it was supposed to

So yeah, if you want babby's first GL library, go play with nVidia drivers. (or render in software you ape)

About

ctrGL - a far-from-complete OpenGL implementation for the POS PICA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.8%
  • Makefile 12.0%
  • Python 0.2%
0