Giter Club home page Giter Club logo

react's Introduction

RINEARN Graph 3D / Ver. 6

( » Japanese README )

The repository for developing the next major version of RINEARN Graph 3D.

You can get the current version, Ver.5.6, from the following website:
https://www.rinearn.com/graph3d/

Requirements

  • Java® Development Kit (JDK), 17 or later

How to Build

Execute 'build.bat' on Microsoft Windows®, or execute 'build.sh' on other OSes as follows:

cd <this_directory>
sudo chmod +x ./build.sh
./build.sh

If Apache® Ant™ is available on your environment, you can also build by Ant as follows:

cd <this_directory>
ant -f build.xml

As a result of the building, a JAR file "RinearnGraph3D.jar" will be generated.

How to Run

Execute 'run.bat' on Microsoft Windows®, or execute 'run.sh' on other OSes as follows:

cd <this_directory>
sudo chmod +x ./run.sh
./run.sh

How to Use as a Library

Also, Let's compile an example code which uses RINEARN Graph 3D as a library:

javac -cp ".;RinearnGraph3D.jar" TempExample.java    (for Windows)
javac -cp ".:RinearnGraph3D.jar" TempExample.java    (for Linux)

(The difference between the above two lines is only a symbol ";" or ":".)

And execute as follows:

java -cp ".;RinearnGraph3D.jar" TempExample    (for Windows)
java -cp ".:RinearnGraph3D.jar" TempExample    (for Linux)

API References

For RINEARN Graph 3D Ver.6, basically, we want to keep API compatibility with Ver.5.6. You can see the API reference docs for Ver.5.6 from the followings:

Please note that, on Ver.6, most of features in the above references have not been implemented yet.

Also, how to use RINEARN Graph 3D as a graph drawing library, using the above API, is explained in the following article:

About Us

RINEARN Graph 3D is being developed by a software development studio 'RINEARN', based in Japan. The author is Fumihiro Matsui, the founder of RINEARN. Please free to contact us if you have any questions, feedbacks, and so on.

References and Links

Following webpages may be useful if you need more information about RINEARN Graph 3D Ver.6, which is developed on this repository.


Trademarks and Credits

  • Oracle and Java are registered trademarks of Oracle and/or its affiliates.

  • Microsoft Windows is either a registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.

  • Other names may be either a registered trademarks or trademarks of their respective owners.

react's People

Contributors

topdev0706 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.