gam0022 / resimulated

1st place at Revision 2020 (PC 64K Intro)
MIT License
18 stars 1 forks source link
demoscene typescript webaudio webgl webgl2

RE: SIMULATED by gam0022 & sadakkey

RE: SIMULATED by @gam0022 (Graphics) & @sadakkey (Music)

A WebGL 64KB Intro

1st Place PC 64K Intro at Revision 2020

resimulated-collage.jpg

Run

Run in browser on your PC! (only tested latest Chrome)

Links

Development

0: Required

1: Get Started

git clone git@github.com:gam0022/resimulated.git
cd resimulated

# init
npm install

# Start Web server with hot-reload / UI for debug
npm run start

# Generate a dist\resimulated.html
npm run build

Chromatiq

A WebGL engine developed for PC 64K Intro aimed at minimizing the file size.

Written in a single TypeScript, but it's still in development. (source code)

Features

It has only simple functions so that it does not depend on the work.

How to Capture Movie

  1. npm run start
  2. misc/saveImageSequence
  3. misc/saveSound
  4. ffmpeg.exe -r 60 -i chromatiq%04d.png -i chromatiq.wav -c:v libx264 -preset slow -profile:v high -coder 1 -pix_fmt yuv420p -movflags +faststart -g 30 -bf 2 -c:a aac -b:a 384k -profile:a aac_low -b:v 68M chromatiq_68M.mp4

Links

Thanks

License

MIT