Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zalo/occipitalordinance

A per-pixel tribute simulation to Cortex Command
https://github.com/zalo/occipitalordinance

cortex-command physics pixel-perfect

Last synced: about 2 months ago
JSON representation

A per-pixel tribute simulation to Cortex Command

Awesome Lists containing this project

README

        

# [OccipitalOrdinance](https://zalo.github.io/OccipitalOrdinance/)







May eventually be a tribute to Cortex Command; re-rendering one of the levels using [Neohookean MLS-MPM by Mykhailo Moroz](https://www.shadertoy.com/view/wdGcRK).

# Building

This can either be run without building (in Chrome/Edge/Opera since raw three.js examples need [Import Maps](https://caniuse.com/import-maps)), or built with:
```
npm install
npm run build
```
If building manually, make sure to edit the index .html to point from `"./src/main.js"` to `"./build/main.js"`.

# Dependencies
- [three.js](https://github.com/mrdoob/three.js/) (3D Rendering Engine)