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.
- Host: GitHub
- URL: https://github.com/sasisadev/betelengine
- Owner: SasisaDev
- License: mit
- Created: 2024-06-22T09:40:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T00:47:10.000Z (over 1 year ago)
- Last Synced: 2024-12-12T01:32:55.577Z (over 1 year ago)
- Topics: cpp, cpp20, game-engine, pixel, pixel-perfect, vulkan
- Language: C++
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
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