Skip to content

Jacob-Liam-Albaugh/2D-WebGL-Fluid-Simulation

 
 

Repository files navigation

@augno/ui

Shared react components and user interface utilities for Augno

TODO:

  • Add general linting and prettier
  • Add documentation

Testing

To run the tests, run bun run test.

The process to publish a new vesrion:

  • Make the changes in a new branch that you want for the lib and run bun run version
  • Make and merge a PR to main with those changes
  • Wait a couple of minutes for the version pipeline to run
  • Look for the new PR created by the github action
  • If you want to make another change by going back to step 1
  • Merge the PR
  • Let the github action run, and you will see a new version number once it has finished

Using a local UI repo in other repos

First, install yalc globally with npm install -g yalc.

Now, after any change you just run bun run local-ui to build and publish the changes for you other local repo to use.

In your other repo you will then need to run bun run local-ui to update the dependency on that end.

About

2D fluid dynamics simulation with "Duffing-Oscillator"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.8%
  • GLSL 8.1%
  • CSS 6.0%
  • JavaScript 1.1%