forked from vv/efemra
1
0
Fork 0
A WIP toy engine based on https://github.com/gheshu/pim.
Go to file
Vivianne 2e59645b46 add GPL-3 2022-07-18 19:55:13 -07:00
etc hello world! (window) 2022-06-29 23:04:08 -07:00
render continuing to add functionality most recently swapchain (wip) 2022-07-06 01:57:21 -07:00
src more fixes! 2022-07-18 03:50:19 -07:00
.gitignore gitignore update 2022-06-30 10:56:03 -07:00
.ignore so many compiler errors, oof 2022-07-11 01:17:47 -07:00
LICENSE add GPL-3 2022-07-18 19:55:13 -07:00
README.md readme! 2022-07-18 19:45:20 -07:00
build.zig we got to the render loop, huzzah. 2022-07-15 23:07:31 -07:00
gyro.lock so many compiler errors, oof 2022-07-11 01:17:47 -07:00
gyro.zzz so many compiler errors, oof 2022-07-11 01:17:47 -07:00
notes.txt add vma stuff 2022-07-08 00:46:39 -07:00

README.md

efemra

Efemra is a WIP toy game engine. It is currently essentially an earlyk, in-progress Zig rewrite of the pim engine, which is described by its creator Kara as "a little 'zen garden'".

Efemra is absolutely WIP and does not work at all! Feel free to watch as I stumble my way through Zig, Vulkan and graphics programming. I hope to have more to show for myself soon.

In the meantime, please check out pim, because that engine actually works and is super cool!