Giter Site home page Giter Site logo

zhaopufeng / makepad Goto Github PK

View Code? Open in Web Editor NEW

This project forked from makepad/makepad

0.0 1.0 0.0 10.48 MB

Makepad is a creative software development platform for Rust that compiles to wasm/webGL, osx/metal, windows/dx11 linux/opengl

Home Page: http://makepad.dev/

License: MIT License

Rust 98.06% Shell 0.02% JavaScript 1.87% HTML 0.04% Batchfile 0.01% C 0.01%

makepad's Introduction

Introducing Makepad

Makepad is a new VR, web and native-rendering UI framework for Rust. It utilises shaders as its styling primitives, and we are currently developing a live UI design and animation environment for it.

For the first build of our editor / UI you can look at the following URL in your browser, or try makepad now on a Quest in the quest browser, click the goggles top right of the UI. Try touching the leaves of the tree with your hands! Magic!

https://makepad.dev

The Makepad Framework and UI component system is MIT licensed, our UI designer will be cloud based and commercial.

How to install the native version

On all platforms first install Rust. We have seen the gnu chain fail a lot on windows, so if you are up for it also have to install msvc.

https://www.rust-lang.org/tools/install

MacOS

git clone https://github.com/makepad/makepad
cd makepad
tools/macos_rustup.sh
cargo run -p makepad --release

Windows

Clone this repo using either gitub desktop or commandline: https://github.com/makepad/makepad Open a cmd.exe in the directory you just cloned. Gh desktop makes: Documents\Github\makepad

Gnu chain (can fail):

rustup default stable-gnu
tools/windows_rustup.bat
cargo run -p makepad --release

MSVC chain (install msvc first):

rustup default stable-msvc
tools/windows_rustup.bat
cargo run -p makepad --release

Linux

git clone https://github.com/makepad/makepad
cd makepad
tools/linux_rustup.sh
cargo run -p makepad --release

Troubleshooting

Delete old settings unix: rm *.ron
Delete old settings windows: del *.ron
Make sure you are on master: git checkout master
Update rust: rustup update
Make sure you have wasm: rustup target add wasm32-unknown-unknown
Pull the latest: git pull

Still have a problem? Report here: https://github.com/makepad/makepad/issues

makepad's People

Contributors

ejpbruel2 avatar makepaddev avatar eddybruel avatar

Watchers

 avatar

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.