An open API service indexing awesome lists of open source software.

https://github.com/sasisadev/betelengine

An engine for creating pixel-perfect games and more.
https://github.com/sasisadev/betelengine

cpp cpp20 game-engine pixel pixel-perfect vulkan

Last synced: 11 months ago
JSON representation

An engine for creating pixel-perfect games and more.

Awesome Lists containing this project

README

          

# Betel Engine
**Betel Engine** - is a set of tools for creating graphical applications utilizing Vulkan.
Primary usage was intended for making pixel-perfect 2D games in genres like *Platformer* and *RPG*.
But it allows development of games or even applications of different types.

Currently engine utilizes only **Vulkan** as it's graphics library.

# Compilation
You can build and run engine's game and editor on either of these platforms:
* Windows
* Linux
* MacOS

Prerequisites:
* CMake
* VulkanSDK