@ronbravo/raylib-js

0.16.0 • Public • Published

Raylib-Js

NOTE: Please do NOT use this library yet...

This library is not ready for use. Once it is released (hopefully by November of 2022) then this doc will be updated with a better way to install and run.

Binding browser side Javascript with the raylib game programming library. The purpose in binding to browser side Javascript is to take advantage of development environmet tools (vitejs, nodemon, refresh on change, etc). Now this is not expected to run fast as the purpose is to allow an easy foot in the door and allow working with Javascript. As the developer matures and becomes more familiar with the Raylib API and programming in general, the hope is they begin to transition to C by porting some of their projects.

Hopefully in the future this project will support a C workflow in the browser as to facilitate that process even more.

Install and Setup

First make sure to install the library

npm install @ronbravo/raylib-js
yarn add @ronbravo/raylib-js

NOTE: This install currently only works for a Debian Linux environment. In the future support for MacOS or Windows might be added.

Next run the setup and build command for the project where you will be asked to enter your sudo creds. To setup run:

npx rljs-setup

This installation might take some time (roughly 15 minutes or so...) depending on your environment setup. This is because a lot of packages for the OS and nodejs have to be installed after which the building of raylib will happen. So go grab a cup of coffee...

Resources

Raylib

WebAssembly

Javascript

Misc

Readme

Keywords

none

Package Sidebar

Install

npm i @ronbravo/raylib-js

Weekly Downloads

1

Version

0.16.0

License

MIT

Unpacked Size

430 kB

Total Files

63

Last publish

Collaborators

  • ronbravodev