Skip to content

anylee2021/Pixel

 
 

Repository files navigation

Pixel

Pixel Game Engine

License: APACHE Language Standard

Build and Run

git clone https://github.com/pixel-Teee/Pixel.git

cd Pixel

git submodule update --init --recursive

mkdir build

cd build

cmake .. -DCMAKE_GENERATOR_PLATFORM=x64 -DCMAKE_BUILD_TYPE=Debug or cmake .. -DCMAKE_GENERATOR_PLATFORM=x64 -DCMAKE_BUILD_TYPE=Release

Select the PixelEditor as the StartupProject

ScreenShot

ReadMe1

Image

About

Pixel Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 85.7%
  • C 9.8%
  • GLSL 2.8%
  • Lua 0.7%
  • CMake 0.6%
  • HLSL 0.4%