Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

po8rewq/hxpico8-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#hxpico8 tools

This tool lets you initialize and build pico8 projects in haxe using hxpico8.

##How to install

haxelib git hxpico8-tools https://github.com/po8rewq/hxpico8-tools.git

##How to use this tool

mkdir /path/to/your/project
cd /path/to/your/project
haxelib run hxpico8-tools

##What can you do with this lib?

###Initialize your project

haxelib run hxpico8-tools init

It will ask you some questions in order to initialize your project and install the dependancies if needed. You will then have a config.json file which will be used for compilation / deployment.

###Build your project

haxelib run hxpico8-tools build

It will compile your project, backup the old p8 file (in case you've updated it with some graphics, sounds...), integrate the new compiled code and copy it back to the p8 directory.

Once it's done, you can go to pico8 and type:

LOAD MY-PROJECT.P8
RUN MY-PROJECT.P8

And enjoy!

About

Tools to help you build pico8 application with haxe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages