Code Monkey home page Code Monkey logo

babel-tauri's Introduction

BABEL

Description

BABEL is an audio file management tool for sound designers. It aims to support the management of a large number of audio files in various cases such as music composition, video production, and game development.

Development

  1. install packages
$ npm install
  1. develop
$ npm run tauri dev
  1. build
$ npm run tauri build
  1. test
$ npm run test      # frontend test
$ npm run test:rust # backend test
$ npm run test:all   # all test

babel-tauri's People

Contributors

ccn-oka-shunsuke avatar dependabot[bot] avatar shunsukeoka avatar

Watchers

 avatar

babel-tauri's Issues

リスト表示用のUIコンポーネントの開発

Feature


Backendから取得したディレクトリのファイルリストを一覧で表示させるUIコンポーネントを追加

Input


  • UI・UX調査
  • svelte構文

TODO


  • コンポーネント設計
  • jestでテスト作成
  • storybook作成
  • Backendから取得したデータの反映
  • 画面組み込み

Rust側のテストをCI/CD対応させる

Feature


PR時にRustのテストも実行されるように設定を変更する。

Input


  • Github Actionsについて調査

TODO


  • Rustのテストコードを用意
  • Github Actionsの設定ファイルを変更
  • PRしてRustのテストが自動で実行されるか確認

テストフレームワークをjestからvitestに変更

Feature


テストフレームワークをjestからvitestに変更したい

動機

  • tauri公式ドキュメントのテストがvitestを使用している
  • 外部のsvelteコンポーネントをimportしているsvelteファイルでテストエラーが発生する
  • Rustのようにファイル内にテストが記述できる

Input


  • vitest導入方法

TODO


  • jest関連のファイル、パッケージを削除
  • vitestの導入
  • テストコードのvitest対応

bug: CIのRustのテスト実行でエラー

#12 の対応を行ったが、ubuntu環境でRustのテスト実行にて、エラーが発生している。
依存パッケージをインストールしていないのが原因の可能性がある。

  --- stderr
  `"pkg-config" "--libs" "--cflags" "gdk-3.0" "gdk-3.0 >= 3.22"` did not exit successfully: exit status: 1
  error: could not find system library 'gdk-3.0' required by the 'gdk-sys' crate

  --- stderr
  Package gdk-3.0 was not found in the pkg-config search path.
  Perhaps you should add the directory containing `gdk-3.0.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'gdk-3.0' found
  Package gdk-3.0 was not found in the pkg-config search path.
  Perhaps you should add the directory containing `gdk-3.0.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'gdk-3.0' found

warning: build failed, waiting for other jobs to finish...
error: build failed
Error: Process completed with exit code 101.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.