Skip to content

cpp-class/pixi-draw

Repository files navigation

Pixi Draw

Draw small pixi bitmap shapes using Raylib.

NOTE: This code is for learning CPP and is not completed. Please fork the repository and complete the engine functions (in pixiengine.cpp)

Target Operation

Windows Build

Compiled with winlibs-x86_64-posix-seh-gcc-11.2.0-mingw-w64-9.0.0-r3

Library compiled with GRAPHICS = GRAPHICS_API_OPENGL_21 switch.

Build for Linux

Linux library is added to lib\linux and can be using debuglinux configuration in eclipse.

How To Compile

  1. Import project in Eclipse/CDT.
  2. Compile with ctrl+B
  3. Run
  4. Enjoy!

Based on : https://github.com/raysan5/raylib

About

Bitmap Pixel Draw!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published