Ecosyste.ms: Awesome

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

https://github.com/hamaluik/CustomLuxePhysics

A simple demo showing how to write your own physics engine for Luxe
https://github.com/hamaluik/CustomLuxePhysics

Last synced: 2 months ago
JSON representation

A simple demo showing how to write your own physics engine for Luxe

Lists

README

        

# CustomLuxePhysics

This is a small demo showing how you can create custom physics engines for use in [Luxe](http://luxeengine.com/). It doesn't do much, other than use the Minkowski Difference to prevent your player from falling through the platform (not doing swept collisions however). Use w to jump (naively).