New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

devon-webgl

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

devon-webgl

My personal WebGL TypeScript framework for my projects.

latest
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

Devon's WebGL TypeScript Framework

This is a framework for WebGL that I wrote in TypeScript for use with my personal projects.

Supported features

  • GLSL shaders
  • 2D textures
    • Image loading
    • Use as framebuffer/render target
  • Meshes with support for custom vertex formats
    • Can be defined as static or dynamic. Dynamic models can have their data modified.
  • Generators for projection, view, and model matrices
  • Viewport
  • Blending
  • Scissor testing
  • Depth testing
  • Stencil testing
  • Culling
  • Fullscreen
  • Canvas resizing

Planned features

  • Texture modification functions
  • Cubemaps
  • Multiple viewports

Installation

npm install devon-webgl-ts

Building locally

git clone https://github.com/devon-artmeier/devon-webgl.git
npm install
npm run build

FAQs

Package last updated on 19 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts