Code Monkey home page Code Monkey logo

flutdot's Introduction

FlutDot - Godot meets Flutter!

Export your Godot app and run it in Flutter. This way you can combine high performance material design apps from Flutter and 3D visual worlds from GoDot. Bi-directional communication between GoDot and Flutter gives your GoDot game full access to all hardware sensor data from your smartphone out of Flutter.

Repository is currently under development and should only give an impression in which direction the project should rise up.

Test it on your Android device (Download)

FlutDot APK Download

Getting Started

  1. Export your Godot project as web into [yourProject]/GoDotExport/ folder. (you will have to make "GoDotExport")

  2. Build the flutter Project.

  3. Enjoy the Demo. :)

Required permissions

IOS

<key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
</dict>

Android

    <uses-permission android:name="android.permission.INTERNET"/> <!-- <= Important!-->
   <application
        android:label="flutdot"
        android:name="${applicationName}"
        android:icon="@mipmap/ic_launcher"
        android:usesCleartextTraffic="true"> <!-- <= Important!-->

pubspec.yaml

-GoDotExport/
ToDo State GoDot State Flutter
Show GoDot Web export in Flutter. Done Done
Communication between GoDot and Flutter via JS inject and Log parse. (Temporary) In Progress Done
Implement Socket.io or just WebSocket for the Communication between GoDot and Flutter Planned Planned
Implement GoDot native IOS Export in Flutter Planned Planned
Implement GoDot native Android Export in Flutter Planned Planned

This packages based on the following packages

flutdot's People

Contributors

celpear avatar kyleparker-gongyuan 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.