Up2017 Particles Effect Template

screenshot of Up2017 Particles Effect Template
react
vite
scss

基于 React + Threejs 制作的一个模仿腾讯 Up2017 年度发布会的粒子效果模板

Overview

The Up2017-Particles-Effect-Template is a page template that emulates the UP2017 Tencent Interactive Entertainment Annual Release Event page. It is built using React, Typescript, and ThreeJs. The template provides a basic interface with a scene section on the left and a customizable model selection on the right.

Features

  • React + Typescript + ThreeJs technology stack
  • Left side scene section with APIs
  • Right side customizable model selection
  • Core library located in src/THREE/index.ts file
  • Declaration files and constants located in src/declare/THREE and src/constant/THREE respectively
  • Usage of particle model props component

Summary

The Up2017-Particles-Effect-Template is a React-based page template that replicates the UP2017 Tencent Interactive Entertainment Annual Release Event page. It utilizes ThreeJs and provides a customizable scene with particle models. The template is built using Typescript and offers a seamless development experience.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.