Basalt is a lightweight and versatile game engine designed for creating games using pure C#. While it currently does not have a visual editor, this feature is in the pipeline for future development.
This is a project currently only being developed by me in my free time, so contributions are always welcome.
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.
Documentation is currently in the process of being revamped so currently unavailable.
If you encounter any issues or have questions, please start an issue.
If you have any ideas, you can start an issue or, if you'd like to contribute with code, feel free to fork the repository and make changes as you'd like. Once again, pull requests are welcome.
Basalt is licensed under the MIT License