Skip to content

gorddev/pigs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIGS

i dunno what pigs stands for yet.

It's a game engine / toolkit thing. It uses SDL3, OpenGL, and ImGui. It's written in C++23 because we like new things even if they're scary.

What is this?

  • SDL3 integration (the new stuff)
  • OpenGL 4.1 or ES 3.0 (for web/mobile... eventually)
  • ImGui already hooked up so you don't have to
  • Custom filesystem and string types because standard ones are too slow/heavy/boring
  • Works with Emscripten! (maybe)

Building

cmake

Status

Extremely experimental. Don't use this for anything important. I'm just trying to get pixels on the screen.

  • Windowing
  • Basic rendering
  • ImGui
  • Documentation (lol)

License

mit i think

About

An application engine primed for used with SDL3 and OpenGL. Currently a work-in progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors