Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opentecture/mindmapping
Mindmapping with Three.js
https://github.com/opentecture/mindmapping
3d-models mindmaps threejs
Last synced: 5 days ago
JSON representation
Mindmapping with Three.js
- Host: GitHub
- URL: https://github.com/opentecture/mindmapping
- Owner: opentecture
- License: mit
- Created: 2018-06-01T02:24:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T06:47:24.000Z (over 4 years ago)
- Last Synced: 2024-07-29T05:32:15.659Z (3 months ago)
- Topics: 3d-models, mindmaps, threejs
- Language: HTML
- Homepage: https://opentecture.github.io/mindmapping
- Size: 8.04 MB
- Stars: 15
- Watchers: 6
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - opentecture/mindmapping - Mindmapping with Three.js (others)
README
[You are now in a GitHub source code view - click this link to view Read Me file as a web page]( https://opentecture.github.io/mindmapping/ "View file as a web page." )
# [MindMapping Read Me]( https://opentecture.github.io/mindmapping/#README.md )
A work-in-progress. An investigation.
## [GraphQL 3D Read Me ]( https://opentecture.github.io/mindmapping/#graphql-3d/README.md )
* Visualize and query various remote static data sets on the web in 3D
* 'Tween' the data into various before and after positions
* View associated text data and be able to click on any available links in that data
* Add, edit and save overrides and/or additional data alongside the given data
* Any remote data is refreshed at with a page reload## [Connect Edit Read Me]( https://opentecture.github.io/mindmapping/#connect-edit/README.md )
Given multiple nodes - objects of information - in 3D space, we need ways of creating, editing and displaying their logical but intangible connections
## [Mindmap 3D Read Me ]( https://opentecture.github.io/mindmapping/#mindmap-3d/README.md )
An introduction to Wardley (Value Chain) Mapping
* https://blog.gardeviance.org/2015/02/an-introduction-to-wardley-value-chain.htmlMindMads that are geared up to display Wardley Maps
* Editable by a casual user
* Nodes that look and feel like real things
* Easy to import and add SVG files
* A multitude of ways of showing the many links and connections between nodes
* Nodes have links to user editable Markdown files
* Nodes can be moved anywhere in 3D space and grouped in a variety of ways
* Nodes can be of different types: people, apps, formats## [CSS32D]( https://opentecture.github.io/mindmapping/css2d/index.html )
* A fork from [Three.js examples]( https://threejs.org/examples/ )
* The mixture of 3D models along with 2D HTML text in a single scene spurred the idea for a 3D [mindmap]( https://en.wikipedia.org/wiki/Mind_map )## Change Log
### 2019-03-17 ~ Theo
* Update MindMapping CMS to [TooToo13]( https://pushme-pullyou.github.io/tootoo13/ )
### 2018-06-30 ~ Theo
This Read Me remixed
* MindMap 3D details forked to MindMap 3D Read Me
* Link and details to GraphQL 3D added
* Link and details to Connect-Edit added### 2018-06-11 ~ Theo
MindMap3D R5
### 2018-06-02 ~ Theo
Mindmap 3D R3
* See notes above### 2018-05-31 ~ Theo
* Added file viewer
* Moved and renamed CSS2D files
* Added Mindmap 3D R2
* Added read me files### 2018-05-31 ~ Theo
* First commit
* Mindmap R1***
# ❦
### Code Style References
* https://github.com/mrdoob/three.js/wiki/Mr.doob%27s-Code-Style%E2%84%A2
* https://validator.w3.org/#validate_by_input
* http://jshint.com/
* https://zz85.github.io/mrdoobapproves/