Skip to content

magvitron/OptraSolutions

Repository files navigation

Three.js Starter

Courtesy of Bruno Simon of https://threejs-journey.xyz/

Version 1.0 : Basic sphere with some mesh 3D view stuffs!

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

Videos

  1. https://www.youtube.com/watch?v=U29j5NiSMVQ
  2. https://www.youtube.com/watch?v=oO8Eva13OY0
  3. https://www.youtube.com/watch?v=6-v__ScXc_A

color picker

https://huemint.com/illustration-1/

###TeX(LaTeX)

$$E=mc^2$$

Inline $$E=mc^2$$ Inline,Inline $$E=mc^2$$ Inline。

$$(\sqrt{3x-1}+(1+x)^2)$$

$$\sin(\alpha)^{\theta}=\sum_{i=0}^{n}(x^i + \cos(f))$$

###FlowChart

st=>start: Login
op=>operation: Login operation
cond=>condition: Successful Yes or No?
e=>end: To admin

st->op->cond
cond(yes)->e
cond(no)->op

###Sequence Diagram

Andrew->China: Says Hello 
Note right of China: China thinks\nabout it 
China-->Andrew: How are you? 
Andrew->>China: I am good thanks!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published