-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Thiago edited this page Dec 3, 2023
·
3 revisions
Welcome to the official documentation for Basalt! Whether you're a developer, contributor, or just curious about the game engine, you're in the right place. This wiki will serve as a comprehensive guide to help you understand and use Basalt effectively.
To get started with Basalt, follow these simple steps:
- Clone the repository.
- Open a console in the cloned folder.
- Run
dotnet restore
to download any project dependencies. - Run
dotnet run
to start the engine.
For information on how to contribute, see our Contributing Guidelines
Basalt is licensed under the MIT License