Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Canvas

The Canvas API provides a means for drawing graphics via JavaScript and the HTML canvas element. Among other things, it can be used for animation, game graphics, data visualization, photo manipulation, and real-time video processing.

https://github.com/mukhindev/tiles-based-game-engine

Tiles-based game engine. 2D игровой движок для простейших тайловых игр.

canvas game game-development game-engine platformer platformer-game platformer2d tiles-game

Last synced: 13 Nov 2024

https://github.com/lovesaroha/tic-tac-toe-online-multiplayer

Create your own personal game room or join other rooms and start playing tic tac toe with your friends or family members.

canvas game javascript multiplayer nodejs online-game sockets tic-tac-toe

Last synced: 13 Nov 2024

https://github.com/lovesaroha/space-invaders-game

Space Invaders is a 1978 shoot 'em up arcade game developed by Tomohiro Nishikado. It was manufactured and sold by Taito in Japan, and licensed by the Midway division of Bally for overseas distribution.

canvas game html javascript space-invaders

Last synced: 13 Nov 2024

https://github.com/lovesaroha/object-detector

A simple object detector trained on a very small dataset.

canvas javascript machine-learning object-detection tensorflow

Last synced: 13 Nov 2024

https://github.com/lovesaroha/regression-with-single-parameter

In statistics, simple linear regression is a linear regression model with a single explanatory variable.That is, it concerns two-dimensional sample points with one independent variable and one dependent variable (conventionally, the x and y coordinates in a Cartesian coordinate system) and finds a linear function (a non-vertical straight line) that, as accurately as possible, predicts the dependent variable values as a function of the independent variables.

canvas html javascript linear-regression regression

Last synced: 13 Nov 2024

https://github.com/lovesaroha/tic-tac-toe-game

Tic Tac Toe is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

canvas game html javascript tic-tac-toe

Last synced: 13 Nov 2024

https://github.com/lovesaroha/snake-game

Snake is the common name for a video game concept where the player maneuvers a line which grows in length, with the line itself being a primary obstacle.

canvas game html javascript snake-game

Last synced: 13 Nov 2024

https://github.com/lovesaroha/travelling-salesman-problem

The travelling salesman problem (also called the travelling salesperson problem or TSP) asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city and returns to the origin city?" It is an NP-hard problem in combinatorial optimization, important in theoretical computer science and operations research.

canvas genetic-algorithm html javascript travelling-salesman-problem

Last synced: 13 Nov 2024

https://github.com/lovesaroha/natural-selection-simulation

The goal is to create a system where autonomous steering agents evolve the behavior of eating food (+) and avoiding poison (x) .These steering behaviors are largely independent of the particulars of the character's means of locomotion.

algorithms canvas genetic-algorithm html javascript natural-selection simulation

Last synced: 13 Nov 2024

https://github.com/lovesaroha/logistic-regression-and-or

In statistics, the logistic model (or logit model) is used to model the probability of a certain class or event existing such as pass/fail, win/lose, alive/dead or healthy/sick. This can be extended to model several classes of events such as determining whether an image contains a cat, dog, lion, etc. Each object being detected in the image would be assigned a probability between 0 and 1, with a sum of one.

canvas html javascript logistic-regression regression

Last synced: 13 Nov 2024

https://github.com/lovesaroha/ping-pong-game

Ping-pong is a sport in which two players hit a lightweight ball, also known as the ping-pong ball, back and forth across a table using small rackets.

canvas game html javascript ping-pong

Last synced: 13 Nov 2024

https://github.com/lovesaroha/maze-generator

A maze can be generated by starting with a predetermined arrangement of cells (most commonly a rectangular grid but other arrangements are possible) with wall sites between them.

algorithm canvas html javascript maze-generator stack

Last synced: 13 Nov 2024

https://github.com/lovesaroha/smart-rockets

Each rockets goal is to reach the target circle without crashing. A genetic algorithm creates new populations, with the most "fit" rockets most likely to become parents.

canvas genetic-algorithm html javascript smart-rockets

Last synced: 13 Nov 2024

https://github.com/lovesaroha/flappy-bird-game-ai

This is a flappy bird game AI trained with the lovesaroha/lmath.js library.

ai canvas flappy-bird-game game javascript math neural-network

Last synced: 13 Nov 2024

https://github.com/lovesaroha/asteroids-game

Asteroids is a space-themed multidirectional shooter arcade game designed by Lyle Rains and Ed Logg released in November 1979 by Atari, Inc.The player controls a single spaceship in an asteroid field which is periodically traversed by flying saucers.

asteroids-game canvas game html javascript

Last synced: 13 Nov 2024

https://github.com/lovesaroha/lsketch

Want to draw something creative. Just pick a color and draw, it is as easy as that.

canvas html javascript sketch

Last synced: 13 Nov 2024

https://github.com/lovesaroha/dino-game

T-Rex Dinosaur - a replica of the hidden game from Chrome offline mode. Press Space to start the game online and jump your Dino.

canvas dinosaur-game html javascript

Last synced: 13 Nov 2024

https://github.com/lovesaroha/car-racing-game

A simple 2d car racing game in javascript.

canvas game html javascript

Last synced: 13 Nov 2024

https://github.com/lovesaroha/flappy-bird-game

This game is a side-scroller where the player controls a bird, attempting to fly between columns of pipes without hitting them using space key.

canvas flappy-bird game html javascript

Last synced: 13 Nov 2024

https://github.com/muskanmi/flappy-bird-game

A simple Flappy Bird Game made using Javascript and HTML Canvas.

canvas css html javascript

Last synced: 05 Nov 2024

https://github.com/normandy72/racing-game

This game was created as a project on a "How to Program Games: Tile Classics in JS for HTML5 Canvas" course by Chris DeLeon.

canvas canvas-game game game-development html javascript js

Last synced: 14 Nov 2024

https://github.com/normandy72/adventure-game

This game was created as a project on a course "How to Program Games: Tile Classics in JS for HTML5 Canvas" by Chris DeLeon.

canvas canvas-game game game-development html html5 html5-canvas javascript js

Last synced: 14 Nov 2024

https://github.com/normandy72/arkanoid-game

This game was created as a project on a "How to Program Games: Tile Classics in JS for HTML5 Canvas" course by Chris DeLeon.

canvas game game-development games html javascript js

Last synced: 14 Nov 2024

https://github.com/jmromer/asteroids

The classic arcade game, in your browser.

canvas game javascript

Last synced: 13 Nov 2024

https://github.com/riccardoscalco/canvas-fill-text-on-arc

Utility function for drawing text on an arc using the canvas API.

arc browser canvas circle html5 text

Last synced: 16 Oct 2024

https://github.com/kenclaron/kenclaron

Appearance for GitHub profile and personal website in-one-repo

blog canvas css html html-css-javascript javascript js personal personal-website

Last synced: 13 Nov 2024

https://github.com/marcosferreira/snake-game-dio

this project was developed with the objective of meeting the challenge of the digital innovation one course

canvas canvas-game canvas2d html5 javascript javascript-game

Last synced: 13 Nov 2024

https://github.com/inwebo/render.js

Javascript canvas renderer, it abstracts the boring parts and ease its use.

boring-parts canvas es6 javascript javascript-canvas-renderer

Last synced: 13 Nov 2024

https://github.com/christs8920/3d-dog-webgl

A WebGL project that creates a 3D dog model with textures and animations.

3d canvas html5 javascript webgl

Last synced: 11 Nov 2024

https://github.com/magnetrwn/magnetrwn.github.io

WIP of my personal portfolio. Floating icons in a background canvas, with gravity wells generated on click. Dynamic content loading with an animated page explorer structure.

ajax canvas interactive javascript

Last synced: 11 Nov 2024

https://github.com/zhw2590582/fix-text-baseline

Wrapper for canvas.getContext, designed to fix differences in textBaseline in different browsers

canvas chrome edge firefox fixbug safari textbaseline

Last synced: 13 Oct 2024

https://github.com/m-bo-one/sgl

Game latency simulator

canvas typescript

Last synced: 23 Oct 2024

https://github.com/barryvanveen/gameoflife

🎲 Conway's Game of Life Javascript plugin

canvas conway es2015 es6 game gameoflife

Last synced: 14 Oct 2024

https://github.com/dhsathiya/matrix_rain

Matrix movie like code rain in JavaScript

canvas css html5 javascript rain

Last synced: 19 Oct 2024

https://github.com/jcosentino11/whack-a-mole

An online multiplayer game of whack-a-mole

canvas erlang javascript multiplayer-online-game websockets

Last synced: 12 Oct 2024

https://github.com/MAHines/CanvasMAH

Classes and scripts for working with Canvas and Gradescope

canvas canvas-api canvas-lms gradescope

Last synced: 23 Oct 2024

https://github.com/blakepro/spatialai

SpatialAI es una aplicación web avanzada que utiliza inteligencia artificial para crear una experiencia interactiva única.

canvas mediapipe nextjs tailwindcss vercel-ai-sdk

Last synced: 15 Nov 2024

https://github.com/ndraey/mitch

Just a font implementation from Vib-Ribbon game

canvas graphics js ps1 vib-ribbon

Last synced: 16 Nov 2024

https://github.com/taylormusolf/dyno

A rock climbing themed platforming game where you can climb cave walls and dynamically jump from rock face to rock to reach the cave exit to find your friends.

canvas game html javascript platforming-game

Last synced: 15 Nov 2024

https://github.com/upenn/teaching-dashboard

Integrated dashboard: Gradescope + Canvas + Optional Spreadsheet for tracking student progress/success

canvas dashboard gradescope grading-system student-success

Last synced: 23 Oct 2024

https://github.com/shawakash/canvas-snippets

Just snippets to use in future

canvas canvasjs html html5 htmlcanvas

Last synced: 15 Nov 2024

https://github.com/n-c0de-r/info1.06_ballbox

Alternative unused lab 1.6 - Making balls bounce on a canvas. 1st semester, 6th lab.

1st-semester 6th-lab canvas computer-science graphics informatics java

Last synced: 15 Nov 2024

https://github.com/n-c0de-r/cg-ex1

Creating a colorful pattern in HTML5 canvas for computer graphics class.

1st-exercise 3rd-semester canvas computer-graphics html5 javascript

Last synced: 15 Nov 2024

https://github.com/grigorykrasnochub/skeleton-animation-frame-by-frame-with-10-bones

Tools provides opportunity to change angle of 10 bones in human skeleton and record this data frame by frame in csv file. Changes in angles will be shown in canvas HTML element Also user can play recorded frame

canvas html javascript js skeleton-animation

Last synced: 15 Nov 2024