DYEngine-Editor-Template

Template repository for creating DYEditor (DYEngine Editor) project.

How to use

By default there are 3 files

  • src/CreateApplication.cpp: A function that will be used by DYEngine library to create an DYEditorApplication instance in main.cpp. Don't delete this file.
  • include/Components/ExampleComponent.h: An example component header file. Feel free to delete it.
  • include/Systems/ExampleSystem.h: An example system header file. Feel free to delete it.

See CMakeList.txt in the root folder for more information.