Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.38 KB

README.md

File metadata and controls

50 lines (33 loc) · 2.38 KB

examples

Some small running examples and some short notes on it

libgdx-mesh-experiments

Alt text

orientdb-tinkerpop

Downloads some actor informations of a few movies from (german) Wikipedia (parsed with jsoup). Some temporary yaml-files will be created (loaded with Jackson) that will serve as input to OrientDB (submitted with Apache TinkerPop).

The following Screenshot (OrientDB Studio) depicts a shortest path between two movies:

Image of shortestpath

Howto run: Start OrientDB

...orientdb-3.1.6/bin$ ./server.sh

and run the main class

examples/orientdb/tinkerpop$ mvn exec:java -Dexec.mainClass=io.github.orientdb.example.Main

You maybe need to create a demodb and use admin/admin as username/password - i can't remember. Otherwise change Main.java for your needs.

Check out the readme.txt for some simple queries and how to remove nodes.

libgdx-example01

An example for stackoverflow-question

originalinput is wxh: 5184x3888 Imagemagick:

convert originalinput.jpg -geometry 624x originalSmall.jpg originalSmall is wxh: 648x468

Image of originalSmall

I created a "mirror image" of originalSmall using the following source code: https://dyclassroom.com/image-processing-project/how-to-create-a-mirror-image-in-java

Image of mirrored

I downloaded a project called "Cylinder to Skybox" (easy to use jar-file) which creates 6 images for me https://sourceforge.net/projects/cylindertoskybox/

Image of Cylinder To Skybox

Screenshot of a private project (libgdx-example01 only contains a single colored cube)

Image of originalSmall