Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.43 KB

File metadata and controls

33 lines (23 loc) · 1.43 KB

NoiseEngine logo

Issues License Discord

CLI tools of NoiseEngine

More about project and contribution are described in main repository.

Responsibility

This repository contains CLI tools which simplify building and shipping games or apps created on NoiseEngine.

Even in future when editor will be avaiable this tools will allow to use NoiseEngine without editor, e.g. CI/CD tests.

Overview

Documentation

Documentation how to use this tool is not currently avaiable. See here for more information.

Versioning

This project has independent versioning than core, version 0.2 of this are not 0.2 of core.

Building

To compile this project you need to have .NET 7.0 SDK.

After when you have this tool you can build project with running command in repository root:

dotnet build

License

NoiseEngine.Editor is licensed under the MIT license.