All Projects → fredakilla → Urhox

fredakilla / Urhox

Urho3D extension library

Projects that are alternatives of or similar to Urhox

Yandex Big Data Engineering
Stars: ✭ 17 (+30.77%)
Mutual labels:  spark
Tiledb Vcf
Efficient variant-call data storage and retrieval library using the TileDB storage library.
Stars: ✭ 26 (+100%)
Mutual labels:  spark
Mare
MaRe leverages the power of Docker and Spark to run and scale your serial tools in MapReduce fashion.
Stars: ✭ 11 (-15.38%)
Mutual labels:  spark
Kylo
Kylo is a data lake management software platform and framework for enabling scalable enterprise-class data lakes on big data technologies such as Teradata, Apache Spark and/or Hadoop. Kylo is licensed under Apache 2.0. Contributed by Teradata Inc.
Stars: ✭ 916 (+6946.15%)
Mutual labels:  spark
Mobius
C# and F# language binding and extensions to Apache Spark
Stars: ✭ 929 (+7046.15%)
Mutual labels:  spark
Dockerfiles
50+ DockerHub public images for Docker & Kubernetes - Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Consul, Riak, TeamCity and DevOps tools built on the major Linux distros: Alpine, CentOS, Debian, Fedora, Ubuntu
Stars: ✭ 847 (+6415.38%)
Mutual labels:  spark
Big Data Scala Spark
Coursera's big data course with Scala and Spark
Stars: ✭ 16 (+23.08%)
Mutual labels:  spark
Sparkling Titanic
Training models with Apache Spark, PySpark for Titanic Kaggle competition
Stars: ✭ 12 (-7.69%)
Mutual labels:  spark
Spark Swagger
Spark (http://sparkjava.com/) support for Swagger (https://swagger.io/)
Stars: ✭ 25 (+92.31%)
Mutual labels:  spark
Sparkjni
A heterogeneous Apache Spark framework.
Stars: ✭ 11 (-15.38%)
Mutual labels:  spark
Digitrecognizer
Java Convolutional Neural Network example for Hand Writing Digit Recognition
Stars: ✭ 23 (+76.92%)
Mutual labels:  spark
Chronicler
Scala toolchain for InfluxDB
Stars: ✭ 24 (+84.62%)
Mutual labels:  spark
Imgui.net
An ImGui wrapper for .NET.
Stars: ✭ 848 (+6423.08%)
Mutual labels:  imgui
Spark Scala Tutorial
A free tutorial for Apache Spark.
Stars: ✭ 907 (+6876.92%)
Mutual labels:  spark
Giu
Cross platform rapid GUI framework for golang based on Dear ImGui.
Stars: ✭ 862 (+6530.77%)
Mutual labels:  imgui
Parquet Generator
Parquet file generator
Stars: ✭ 16 (+23.08%)
Mutual labels:  spark
Code Red
A Graphics Interface for DirectX12 and Vulkan
Stars: ✭ 27 (+107.69%)
Mutual labels:  imgui
Spartanengine
Game engine with an emphasis on architectual quality and performance
Stars: ✭ 869 (+6584.62%)
Mutual labels:  imgui
Mlfeature
Feature engineering toolkit for Spark MLlib.
Stars: ✭ 12 (-7.69%)
Mutual labels:  spark
Bigdata Interview
🎯 🌟[大数据面试题]分享自己在网络上收集的大数据相关的面试题以及自己的答案总结.目前包含Hadoop/Hive/Spark/Flink/Hbase/Kafka/Zookeeper框架的面试题知识总结
Stars: ✭ 857 (+6492.31%)
Mutual labels:  spark

Urhox

Urhox is a library that extend Urho3D using some externals libraries and custom modules.

Urhox support next features :

  • ImGui
  • Spark particles engine

Screenshots

Building

Use cmake and URHO3D_HOME variable to the Urho3D build directory.

example :

mkdir BUILD
cd BUILD
cmake .. -DURHO3D_HOME=../../Urho3D/BUILD
make -j12

Out library, samples and public headers are generated into the "output" directory.

Prepare samples data

  • Copy Urho3D "Data" and "CoreData" to output/Bin
  • Copy bin/SparkData to output/Bin
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].