Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
An advanced 3D game engine in development built on top of Vulkan, and GLFW. With the goal in mind of convention, speed, and high quality over configuration, as well as a means to serve as a solid alternative to production grade game engines.
Conventions and beliefs in mind thus far
Engine is designed and tested for:
Engine is not designed for:
Developers don't want to have to develop software to support multiple platforms such as MacOS, Windows, and Linux.
Add this to your application's shard.yml
:
dependencies:
accelerate:
github: jeffreydvp/accelerate
require "accelerate"
See Contributing below
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)