Coder Social home page Coder Social logo

prepare / three.net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from delaneyj/three.net

0.0 1.0 0.0 84.68 MB

C# port of Three.js

License: MIT License

C# 10.52% PowerShell 0.06% HTML 35.09% JavaScript 44.72% CSS 0.23% GLSL 0.68% ApacheConf 0.01% Python 4.83% C 0.71% C++ 1.80% Batchfile 0.01% Shell 0.01% Groff 1.34%

three.net's Introduction

three.net

#C# port of Three.js

###Motivation C# is a wonderful language. It has the tools builtin in to allow for fast and robust development. Straight up its an amazing language for writing games in. While there are some game engine that utlize C# such and Unity, Paradox, Mono they are very oppiniated on your entire stack. In the land of C++ you have a plethora of do one thing well libraries and unfortunately for cross platform OpenGL graphics in C# this is a severly lacking space.

Three.js is purpose built Javascript library for creating 3d graphics primarily for the HTML5 canvas. It is small (~16K lines of code) and only supports modern OpenGL (vertex buffer, no fixed function pipeline, etc). It seemed that if javascript has a better graphics engine than C# that was a project worth tackling.

###Goals

  • Provide a graphics only OpenGL 3d libraries for C# 5+
  • Port all functionality from Three.js verbatim if possible
  • Start add more elegant helpers/features after port is complete.

###Status The core features are almost all there (buffers, geometry, lighting, normalmapping, etc). The two major holes are bone/vertex animation, render buffers and deferred lighting. These should not be anymore difficult than the previous bulk of code but just haven't been tackled yet. Given that you can step through a browser dev window and see the exact call stack and parameters of the low level calls has made the port a relatively easy process.

###Help wanted I'd love the help of individuals that can read/write both in Javascript and C#. Right now as close to a verbatim port is the goal but once we are feature complete a reworking to sharpify the codebase will help everyone.

After that I would like to focus on adding extra orthogonal features that together can be used to form a game engine.

three.net's People

Contributors

delaneyj avatar

Watchers

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