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

https://github.com/toni08bit/lameengine

Simple and mid-performing 2D engine using plain JavaScript and HTML
https://github.com/toni08bit/lameengine

2d-engine html javascript

Last synced: over 1 year ago
JSON representation

Simple and mid-performing 2D engine using plain JavaScript and HTML

Awesome Lists containing this project

README

          

# Lame Engine (not maintained)
## Disclaimer
This repo has not been maintained for a long time. I might revive this project in the future.
## What's this?
A low/mid-performing 2D engine using plain javascript.
## Hosted Example
A live-hosted example can be found [on my website right here](https://billplayz.de/lame_engine).
## How to install
`import` the following url into your `type="module"` loaded script:

https://billplayz.de/function/jsdn/raw?file=BillPlayzToday/LameEngine/main/src/main.js
Example:

import {LameEngine} from "https://billplayz.de/function/jsdn/raw?file=BillPlayzToday/LameEngine/main/src/main.js"

*You can of course use any other JavaScript Delivery Service. In this case I've used my own, as it automatically compresses (using uglify.js) code. The service takes up to 15 minutes to apply updates.*
You can **NOT** use the [raw.githubusercontent.com variant](https://raw.githubusercontent.com/BillPlayzToday/LameEngine/main/src/main.js) without any other modifications, as GitHub unfortunately responds to raw-code requests with the "*Content-Type*" Header set to "*text/plain*", which is usually automatically declined as it is not a "*javascript/application*" value
## How to use (Docs)
*The docs can be found [right here](https://github.com/BillPlayzToday/LameEngine/blob/main/DOCS.md).*
...