Giter Club home page Giter Club logo

Stardazed

A library to enable quick development of 3D games in the browser.

Project status

In Development (Pre-Alpha)

Features and APIs still very much in flux, but functional and usable for actual development (I'm using it for prototypes and Game Jams).

⚠️ Important: Currently the project is being reworked internally and is not in a usable state.

Project Goal

"A web-native, modular and comprehensive 3D game creation platform"

There is still quite a ways to go for this to become a reality, but I've already used the library succesfully for small projects. For the foreseeable future the library will require medium to high technical expertise to use.

Stardazed is an educational project for myself and the design and feature set currently directly corresponds to my interests. For example, I'm focusing on desktop WebGL 1 & 2, mobile support is currently not a priority.

Sub goals

  • Learn about all aspects of game (engine) programming by implementing them.
  • Learn about build systems, large project design and modularity in the context of the web platform.
  • Memory & GC efficiency: a lot of the data is kept in large linear typed arrays, not in millions of tiny objects
  • Scalability: use workers, atomics and shared buffers to allow for kinda multi-threaded rendering and game logic handling
  • Solid but performant code using TypeScript, linting and (runtime) function contracts that can be omitted in release builds
  • Flexible and modular shader programming (composable shaders and features like PBR, GI, etc.)
  • Network-oriented project design with streaming, partial assets, fallback shaders, etc.
  • Minimal external dependencies and small code footprint

License

MIT

© 2015-Present by @zenmumbler

Stardazed's Projects

Stardazed doesn’t have any public repositories yet.

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.