Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sacreddoggo/pixel-art-maker

Desktop app, Pixel Art Maker made with Tauri v2 and NextJS v15
https://github.com/sacreddoggo/pixel-art-maker

nextjs15 pixel-art pixel-art-maker sqlite tauri2

Last synced: 5 days ago
JSON representation

Desktop app, Pixel Art Maker made with Tauri v2 and NextJS v15

Awesome Lists containing this project

README

        

This is a NextJS project bundled with Tauri

Tauri is a framework for building tiny, fast binaries for all major desktop and mobile platforms. Developers can integrate any frontend framework that compiles to HTML, JavaScript, and CSS for building their user experience while leveraging languages such as Rust, Swift, and Kotlin for backend logic when needed.

know more: [https://v2.tauri.app/](https://v2.tauri.app/)
## Getting Started

First install the necessary packages
```
npm install
```
Then make sure you have Rust installed on yur device
[https://www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install)

Now you can run the app using the following command:
```
npm run tauri dev
```
Before building, change the default package name ``` com.tauri.dev ``` to your choice in ``` tauri.conf.json ```

Build using
```
npm run tauri build
```