Skip to content

devloic/vAmigaNet

 
 

Repository files navigation

About

vAmiga.net is a web port of vAmiga, based on WASM, Svelte-Kit, Typescript and Tailwind. It emulates a Commodore Amiga 500, 1000 or 2000 in your browser.

Deployment

https://vamiganet.github.io

Installation istructions

# Clone the project
git clone https://github.com/dirkwhoffmann/vAmigaNet.git

# Install components
cd vAmigaNet 
npm install

# Setup a build directory
mkdir wasm
emcmake cmake -S cpp -B build

# Build the WASM part
cd wasm
make -j

# Option 1: Run a local build
cd ..
npm run dev

# Option 2: Deploy
npm run build

About

Online Version of vAmiga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.2%
  • Svelte 6.0%
  • C 5.1%
  • TypeScript 1.0%
  • CMake 0.3%
  • HTML 0.2%
  • Other 0.2%