Skip to content

shidemuri/picaGL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 93.2%
  • Makefile 4.4%
  • C++ 2.4%