filipvrba / engine2d-rjs

An RJS-based, lightweight 2D rendering engine.

Home Page:https://filipvrba.github.io/engine2d-rjs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Engine2D

An RJS-based, lightweight 2D rendering engine.

Content

1 Usage

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

2 Development

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.

Info

You can select the script you want to access from here. There are JS and RJS files available.

3 Examples

I'll list a few projects that make use of this lightweight 2D rendering engine below.

  • Edu Game - interactive game for education.

4 Contributors

About

An RJS-based, lightweight 2D rendering engine.

https://filipvrba.github.io/engine2d-rjs/

License:MIT License


Languages

Language:HTML 53.6%Language:Shell 27.7%Language:CSS 18.7%