Skip to content

endrealm/forkengine-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is rather a templating system, then an engine. We use forkengine to create internal tools and programs to assist development. We supply a variety of base modules that can be used for window layouts and more. Our base modules mostly configure and assemble third party libraries in a way that makes it easy to get started and build on. You can customize the base modules by either contributing or creating custom forks and use the forks as modules (this is the reason for the name).

Usage

Modules

  • core Required by every project.
  • web renderer Basic react support for scenes
  • window manager Adds window layout system using react. Useful when creating a tool
  • boot Adds basic electron setup to run as electron app