Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
/ nest Public archive

[Deprecated] A simple game asset bundler for DOME

License

Notifications You must be signed in to change notification settings

domeengine/nest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[This is deprecated. NEST is now built into DOME Engine.]

NEST - Natural Entertainment Software Trunk

NEST allows game code and assets to be bundled for easy distribution with the DOME engine.

Build Info:

> git submodule init
> git submodule update
> make

Usage

./nest [options] -o bundle-file -- [files | directories]

Options:

  • -h will display information about usage and the options.
  • -z will create a bundle.
  • -x is reserved to unzip a bundle in the future.
  • -v will print the version of the bundler.
  • -d will include files starting with a dot such as .DS_Store.

This will create a bundle named "bundle-file" containing the various files and directories specified. If the only item to bundle is a directory, the bundle will be created as if the directory was the root.

This tool is likely to be sensitive to the current working directory, so make sure you are in the correct directory before running the command.

About

[Deprecated] A simple game asset bundler for DOME

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published