Giter Club home page Giter Club logo

tea's Introduction

tea

a cute game framework written in rust, allowing you to build similarly cute games with the wren scripting language.

if you're interested in the predecessor of this codebase from 2018 & 2019, please see the 2018 branch.

workspace

this is the directory structure of the various projects used to build tea:

  • gl: bindings for opengl 3.3, generated using gl_generator.
  • tea: tea itself!
  • wren-bindgen: raw rust bindings to the c version of wren, generated with bindgen.
  • wren-rust: a library built atop wren-bindgen, making it easier to implement rust-side.

tea's People

Contributors

mintyproof avatar xske avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

fossabot

tea's Issues

API documentation

  • Figure out a framework for writing API documentation (inline doc comments? external Jekyll site or something?)
  • Actually write the documentation

WebAssembly support

  • Verify that Tea builds with Clang's wasm backend
  • Create a WebAssembly platform module
  • Add WebGL graphics shims
  • Add input shims
  • Add audio shims

dear imgui support

  • Link dear imgui
  • Integrate dear imgui into the renderer loop
  • Bind dear imgui APIs to Wren

Basic text rendering

  • Add loading of bitmap fonts
  • Add rendering of bitmap fonts
  • Add APIs for bitmap fonts

Basic audio engine

  • Implement PortAudio main loop
  • Add loading of basic audio files (ogg, wav, opus)
  • Add a class that supports playing audio
  • Add a basic audio mixer
  • Bind a Wren API for the aforementioned

Shader support

  • Add a C++ renderer API for setting custom vertex and fragment shaders
  • Bind a Wren API for the above

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.