Skip to content

GC212CG/brickcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brick Craft

  • Flutter based Three.js 3D Modeling app

Information

  • See our full description throuth the Youtube for this project
  • See demo as below
  • Experiments
    • We push the code for experiment for testing Three.js and Flutter in our organization.
    • Organization

Technical Report

Getting Started (Flutter)

  • For run for debug, use the command as below.
$ flutter run -d chrome
  • For app building, use the command as below.
  • You can get the stataic page of this app.
$ flutter build web

WebGL code

  • /lib/home_view.dart: HTML code is defined in initialContent variable.
  • /web/modeler.js: This is the main CPU code developed by Three.js

Distributed by