Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burodepeper/diesel
A sketchpad for interactive ideas; a Javascript/canvas based game-engine.
https://github.com/burodepeper/diesel
Last synced: 3 days ago
JSON representation
A sketchpad for interactive ideas; a Javascript/canvas based game-engine.
- Host: GitHub
- URL: https://github.com/burodepeper/diesel
- Owner: burodepeper
- License: mit
- Created: 2015-12-13T07:49:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T10:03:11.000Z (almost 9 years ago)
- Last Synced: 2023-03-02T07:22:52.266Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diesel
A sketchpad for interactive ideas; a Javascript/canvas based game-engine.
**Work in progress...**
## Introduction
In contrary to many other tools, the emphasis in **Diesel** is intentionally kept away from the logic and complexity of programming on one hand, and the patience and skill required for creating stunning graphics on the other. Instead, it helps you focus on _what_ you are making; gameplay. **Diesel** provides a set of tools that allow you to quickly create interactive awesomeness. In **Diesel** you will be defining how different elements behave, towards each other or within a context, and all the programming involved will be done _for_ you.
However, don't let the retro, pixelated look-and-feel fool you into thinking you can't create stunningly beautiful works of art with this engine. **Diesel** is open-source, and the tools it provides can be easily extended to create your own. Once you've got the basics figured out, you can delve into the inner workings of the engine (which are surprisingly simple) to harnass its full potential.