美文网首页
使用ThreeJS + VueJS + SpringBoot 完

使用ThreeJS + VueJS + SpringBoot 完

作者: kolibreath | 来源:发表于2020-02-18 10:24 被阅读0次

Yet Another Implemetation of BatAlgorithm

演示图片 演示图片2

repo Link

github gitee
github 和 gitee 上面代码的最新版本是一致的吗,如果github 访问失败的话可以移步gitee

love it, then star it!

introduction

  • viewer-backend
  1. 使用Springboot 作为架构的一个简单的后端服务器程序,用于处理前端代码发出的请求
  2. 在后端主要实现了一个改进的蝙蝠算法和一个原始的蝙蝠算法,改进的蝙蝠算法效果还比较令人满意,从结果可以看出第400次迭代就有了比较好的效果,相对于原始蝙蝠算法的效果有很大的改进。
  • viewer-frontend
    前端使用的是VueJS作为框架,vue-cli 简单的搭建了一个SPA项目,使用vuetify 作为主要组件库,使用了部分element-ui 组件,用ThreeJS作为3D工具显示在不同的测试函数下粒子的收敛情况,
    使用three-interation作为粒子点击事件的响应工具

how to use

  • clone project
git clone https://github.com/kolibreath/BatAlgorithm.git
  • go to the directory of viewer-frontend
cd viewer-frontend
  • install dependencies
npm install
  • start the project
npm run serve

And start the backend application with IntelliJ

some details

  1. notes must be taken about frontend
  2. words gotta to say about backend and algoritm

相关文章

  • 使用ThreeJS + VueJS + SpringBoot 完

    Yet Another Implemetation of BatAlgorithm repo Link githu...

  • 微信小程序ThreeJs加载3D模型

    微信小程序使用ThreeJs需要使用官方库threejs-miniprogram[https://github.c...

  • threejs绘制中文方案

    1. 使用threejs创建文字几何体 使用threejs自带的helvetiker_bold.typeface字...

  • 【ThreeJs】06 - 纹理

    项目搭建小提示 创建vue项目 安装ThreeJs 导入ThreeJs到组件中可以使用全部到如之后使用 自定义名称...

  • [SpringBoot+VueJs] 3.1 VueJS 2.0

    目录 环境搭建 后端2.1 数据库设计2.2 SpringBoot + Mybatis2.3 SpringBoot...

  • [SpringBoot+VueJs]2.3 SpringBoot

    目录 环境搭建 后端2.1 数据库设计2.2 SpringBoot + Mybatis2.3 SpringBoot...

  • threejs 详解(一)

    1. 开始 1.1 开使用threejs写一个最简洁的demo 1.2 threejs常用对象或对象属性 1.2...

  • SpringBoot目录

    一. SpringBoot 使用 SpringBoot 使用(一): 初探 SpringBoot 使用(二): 集...

  • 场景

    场景是threejs中所有object 元素盛放的容器,场景并没有多余复杂的操作,只需要在每次使用threejs构...

  • ThreeJs简单使用

    Three.js 是一款运行在浏览器中的 3D 引擎,你可以用它在 web 中创建各种三维场景,包括了摄影机、光影...

网友评论

      本文标题:使用ThreeJS + VueJS + SpringBoot 完

      本文链接:https://www.haomeiwen.com/subject/hlmwqftx.html