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
- Host: GitHub
- URL: https://github.com/toni08bit/lameengine
- Owner: toni08bit
- License: mit
- Created: 2022-10-10T10:24:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T09:46:52.000Z (over 2 years ago)
- Last Synced: 2025-01-21T00:50:32.300Z (over 1 year ago)
- Topics: 2d-engine, html, javascript
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).*
...