popka

所属分类:游戏引擎
开发工具:D
文件大小:0KB
下载次数:0
上传日期:2024-03-05 06:01:12
上 传 者sh-1993
说明:  Popka是用于D编程语言的轻量级和初学者友好的2D游戏引擎。
(Popka is a lightweight and beginner-friendly 2D game engine for the D programming language.)

文件列表:
core/
game/
vendor/ray/
LICENSE
TODO.md
basic.d
dub.json

# Popka Popka is a lightweight and beginner-friendly 2D game engine for the D programming language. It focuses on providing a simple and easy-to-understand foundation for building 2D games. The game engine is currently under development and is not yet ready for use. ```d import popka.basic; void main() { openWindow(800, 600); while (isWindowOpen) { if (Keyboard.q.isPressed) { closeWindow(); } } freeWindow(); } ``` ## Dependencies Popka requires the raylib library to be installed for full functionality. Please install raylib following the official instructions before using this game engine. ## License The project is released under the terms of the MIT License. Please refer to the LICENSE file.

近期下载者

相关文件


收藏者