figuring out colors

This commit is contained in:
2024-03-09 23:40:18 -05:00
Unverified
parent 4f12fe38ab
commit 3d8c37cd13
4 changed files with 18 additions and 14 deletions

View File

@@ -1,9 +1,6 @@
---
title: "Butter Engine"
image: "featured-image.png"
style:
background: "#0177b8"
color: "#fff"
---
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.
@@ -11,3 +8,7 @@ Butter Engine is a game engine made in LWJGL and uses its subset libraries for v
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/joshuafhiggins/ButterEngine).
style:
background: "#0177b8"
color: "#fff"