Skip to content

WhyNotDogie/luvjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


luvjs

A way to write Love2D games in javascript or typescript written in typescript, with zero dependencies, written entirely in typescript and lua.

Installation

npm install luvjs

Quick start

//this will be added

Love2D

luvjs is based off of Love2d.
You should check it out! Its a free and open source Lua game framework, with a busling community. You can find it at https://love2d.org.

Why luvjs?

Love2D is good, but it lacks the power of features of node/javascript/typescript such as the many NPM packages, http/https, the robustness of typescript, and so on.

Contribuiting

Clone the repo:

git clone https://github.com/WhyNotDogie/luvjs

Make changes to the code, then build to test:

npm run build

Now issue a push request, and voila!

Things I want to add:

  • Networking
  • Joystick support (someone send help)

Things I will NOT add: (So don't suggest them)

  • Nothing here yet :D

About

A way to write Love2D games in javascript or typescript.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published