GitHub - vangelov/modern-speck: This project is a modernized reimplementation of the original Speck molecule renderer created by Rye Terrell.

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This project is a modernized reimplementation of the original Speck molecule renderer created by Rye Terrell.

License

Unlicense license

19 stars 1 fork Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

Devices preview

Modern Speck

This project is a modernized reimplementation of the original Speck molecule renderer created by Rye Terrell.

Notable changes:

  • Full-viewport rendering
  • Single draw for color and normal outputs using MRT
  • Instanced rendering for atoms and bonds
  • Ping-pong rendering for AO and FXAA instead of texture copying
  • Structured the renderer around modular rendering passes
  • Rewritten in TypeScript, built with Vite
  • Upgraded to WebGL 2 using PicoGL.js
  • New UI built with Tweakpane

Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://127.0.0.1:5173/ to view it in the browser.

npm run build

Builds the app for production in the dist folder.

About

This project is a modernized reimplementation of the original Speck molecule renderer created by Rye Terrell.

Resources

Readme

License

Unlicense license

Activity

Stars

19 stars

Watchers

0 watching

Forks

1 fork

Releases

No releases published

Packages

No packages published

Languages