Merge repos with workflow

This commit is contained in:
2023-04-09 00:19:14 -04:00
Unverified
parent e229ad9fa5
commit 45fb7ddd77
2697 changed files with 45896 additions and 4191 deletions

View File

@@ -0,0 +1,9 @@
---
title: "Butter Engine"
---
Butter Engine is a game engine made in LWJGL and uses its subset libraries for various tasks. What originally started as a simple rendering library to use LWJGL easier is now becoming a fully-fledged engine and with the hope to fill the same role as Garry's Mod in end-user development.
Although similar to other projects in ambition, the hope is to work on certain parts of the TODO list at a time. For example, spending some time on rendering and then transitioning to audio, to ECS, and back.
The checklist is available on the [GitHub repository](https://github.com/higgy999/ButterEngine).