Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
genbs committed Feb 27, 2021
1 parent e2c9d57 commit 5fd9cae
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 26 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

A library for developers who want to approach to creative coding, for artists who want to approach to programming or for anyone else who wants to play with math.

[Full docs and Examples](https://genbs.github.io/urpflanze/)
[Full docs and Examples](https://urpflanze-org.github.io/urpflanze/)

##

| | | |
|:-------------------------:|:-------------------------:|:-------------------------:|
|<img src="./docs/assets/images/readme/cadere.gif">|<img src="./docs/assets/images/readme/crepuscolar-soul.gif"> |<img src="./docs/assets/images/readme/four.gif">|
|<img src="./docs/assets/images/readme/triangleloop.gif">|<img src="./docs/assets/images/readme/psychedelic.gif">|<img src="./docs/assets/images/readme/particles.gif">|
| | | |
| :------------------------------------------------------: | :----------------------------------------------------------: | :---------------------------------------------------: |
| <img src="./docs/assets/images/readme/cadere.gif"> | <img src="./docs/assets/images/readme/crepuscolar-soul.gif"> | <img src="./docs/assets/images/readme/four.gif"> |
| <img src="./docs/assets/images/readme/triangleloop.gif"> | <img src="./docs/assets/images/readme/psychedelic.gif"> | <img src="./docs/assets/images/readme/particles.gif"> |

## Installation

Expand Down Expand Up @@ -74,5 +75,6 @@ drawer.draw() // Draw scene on canvas

![Example output](./docs/assets/images/readme/output-1.png)

[Full docs and Examples](https://genbs.github.io/urpflanze/)
[Full docs and Examples](https://urpflanze-org.github.io/urpflanze/)

##
4 changes: 2 additions & 2 deletions docs-src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
content="A library for developers who want to approach to creative coding, for artists who want to approach to programming or for anyone else who wants to play with math."
/>
<meta property="og:locale" content="en" />
<meta property="og:url" content="https://genbs.github.io/urpflanze/" />
<meta property="og:image" content="https://genbs.github.io/urpflanze/assets/images/cover.png" />
<meta property="og:url" content="https://urpflanze-org.github.io/urpflanze/" />
<meta property="og:image" content="https://urpflanze-org.github.io/urpflanze/assets/images/cover.png" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="640" />
Expand Down
114 changes: 112 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,117 @@
<!doctype html><html lang="en" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><meta name="format-detection" content="telephone=no"/><meta name="format-detection" content="address=no"/><meta name="HandheldFriendly" content="true"/><meta name="MobileOptimized" content="400"/><title>Urpflanze Docs</title><meta name="description" content="A library for developers who want to approach to creative coding, for artists who want to approach to programming or for anyone else who wants to play with math."/><meta name="screen-orientation" content="portrait"/><meta name="x5-orientation" content="portrait"/><meta name="x5-page-mode" content="app"/><meta name="browsermode" content="application"/><meta name="mobile-web-app-capable" content="yes"/><meta name="theme-color" content="#111413"/><link rel="apple-touch-icon" sizes="180x180" href="assets/images/icons/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="assets/images/icons/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="assets/images/icons/favicon-16x16.png"/><link rel="manifest" href="manifest.json"/><meta property="og:type" content="website"/><meta property="og:title" content="Urpflanze Docs"/><meta property="og:description" content="A library for developers who want to approach to creative coding, for artists who want to approach to programming or for anyone else who wants to play with math."/><meta property="og:locale" content="en"/><meta property="og:url" content="https://genbs.github.io/urpflanze/"/><meta property="og:image" content="https://genbs.github.io/urpflanze/assets/images/cover.png"/><meta property="og:image:type" content="image/jpeg"/><meta property="og:image:width" content="1280"/><meta property="og:image:height" content="640"/><meta property="og:image:alt" content="Urpflanze"/><meta property="og:site_name" content="Urpflanze"/><base href="/urpflanze/"/><script src="assets/js/lz-string.min.js"></script><script src="assets/js/urpflanze-light.min.js"></script><script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script><style>html { width: 100%; height: 100%; background: #111413; }</style><link rel="stylesheet" href="assets/css/app.css"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-YE22SL0KVQ"></script><script>window.dataLayer = window.dataLayer || []
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="format-detection" content="telephone=no" />
<meta name="format-detection" content="address=no" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="400" />
<title>Urpflanze Docs</title>
<meta
name="description"
content="A library for developers who want to approach to creative coding, for artists who want to approach to programming or for anyone else who wants to play with math."
/>
<meta name="screen-orientation" content="portrait" />
<meta name="x5-orientation" content="portrait" />
<meta name="x5-page-mode" content="app" />
<meta name="browsermode" content="application" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#111413" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/icons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/icons/favicon-16x16.png" />
<link rel="manifest" href="manifest.json" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Urpflanze Docs" />
<meta
property="og:description"
content="A library for developers who want to approach to creative coding, for artists who want to approach to programming or for anyone else who wants to play with math."
/>
<meta property="og:locale" content="en" />
<meta property="og:url" content="https://urpflanze-org.github.io/urpflanze/" />
<meta property="og:image" content="https://urpflanze-org.github.io/urpflanze/assets/images/cover.png" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="640" />
<meta property="og:image:alt" content="Urpflanze" />
<meta property="og:site_name" content="Urpflanze" />
<base href="/urpflanze/" />
<script src="assets/js/lz-string.min.js"></script>
<script src="assets/js/urpflanze-light.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
<style>
html {
width: 100%;
height: 100%;
background: #111413;
}
</style>
<link rel="stylesheet" href="assets/css/app.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YE22SL0KVQ"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())

gtag('config', 'G-YE22SL0KVQ')</script></head><body><main style="display: none"><section class="first-section"><header><div><a href="/urpflanze/"><img src="assets/images/logo-full.svg" alt="Urpflanze logo" id="logo"/> <span id="version_string"><small>v</small><span id="version"></span></span></a></div><div id="menu_btn">menu</div></header><aside><div id="aside-bg"></div><div class="aside-content"><div class="search-lang"><input id="search" type="search" placeholder="Search in wiki and docs" name="urpflanze-search"/> <select id="lang"><option value="it">it</option><option value="en">en</option></select></div><nav id="nav"></nav></div><footer><div class="follow"><small>follow on</small><div><a href="https://github.com/genbs/urpflanze" target="_blank" title="follow on github"><img src="assets/images/github-logo.svg" alt="Github logo"/> </a><a href="https://www.instagram.com/urpflanzejs/" target="_blank" title="follow on instagram"><img src="assets/images/instagram-logo.svg" alt="Instagram logo"/> </a><a href="https://www.facebook.com/urpflanzejs" target="_blank" title="follow on facebook"><img src="assets/images/facebook-logo.svg" alt="Facebook logo"/> </a><a href="https://discord.com/invite/JftrSVMkFg" target="_blank" title="join discord"><img src="assets/images/discord-logo.svg" alt="Discord logo"/></a></div></div><div class="support"><small>supported by</small><div><a href="https://www.desidus.it" target="_blank"><img src="assets/images/desidus-logo.svg" alt="Desidus logo"/></a></div></div></footer></aside></section><section class="dynamic-container"><section id="content"></section></section></main><script src="index-v0001.js"></script></body></html>
gtag('config', 'G-YE22SL0KVQ')
</script>
</head>
<body>
<main style="display: none">
<section class="first-section">
<header>
<div>
<a href="/urpflanze/"
><img src="assets/images/logo-full.svg" alt="Urpflanze logo" id="logo" />
<span id="version_string"><small>v</small><span id="version"></span></span
></a>
</div>
<div id="menu_btn">menu</div>
</header>
<aside>
<div id="aside-bg"></div>
<div class="aside-content">
<div class="search-lang">
<input id="search" type="search" placeholder="Search in wiki and docs" name="urpflanze-search" />
<select id="lang">
<option value="it">it</option>
<option value="en">en</option>
</select>
</div>
<nav id="nav"></nav>
</div>
<footer>
<div class="follow">
<small>follow on</small>
<div>
<a href="https://github.com/genbs/urpflanze" target="_blank" title="follow on github"
><img src="assets/images/github-logo.svg" alt="Github logo" /> </a
><a href="https://www.instagram.com/urpflanzejs/" target="_blank" title="follow on instagram"
><img src="assets/images/instagram-logo.svg" alt="Instagram logo" /> </a
><a href="https://www.facebook.com/urpflanzejs" target="_blank" title="follow on facebook"
><img src="assets/images/facebook-logo.svg" alt="Facebook logo" /> </a
><a href="https://discord.com/invite/JftrSVMkFg" target="_blank" title="join discord"
><img src="assets/images/discord-logo.svg" alt="Discord logo"
/></a>
</div>
</div>
<div class="support">
<small>supported by</small>
<div>
<a href="https://www.desidus.it" target="_blank"
><img src="assets/images/desidus-logo.svg" alt="Desidus logo"
/></a>
</div>
</div>
</footer>
</aside>
</section>
<section class="dynamic-container"><section id="content"></section></section>
</main>
<script src="index-v0001.js"></script>
</body>
</html>
30 changes: 15 additions & 15 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,63 +6,63 @@
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<url>
<loc>https://genbs.github.io/urpflanze/</loc>
<loc>https://urpflanze-org.github.io/urpflanze/</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/en/Installation</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/en/Installation</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/en/Creating-a-scene</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/en/Creating-a-scene</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/en/Manage-repetitions</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/en/Manage-repetitions</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/en/Drawer-and-animations</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/en/Drawer-and-animations</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/en/ShapeLoop</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/en/ShapeLoop</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/en/VertexCallback</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/en/VertexCallback</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/en/CustomDrawer</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/en/CustomDrawer</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/it/Installazione</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/it/Installazione</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/it/Crea-una-scena</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/it/Crea-una-scena</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/it/Gestire-le-ripetizioni</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/it/Gestire-le-ripetizioni</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/it/Drawer-e-animazioni</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/it/Drawer-e-animazioni</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/it/ShapeLoop</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/it/ShapeLoop</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/it/VertexCallback</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/it/VertexCallback</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>
<url>
<loc>https://genbs.github.io/urpflanze/#/it/CustomDrawer</loc>
<loc>https://urpflanze-org.github.io/urpflanze/#/it/CustomDrawer</loc>
<lastmod>2020-12-16T09:24:12+00:00</lastmod>
</url>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/genbs/urpflanze.git"
},
"homepage": "https://genbs.github.io/urpflanze/",
"homepage": "https://urpflanze-org.github.io/urpflanze/",
"bugs": {
"url": "https://github.com/genbs/urpflanze/issues",
"email": "[email protected]"
Expand Down

0 comments on commit 5fd9cae

Please sign in to comment.