Skip to content

kiwipxl/pxl2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pxl2D

pxl2D is a simple 2D game engine written in c++. The aim of the project was to teach myself how to make a game engine while also learning c++.

Simple demo on android

Thumbnail

Features

  • Can build natively on windows and on android using the android-ndk
  • Window handling
  • Render batching (batching as many sprites as we can before sending mesh to GPU)
  • Texture sheet/atlas (multiple sprites using the same texture but at different regions)
  • .TTF text rendering
  • Various pre-built shaders
  • Point lights
  • Frame buffers
  • Z ordering

Roadmap

  • Joystick support
  • Animation handling
  • Audio
  • Pixel perfect collision
  • Linux window creation

About

Simple c++ game engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages