Git Product home page Git Product logo

renderingx's Introduction

RenderingX

git_ci_build circle_ci_build

Core library (with example) for rendering smooth lines and Text with OpenGL. Vertex displacment distortion correction SuperSync

Main screen Smooth text
Smooth icons Smooth lines Colored geometry
Example Vertex Displacement Example 360 image

Building
This project depends on both JAVA and CPP code that is included in LiveVideo10ms.
To build this as a standalone project, clone this repository with submodules included and (possibly) modify the settings.gradle file (See comments in settings.gradle). Make sure to select the main repository folder (RenderingX) when opening the project in Android Studio. Example commands (execute after cloning RenderingX):
git submodule init
git submodule update

Include as Submodule
If you want to use RenderingXCore as a module in your own project,see FPV-VR as an example how to add dependencies.

renderingx's People

Contributors

consti10 avatar hannesa2 avatar webbbn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

renderingx's Issues

GvrApi (Run time Exception)

Hi
i want to use some part of this project and when i callAExample360Video , it show me some error like below :

andro

what is the problem ? please help me

playback issue

Hi
I want to playback video and image with Android MediaPlayer like below

` String Url="https://videocdn.bodybuilding.com/video/mp4/62000/62792m.mp4";

          MediaPlayer mp=new MediaPlayer();

          mp.setDataSource(Url);

          mp.prepare();`

but i don't know how to use MediaPlayer in this project and where can i use it ,Could you help me?

run time exception

Hi
i want to use Mediaplayer in AEample360Video class and when i call this class it give me an error like below :

`   : Unable to start activity ComponentInfo{constantin.renderingx.example/constantin.renderingx.example.stereo.video360degree.AExample360Video}: java.lang.RuntimeException: Failed to call observer method

  Caused by: java.lang.IllegalArgumentException: configs == null
        at android.opengl.EGL14.eglChooseConfig(Native Method)
        at constantin.renderingx.core.mglview.XEGLConfigChooser.getExactMatch(XEGLConfigChooser.java:86)
        at constantin.renderingx.core.mglview.XEGLConfigChooser.chooseConfig(XEGLConfigChooser.java:66)
        at constantin.renderingx.core.mglview.XGLSurfaceView.onCreate(XGLSurfaceView.java:90)
        at java.lang.reflect.Method.invoke(Native Method)
        at java.lang.reflect.Method.invoke(Method.java:372)`

please check it and give me response
thanks

add RendringXCore to project

Hello
I want to add AExample360Video to my project but after i added it, the Renderer360Video don't diagnosis something , like below :

probleem

what is the problem ??

Release error

Hi
I want to get a release from my app but it gave me an error like below :
err

What is the reason? please help me

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.