Skip to content

Template repository for creating DYEditor (DYEngine Editor) project

Notifications You must be signed in to change notification settings

ta-david-yu/DYEngine-Editor-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Template repository for creating DYEditor (DYEngine Editor) project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published