Skip to content

Commit

Permalink
updates to changelog and readme for 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Jan 4, 2017
1 parent 4152d78 commit 3dd9c3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
24 changes: 7 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.0.8 - [Unreleased / Date TBD]
## 0.0.8 - 2017-01-03
### Added
- * parity animate snapping to bases
- * parity item switch both sides
- * remove d3
- * parity save / load items - fix it - O- backward compatible with json or fix it
- * new json_builder.js utility to create city builder compatible object lists in json format
- * new feature add veh objects from mmmm - all of them. obj only, no img preview
- * parity add scene bases temporarily back to bases file
- TEST new load / save in their own file
- TEST against vive
- FEATURE PARITY - test and release --

- load new scenes without destroying original (load by appending) - does not handle collision case
- copy ada pictures to local project, ground mesh as well
- item switching left / right with watch ui concept
- object type switching up / down
- added support for loading object lists from json files instead of hardcoding in app
- removed d3 dependencies
- refactored object loading code
- new json_builder.js utility to create city builder compatible object lists in json format
- add all vehicle (veh) objects from mmmm

### Changed
- changed directory structure, most things are now under assets/
- changed directory structure, most things are now under assets

## [Unversioned Releases] - 2017-01-01 and prior
### Added
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ A-Frame project demonstrating touch controls for building a VR city scene.
* https://raw.githubusercontent.com/kfarr/aframe-city-builder/master/assets/images/screenshot4.png

## wishlist
* load object list through json
* copy ada pictures to local project, ground mesh as well
* object type switching up / down
* use preview images for next/previous objects
* ui to go forward / backward through the json list
* try progressive enhancement to replace obj with baked ply after loading
* try https://github.com/takahirox/aframe-outline component
* have a central registry of objects (json file is fine to start) that is not in index.html file ui inspiration - https://buffy.run/model/578e438962c6c80000ea4c5e
* support scroll right/left of objects via touch thumbstick/vive touchpad
* load new scenes without destroying original (load by appending) - does not handle collision case
* add some more fun placeable objects like pixel people and ufo's from <a href="https://github.com/mikelovesrobots/mmmm">mmmm</a>
* firebase or simple db storage for scenes in json or other format
* switch to all jquery and remove d3 dependency
Expand Down

0 comments on commit 3dd9c3f

Please sign in to comment.