Skip to content
/ Hestia Public

JS Game Library - pixel perfect drawing using canvas

License

Notifications You must be signed in to change notification settings

delphic/Hestia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hestia

A JS Library inspired by pico-8 and retro console asthetics, but with no desire to actually emulate the hardware.

Provides a palette based pixel perfect renderer - you can provide a palette, of any size.

Provides a input state tracker - you can provide key bindings (currently only mouse and keyboard supported).

JavaScript Style:

Broadly https://github.com/delphic/Fury/blob/master/docs/Fury%20Overview.md#javascript-style

However we're a bit more forgiving of single character variables at the moment, and get functions don't always have the get prefix.

Build:

browserify core/client.js -o hestia.js

Features:

Present: Rendering, Input

In Progress: SFX

Outstanding: Music, Map

About

JS Game Library - pixel perfect drawing using canvas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published