Skip to content

Some small running examples. Pull requests are welcome if the examples stay small:-)

Notifications You must be signed in to change notification settings

oliverbauer/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some small running examples. Pull requests are welcome if the examples stay small:-)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published