Comet Engine is a 2D game engine made with C++ and C# scripting system. It is being developed by Oriol Capdevila since 2020 but its code is still private.
It is needed to have some dependencies in order to run CometEngine.
- .NET 9.0
- .NET Framework 4.8
- .NET Core3.1
- Microsoft Visual C++ 2015-2022 Redistributable
- Mono Devel:
sudo apt install mono-devel
- Microsoft Packages:
wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb rm packages-microsoft-prod.deb sudo apt-get update
- Dotnet:
sudo apt-get install -y dotnet-sdk-6.0
- Devil:
sudo apt-get install libdevil-dev
The releases can be found at the release tab of this repository. It is recommended to download/install the last release available. In order to execute Comet Engine it is just needed to open the main executable named as CometEngine as well.
If any issue is found or question is needed feel free to open a ticket at the issues of this repository and a response will be made as soon as possible.
Youtube video of how Comet Engine was at 2022 (3 years before 1.0 was released). A new video with all the 1.0 features will be released soon, but at least it shows how Comet works.