Skip to content

Commit

Permalink
Merge branch 'main' into splat-blog-post-cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr authored Dec 22, 2023
2 parents 04ef93d + fbc83eb commit 5146231
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 9 deletions.
9 changes: 9 additions & 0 deletions docs/development/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ sidebar_position: 1

# Product Releases

## [3DStreet Core 0.4.5](https://github.com/3DStreet/3dstreet/releases/tag/0.4.5)
* Mostly hotfixes and bugfixes to [0.4.4](#3dstreet-core-044) such as fixing error saving scenes caused by default value of component properties not found; fixing display name of streets and segments by changing colon to bullet, therefore preventing interpretation of strings intended for display to user as being interpreted as attribute:value pairs.
* Add animations for people on bicycles and some scooters
* Fix logo size for on overlay
* Fix disappearing helpers in "Share scene" window
* Fix bug of not-animated characters grouped at Z center
* Notify methods in global STREET object
* save grouped assets in the attribute of street-assets element

## [3DStreet Core 0.4.4](https://github.com/3DStreet/3dstreet/releases/tag/0.4.4)
* Completion of big [creator usability epic](https://github.com/3DStreet/3dstreet/issues/358)
* Significant visual improvements to environment (sky and lighting)
Expand Down
19 changes: 10 additions & 9 deletions docs/pricing.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
---
title: 'Pricing and Services'
title: 'Pricing for Commercial Use'
sidebar_position: 10

---

## Free for non-commercial use
TLDR: 3DStreet is made available at no cost for non-commercial use.
## Free for Non-Commercial Use
3DStreet is made available at no cost for personal, non-commercial use. We encourage you to use this software to advocate for street safety improvements in your community.

## Software Licenses for Commercial Use
If you are using 3DStreet and/or its creative assets for commercial purposes such as paid consulting, revenue generating video games, or other paid work for a client or official government use, please consider [contacting us about purchasing a commercial license for 3DStreet](https://us6.list-manage.com/contact-form?u=01ce9902276fa6ad96be57ac6&form_id=3f024b297f2177befa87b5ca5e9d45cc).

## Rapid Prototyping Service
We've heard from users that despite the amazing automation features provided by 3DStreet, sometimes they don't have the time to create and modify intricate scene details to meet upcoming deadlines. [3DStreet offers a Rapid Prototyping Service to help you and your organization get started with scene creation services.](./services.md)

### Terms of free use
* The source code for 3DStreet is made available on the [AGPL 3.0 license](https://github.com/3DStreet/3dstreet/blob/main/LICENSE).
* The source code for 3DStreet is made available on the [AGPL 3.0 license which also limits our liability, so please read these terms.](https://github.com/3DStreet/3dstreet/blob/main/LICENSE)
* Original 3D models and other assets from 3DStreet are made available on a [Creative Commons Attribution Non-Commercial Share Alike license](https://github.com/3DStreet/3dstreet-assets-source/blob/main/LICENSE).
* Some 3DStreet models are provided by other third-parties with [varying licenses](https://github.com/3DStreet/3dstreet#list-of-supported-segment-types).

## Commercial use
If you are using 3DStreet and/or its creative assets for commercial purposes such as paid consulting, revenue generating video games, or other paid work for a client, please contact us about purchasing a commercial license for 3DStreet by emailing kieran (at) 3dstreet (dot) org.

### Services
We also provide services for clients needing custom development, 3D scene creation, 3D model creation and more. Please email kieran (at) 3dstreet (dot) org and provide some context about your project and what services you are looking for.
27 changes: 27 additions & 0 deletions docs/services.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: 'Professional Services'
sidebar_position: 10

---

## Rapid Prototyping Service

### The Problem
Visualizing a project is a fundamental part of proper planning, citizen engagement and presenting bold new ideas before having final designs. However, services associated with these visualizations are expensive, time-consuming and difficult to manage.

We've heard from users that despite the amazing automation features provided by 3DStreet, sometimes they don't have the time to create and modify intricate scene details to meet upcoming deadlines.

### What is R.P.S?
R.P.S. is a groundbreaking service from 3DStreet transforming the way communities reimagine their urban spaces. Our mission is to facilitate rapid, inclusive, and sustainable street design prototyping at zero-to-low cost for governments, civil society and other urban stakeholders. [Get started now with a brief consultation call](https://us6.list-manage.com/contact-form?u=01ce9902276fa6ad96be57ac6&form_id=3f024b297f2177befa87b5ca5e9d45cc), or read more about the service options below.

### Service Options
#### BASIC: GUIDED DIY
Quickly and effortlessly create before-and-after scenes of a street or block. We provide the tools; you bring your vision to life. Simple, step-by-step instructions make urban redesign accessible to all, fostering a sense of ownership and pride in the transformed spaces.

#### ADVANCED: AR & 3D SCAN
Enhance the quality of real-life visualization with cutting-edge Augmented Reality (AR) tools. Empower stakeholders to visualize proposed changes more clearly to see what their street or block could become.

### Receive Prototypes and Renderings Usable in Later Stages
Deliverables include “Before” and “After” scenes of a street or block in 2D (from various perspectives such as plan view, side view, etc), 3D view (from various perspectives) which can be exported in 3D and 2D vector file formats for use in later design stages.

### [Contact Sales to Learn More](https://us6.list-manage.com/contact-form?u=01ce9902276fa6ad96be57ac6&form_id=3f024b297f2177befa87b5ca5e9d45cc)
3 changes: 3 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ const config = {
label: 'Mastadon',
href: 'https://urbanists.social/@3dstreet',
},
label: 'Contact Sales',
href: 'https://us6.list-manage.com/contact-form?u=01ce9902276fa6ad96be57ac6&form_id=3f024b297f2177befa87b5ca5e9d45cc'
},
],
},
{
Expand Down

0 comments on commit 5146231

Please sign in to comment.