Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zackthehuman/prototypes

Prototypes and other assorted junk
https://github.com/zackthehuman/prototypes

Last synced: 17 days ago
JSON representation

Prototypes and other assorted junk

Awesome Lists containing this project

README

        

Prototypes
==========

This repository houses prototypes and other miscellaneous projects that I'm tinkering with. If anything becomes mature enough It'll be moved into its own repository.

jnrdev-js
---------

A JavaScript-based recreation of the old jnrdev tutorials by Florian Hufsky, with some modifications. It is a simple tile-based implementation of AABB (axis-aligned bounding box) collision detection and response.

This project deviates from the original tutorials because ultimately my goal is to make collision detection and response more modular, and I wanted to make the code a bit more generic. We'll see if it gets there...