An RJS-based, lightweight 2D rendering engine.
Please note that this repository is now archived and no longer actively maintained.
It is possible to embed this engine in an HTML script. It is necessary to access already-generated files. Using a public page on github, this repository is hosted. By doing this, it will be possible to make sure that all created files are accessible at https://filipvrba.github.io/engine2d-rjs/. You must directly read the provided file for it to operate correctly.
The JS file can be accessed at this URL:
https://filipvrba.github.io/engine2d-rjs/public/engine/js/engine2d_22a1215.js
This project is being developed using RubyJS-Vite, which creates unified files. From "src" folders, these unified files are created. All of the scripts will be combined by the RubyJS-Vite tool, which will then generate itself under the name "engine2d" (and add the tag date) to the "docs/public/engine" folder.
You can select the script you want to access from here. There are JS and RJS files available.
I'll list a few projects that make use of this lightweight 2D rendering engine below.
- Edu Game - interactive game for education.
- Filip Vrba - creator and maintainer