Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 3.77 KB

README.md

File metadata and controls

64 lines (48 loc) · 3.77 KB

awesome-toolkit

A list of awesome libraries and resources.

Table of Contents

PHP

Resources

Web game

Game

  • ozz-animation Open source c++ skeletal animation library and toolset
  • bgfx Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
  • IUP Portable User Interface
  • Godot Engine Godot Engine – Multi-platform 2D and 3D game engine

Tools

Puppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol.

WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server which implements WebDriver's wire protocol for Chromium.

Selenium is an umbrella project encapsulating a variety of tools and libraries enabling web browser automation.

Lighthouse is an open-source, automated tool for improving the quality of web pages.

Chrome extensions