Skip to content

Virtual Console (WASM) written in Rust aiming to implement the PICO-8 API

License

Notifications You must be signed in to change notification settings

EliseZeroTwo/WARS-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARS-8

Virtual Console written in Rust that implements the PICO-8 API (or is trying to). Game support is limited at the moment.

It can run both Lua scripts and WASM binaries, the Lua version is my fork of Lua 5.4 with PicoLua support

Current Supported Formats

  • .wasm (WASM binary)
  • .lua (Lua Script)
  • .p8 (PICO-8 cartridge)

Rust API, Template and Examples

Can be found here

Docs

Docs can be found here but may not reflect latest changes as this is in heavy development.

About

Virtual Console (WASM) written in Rust aiming to implement the PICO-8 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages