Pinned Repositories
assimp-cinema4d
Open Asset Import Library with Cinema4D (.c4d) reading support through Melange SDK, which is proprietary software to be obtained from www.plugincafe.com. For this reason this lives in a separate repository.
assimp-gsoc2012-fbx
FBX importing branch of Assimp for my Google Summer of Code 2012 project (Blender Foundation). Note that this has been merged back into assimp as of 2013-01-19.
assimp2json
JSON exporter for Open Asset Import Library to make 3D models accessible from JS/WebGl
cpp.js
node.js-compatible implementation of the C Preprocessor (cpp) in Javascript
half_float
C++ implementation of a 16 bit floating-point type mimicking most of the IEEE 754 behaviour. Compatible with the half data type used as texture format by OpenGl/Direct3D.
medea.js
High-performance WebGL-based 3D engine
nodoc
Currently a JavaDoc replacement. Generates fluent, responsive and nice-looking HTML5-based doc for Java. Designed to be language agnostic, the goal is to also support REstructuredText, Markdown, Doxygen and JSDoc.
open3mod
Open 3D Model Viewer - A quick and powerful 3D model viewer
assimp
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
three.js
JavaScript 3D Library.
acgessler's Repositories
acgessler/open3mod
Open 3D Model Viewer - A quick and powerful 3D model viewer
acgessler/assimp2json
JSON exporter for Open Asset Import Library to make 3D models accessible from JS/WebGl
acgessler/medea.js
High-performance WebGL-based 3D engine
acgessler/cpp.js
node.js-compatible implementation of the C Preprocessor (cpp) in Javascript
acgessler/assimp-cinema4d
Open Asset Import Library with Cinema4D (.c4d) reading support through Melange SDK, which is proprietary software to be obtained from www.plugincafe.com. For this reason this lives in a separate repository.
acgessler/nodoc
Currently a JavaDoc replacement. Generates fluent, responsive and nice-looking HTML5-based doc for Java. Designed to be language agnostic, the goal is to also support REstructuredText, Markdown, Doxygen and JSDoc.
acgessler/kd-sharp
Simple C# implementation of a kd-tree. Automatically exported from code.google.com/p/kd-sharp for use with open3mod.
acgessler/rustymachine
Java VM written in Rust
acgessler/webgl-lake
WebGL Lake Demo
acgessler/customstats.js
JavaScript Stats Overlay for displaying custom measurements. Based on github.com/mrdoob/stats.js
acgessler/cutecat
The C++ string library that all the cute kittens use. It is highly efficient, uses nice syntax, is std::string-compatible and has all the string tools you've always missed in C++ (work in progress).
acgessler/continue.js
JavaScript Continuations Library. Easily handle chunks of work and spread them across multiple CPU slices to keep the browser responsive
acgessler/jsane
Adding sanity checks to your JS to ease debugging
acgessler/treegen
Dump of some old Python experiments to generate 3D tree geometry using L-System grammars of turtle draw commands. Uses Panda3D for visualization.
acgessler/yiang
Yet Another ASCII Jump'n'Run
acgessler/jitterphysics
Automatically exported from code.google.com/p/jitterphysics
acgessler/mapreduce-wsi
Simple JAX-WS endpoint to expose basic MR functionality of a Hadoop 2.x (YARN) cluster
acgessler/pyfbx_i42
Python FBX reader API
acgessler/SmartThreadPool
A .NET Thread Pool fully implemented in C# with many features
acgessler/underscore
JavaScript's utility _ belt
acgessler/core
Nimiq: the browser-based blockchain
acgessler/jasmine
DOM-less simple JavaScript testing framework
acgessler/MarchingCubesGPU
Marching Cubes algorithm implementation with DirectX / C++. Heavy lifting done on the geometry shader. The first completely open-source with this combination as far as I know.
acgessler/ml-from-scratch
Basic ML primitives in plain JS, demo-able in a browser.
acgessler/mr-bonesim-thesis-pub
Bachelor's Thesis
acgessler/node-falafel
transform the ast on a recursive walk
acgessler/phantom
A modified version of the ghost casper theme
acgessler/rust
a safe, concurrent, practical language
acgessler/three.js
JavaScript 3D library.
acgessler/three-gpu-pathtracer
Path tracing renderer and utilities for three.js built on top of three-mesh-bvh.