Initial commit.

This commit is contained in:
Signal 2026-02-22 17:45:44 -05:00
commit 82b4f23c06
56 changed files with 3485 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# What is this?
Artifact Engine is a game engine designed to make creating a voxel game as simple as possible.
# Status
The engine is currently in very early development. The only thing it really has is a basic organizational structure and a working UI renderer.
# Testing
Testing on non-macOS platforms is currently somewhat tricky, since the build system is currently Xcode. A CMake script is planned, but currently Xcode is much easier to use while the engine is being created.