leptr / panvasjs

PanvasJS - a framework for JavaScript canvas

Home Page:https://www.leptr.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PanvasJS

Welcome to PanvasJS!

PanvasJS is a JavaScript framework for creative coding utilizing the HTML canvas element.

It is a barebones game engine made for people who like the challenge of making 2D video games practically from scratch with just the basic tools for graphics display and mathematical calculations.

It poses a challenge of coding all the logic yourself, including the physics simulations, drawing more complicated shapes, complex math, and much more. It can also be used for simpler things than video games, such as animations and simulations.

Getting Started

In order to get started with the PanvasJS framework, you can check out the Get Started page over on the PanvasJS website and start your first ever PanvasJS project.

To learn more about everything that PanvasJS has to offer, visit the Documentation page.

You can also check out various code examples utilizing PanvasJS over on the Examples page. There, you will find various examples of video games, simulations, and illustrations that showcase the capabilities of PanvasJS.

About

PanvasJS - a framework for JavaScript canvas

https://www.leptr.com/

License:MIT License


Languages

Language:JavaScript 99.0%Language:HTML 0.9%Language:CSS 0.1%