Skip to content

Commit

Permalink
for developers > development tab
Browse files Browse the repository at this point in the history
add release info
  • Loading branch information
kfarr committed Nov 13, 2023
1 parent 074e3d4 commit 2dc2f39
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 15 deletions.
8 changes: 8 additions & 0 deletions docs/development/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Development",
"position": 5,
"link": {
"type": "generated-index",
"description": "Information about 3DStreet's development such as latest product releases and repositories."
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
---
sidebar_position: 1
sidebar_position: 2
---

# Overview

## For Developers
This is documentation for developers and contributors to 3DStreet. It includes links to all of the source code of 3DStreet as well as instructions on how to leverage 3DStreet components in your own applications.

### 3DStreet Repositories
# Git Repositories
3DStreet is made up of 4 key repositories:

| Name | Repository & Endpoint | Description |
Expand Down
16 changes: 16 additions & 0 deletions docs/development/releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 1
---

# Product Releases
Recent releases:

## [3DStreet Core 0.4.1](https://github.com/3DStreet/3dstreet/releases/tag/0.4.1)
* v2 local save / load - bugfixes + support environment and reference layers
* ability to load 3DStreet json file from third-party path (precursor to cloud)
* v1 of lazy loading assets to reduce upfront scene loading time

## [3DStreet Core 0.4.0](https://github.com/3DStreet/3dstreet/releases/tag/0.4.0)
* v1 local save / load & right-hand "viewer" menu to load scenes
* asset updates and updates to `street` and `intersection` components preparing for [Loud Bicycle Game](https://loudbicycle.com/game)
* v1 animation of some objects like cars or people (with flag)
8 changes: 0 additions & 8 deletions docs/for-developers/_category_.json

This file was deleted.

0 comments on commit 2dc2f39

Please sign in to comment.