项目作者: shrinjoy

项目描述 :
A supersimple Opengl 2D renderer
高级语言: C++
项目地址: git://github.com/shrinjoy/PixelR.git
创建时间: 2020-06-07T18:27:16Z
项目社区:https://github.com/shrinjoy/PixelR

开源协议:MIT License

下载


PixelR

Intro

PixelR is a very simple 2D opengl Renderer(I started this project because i wanted to learn opengl so you will have to do some manual stuff read PixelR.h for more info)

Features

  • Camera2D(a 2d camera)
  • Sprite2D(a sprite game object also supports spritesheet animation)
  • Texture2D(a texture loading class)
  • PixelWindow(a window creation class)
  • Shader(GLSL shader loading class)

    Deps

  • GLFW
  • GLAD
  • GLM
  • stbi_image.h