Skip to content

Commit

Permalink
Merge pull request #7 from oligami-0424/main
Browse files Browse the repository at this point in the history
Release developped
  • Loading branch information
oligamiq authored Apr 6, 2023
2 parents 6cb4a49 + f00d3a2 commit 4a2be01
Show file tree
Hide file tree
Showing 27 changed files with 1,023 additions and 211 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tauri-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
releaseName: 'IroSphere v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: true
prerelease: false
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Tauri + Vanilla
# IroSphere

This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.
これは[Tali](https://github.com/TaliPhoto)さんが、[youtube](https://youtu.be/jrCr4j_qdPo)で紹介した、アイデアまで含めてCC0のソフトであるIroSphereというソフトをtauriというフレームワークで一から書き直したものです。
[本家](https://github.com/TaliPhoto/IroSphere)

## Recommended IDE Setup
## install方法
このgithubのページの右の方にある[Release](https://github.com/oligami-0424/IroSphere/releases)から、それぞれのプラットフォームにあったinstallerをダウンロードし、実行してください。
windows: msi
linux(debian系列): deb
linux: AppImage
mac: dmg
※私はwindowユーザーなので、実際に他のOSで正常に動作するかは知りません

- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
## 使い方
画像をクリックまたは長押しで右のSphereに色が付きます。
Ctrl+Oもしくはドラッグアンドドロップで画像ファイルを読み込みます。
Fキーなどの便利機能や他の機能などは搭載していません。誰かプルリクを出してもいいですよ

## なぜ
私があの余りにもノーコードに寄ったunityが嫌いなので、あれにファイル読み込み機能を実装したくありませんでした。そもそも嫌いなので書けません。
なので、気になっていたtauri(初)でthree.js(初)とvite(初)を使って書かせていただきました

## メモ
- 本家のwasdと動きが逆
- 色相の回り方が角度の増え方と逆
- fキーの実装
- tauriを使ってはいるが、大半がwebなので、github pagesで公開できるはず
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "irosphere",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"tauri": "tauri",
Expand Down
Loading

0 comments on commit 4a2be01

Please sign in to comment.