Difference between revisions of "Alternative file layout"

From MSX Game Library

(Created page with "By default, projects using MSXgl are placed inside the library tree in the /projects/ directory. This allows all projects to share the same library and common options (in /pro...")
 
Line 1: Line 1:
 
By default, projects using MSXgl are placed inside the library tree in the /projects/ directory. This allows all projects to share the same library and common options (in /projects/default_config.js).
 
By default, projects using MSXgl are placed inside the library tree in the /projects/ directory. This allows all projects to share the same library and common options (in /projects/default_config.js).
 +
 +
Default layout:
 +
πŸ“ MSXgl
 +
β”œβ”€πŸ“ engine
 +
β”œβ”€πŸ“ projects
 +
β”‚ β””β”€πŸ“ '''MyProject'''
 +
β””β”€πŸ“ tools
  
 
Having said that, some might prefer the opposite: to have one directory per project and the MSXgl directory inside.
 
Having said that, some might prefer the opposite: to have one directory per project and the MSXgl directory inside.

Revision as of 14:39, 31 October 2023

By default, projects using MSXgl are placed inside the library tree in the /projects/ directory. This allows all projects to share the same library and common options (in /projects/default_config.js).

Default layout:

πŸ“ MSXgl
β”œβ”€πŸ“ engine
β”œβ”€πŸ“ projects
β”‚ β””β”€πŸ“ MyProject
β””β”€πŸ“ tools

Having said that, some might prefer the opposite: to have one directory per project and the MSXgl directory inside.