Skip to content

Comet Engine is a 2D Game engine made from scratch with C++ since 2020 during my free time.

License

Notifications You must be signed in to change notification settings

OriolCS2/CometEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Comet Engine

Alt Text

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.

image

Getting the engine

Before downloading

It is needed to have some dependencies in order to run CometEngine.

Windows dependencies

Linux dependencies (Debian 10 Example)

  • 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

Downloading

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.

Teaser

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.

Alt text