Skip to content

Commit

Permalink
Updated to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed Mar 11, 2020
1 parent c9e3777 commit cd35f05
Show file tree
Hide file tree
Showing 4 changed files with 757 additions and 817 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2019, Marcelo Lv Cabral
Copyright (c) 2018, Sean Barag for BRS Interpreter
Copyright (c) 2019-2020, Marcelo Lv Cabral
Copyright (c) 2018-2020, Sean Barag for BRS Interpreter

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Nope! Both projects, **BRS** and **BRS-EMU**, currently has no intention of emul

## Technology and Compatibility

This emulator is bundled as a **[Webpack](https://webpack.js.org/)** Javascript library that runs as a **[Web Worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers)**, and it uses features like [SharedArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) and [OffScreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas), that are _bleeding edge_ in the browser engines implementation, because of that, at this moment, it can only be executed in [Chromium](https://www.chromium.org/Home) based browsers, like [Chrome](https://www.google.com/chrome/), [Brave](https://brave.com/download/), [Opera](https://www.opera.com/), [Edge Chromium](https://www.microsoftedgeinsider.com/en-us/download/) or embedded on an [Electron](https://electronjs.org/) application.
This emulator is bundled as a **[Webpack](https://webpack.js.org/)** Javascript library that runs as a **[Web Worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers)**, and it uses features like [SharedArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) and [OffScreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas), that are _bleeding edge_ in the browser engines implementation, because of that, at this moment, it can only be executed in [Chromium](https://www.chromium.org/Home) based browsers, like [Chrome](https://www.google.com/chrome/), [Brave](https://brave.com/download/), [Opera](https://www.opera.com/), [Edge Chromium](https://www.microsoft.com/en-us/edge) or embedded on an [Electron](https://electronjs.org/) application.

The **BrightScript 2D API Emulator** is a full client-side library, nothing is sent or processed in the server side. In addition to the included sample **web application**, every release also includes a multi-platform **desktop application** (Windows, Linux & macOS) that uses the same library generated by this project.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brs-emu",
"version": "0.7.2",
"version": "0.8.0",
"description": "BrightScript Draw 2D API Emulator",
"author": "Marcelo Lv Cabral <[email protected]> (https://lvcabral.com/)",
"contributors": [
Expand Down
Loading

0 comments on commit cd35f05

Please sign in to comment.