Skip to content

dmarcos/aframe-packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A-Frame Packer

A-Frame packer is a command line tool that lets you bundle an A-Frame app with a Web runtime (Gecko) so you can distribute it in app stores like Steam or Itch.io.

It's based on qbrt with a little bit of magic sprinkled on top.


How to use

Install it:

npm install -g aframe-packer

You need to have a directory with your A-Frame app and an index.html. See the [example]

Before packing you can test that everything works by invoking run on your app directory:

aframe-packer run path/to/aframe_app_dir

Once you're happy with the result you can create a zip file that both contains your A-Frame app and Web runtime ready for distribution. To launch it you have to run the aframe_app_dir.bat file in the bundle

aframe-packer pack path/to/aframe_app_dir

Authors

About

Pack aframe scenes with a gecko runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published