Skip to content

piyoppi/pico2map

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

pico2map

ci

Map editor for game development that runs in a browser. This repository contains the 2D tiled-map library and editor.

example: https://piyoppi.github.io/pico2map/simple_map_editor/

This library is still under development and will be upgraded frequently.

Packages

Package Summary
pico2map-tiled A core library of the tiled-map
pico2map-tiled-colision-detector A colision detection library for tiled-map
pico2map-editor A core libarary of the tiled-map editor
pico2map-ui-components Web components for tiled-map editor

Install

To get packages from github, you should edit .npmrc file. Show an example below. (authToken must have the read:packages scope. ref)

//npm.pkg.github.com/:_authToken=xxxxxxxx
@piyoppi:registry=https://npm.pkg.github.com
npm install --save @piyoppi/pico2map-editor

Sample

License

MIT