Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zackthehuman/prototypes
- Owner: zackthehuman
- Created: 2012-03-18T07:46:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-22T05:53:10.000Z (over 12 years ago)
- Last Synced: 2024-10-03T11:46:12.843Z (about 1 month ago)
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...