Skip to content
 
 

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

picaGL

A fork of picaGL which implements *some* of the missing/stubbed out features This is enough to run EoSD-portable as seen in my 3DS port version

Building

make install will build and install the library to $(DEVKITPRO)/picaGL

Usage

//Initialization
gfxInitDefault();
pglInit();
pglSelectScreen(GFX_TOP,GFX_LEFT); //note: for some reason this usually overrides ALL framebuffers, so for example you may only initialize the console after this


//now you can use OpenGL functions and after the frame finishes rendering you run:
pglSwapBuffers();
gspWaitForVBlank();


//Shutdown
pglExit();

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages