Skip to content

xraystyle1980/red-hot-floppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Red Hot Floppy Demo Project

A modern Three.js demo project built with Vite, featuring interactive 3D graphics and post-processing effects.

🙏 Credits

🚀 Features

  • Built with Three.js for 3D graphics
  • Post-processing effects using the postprocessing library
  • Interactive GUI controls using lil-gui
  • Fast development with Vite
  • Hot Module Replacement (HMR)

📦 Dependencies

  • three: ^0.166.1 - Core Three.js library for 3D graphics
  • postprocessing: ^6.36.3 - Advanced post-processing effects
  • lil-gui: ^0.19.2 - Lightweight GUI for controlling Three.js scenes
  • vite: ^6.2.5 - Next Generation Frontend Tooling
  • vite-plugin-restart: ^0.4.1 - Vite plugin for automatic server restart

🛠️ Installation

  1. Clone the repository
  2. Install dependencies:
npm install

🚀 Development

To start the development server:

npm run dev

This will start a local development server with hot module replacement enabled.

🏗️ Building for Production

To create a production build:

npm run build

The built files will be in the dist directory.

📝 License

This project is licensed under the Creative Commons Attribution 4.0 International License.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published