Skip to content

eblissss/parxels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parxels

(Particle Pixels)


An interactive WebAssembly app written in Go

 

Presents an interactive grid where the user can place different kinds of particle pixels that interact with each other and follow simple rules.


Example Scene:

Parxels Example


How to Build and Run:

  • Build on Linux with GOOS=JS GOARCH=wasm go build -o main.wasm
  • Copy wasm_exec.js into the folder
  • Run a web server capable of properly sending WebAssembly files
    • Only index.html, style.css, main.wasm, and wasm_exec.js are required.
  • Done!

About

Particle Pixels - An Interactive Go WebAssembly App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published