Initial commit.
This commit is contained in:
commit
82b4f23c06
56 changed files with 3485 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue