Skip to content

Commit

Permalink
Add OGL entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
pschroen committed Apr 23, 2024
1 parent 43de38e commit 872ef6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Future web pattern.">
<meta name="description" content="MVC design pattern and graphics pipeline.">
<meta name="keywords" content="alien, alienjs, javascript, 3d, utilities, materials, shaders, physics, threejs, webgl, webgl2, websockets, creative coding">

<title>Alien.js</title>
Expand All @@ -12,7 +12,7 @@
<meta property="og:url" content="https://alien.js.org/">
<meta property="og:site_name" content="Alien.js">
<meta property="og:title" content="Alien.js">
<meta property="og:description" content="Future web pattern.">
<meta property="og:description" content="MVC design pattern and graphics pipeline.">
<meta property="og:image" content="https://alien.js.org/assets/meta/share.png">

<meta name="twitter:card" content="summary_large_image">
Expand Down
2 changes: 2 additions & 0 deletions src/ogl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Programs
export * from './ogl/programs/Programs.js';

0 comments on commit 872ef6a

Please sign in to comment.