pages/_posts/2020-02-03-vecs.md

10 lines
366 B
Markdown
Raw Normal View History

2020-08-01 17:52:43 +00:00
---
layout: default
title: V-ecs
category: Other
2020-08-19 18:31:59 +00:00
cards: [Vecs Screenshot, Vecs Summary, Kronos]
2020-08-01 17:52:43 +00:00
links: ["Source Code|https://github.com/thepaperpilot/V-ECS"]
tags: [c++, lua, vulkan]
---
V-ecs (pronounced "Vex") is a vulkan-based engine I made for making highly moddable games and tools in lua, centered around the ECS design pattern and a work-stealing job system.