-
Notifications
You must be signed in to change notification settings - Fork 3
How To
John Galvin edited this page Oct 26, 2024
·
2 revisions
To learn how to create games, what the Pixel Game Engine can do for you, Tutorials and functionality of the Pixel Game Engine please visit the OLC Pixel Game Engine WiKi
The below links all redirect to the Master OLC Pixel Game Engine and are here just for reference:
- Learn By Example - BreakOut Clone
- Core Classes
- olc::PixelGameEngine - The primary engine functions and drawing routines
- olc::Pixel - A single representation of colour
- olc::Sprite - A rectangular array of olc::Pixels, forming an image
- olc::Decal - A GPU accelerated wrapper for an olc::Sprite
- olc::vf2d (and olc::vi2d) - A built in 2D Vector type
- For Visual Studio All In One Android and iOS (Windows) Project Template: OLC Pixel Game Engine Mobile 2.2.8 Visual Studio for Android and iOS
- For Visual Studio Android Only (Windows) Use this project: OLC Pixel Game Engine Mobile 2.2.8 for Android Visual Studio
- For Android Studio (Windows/Linux/MAC) Use this project: OLC Pixel Game Engine Mobile 2.2.8 for Android Studio
- For Xcode (MAC) Use this project: OLC Pixel Game Engine Mobile 2.2.8 for Xcode