Skip to content
View tadashibashi's full-sized avatar

Highlights

  • Pro

Block or report tadashibashi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tadashibashi/README.md

headliner

Hello! I'm a developer and conservatory-trained composer. I enjoy building things from the ground up.

Right now, I am working on cross-platform development in graphics and audio. To that end, here are some projects I'm currently working on.

Current Projects

Cross-platform low-level audio engine

C++

  • Cross-platform: Desktop, iOS, Android, WebGL
  • PCM file loading and playback
  • DSP plugin system
  • Audio mix graph with nested busses and audio sources
  • Minimal dependencies

Low-level game library built on SDL2, OpenGL ES3 & ANGLE

C++ OpenGL

Examples can be found here

  • 2D graphics rendering and batching, orthographic camera transformations
  • Minimal dependencies: SDL2, spdlog, imgui, glm, stb

Summary

GitHub Profile Summary Top Lanauges

Overall, using the the logical and creative aspects from my music training, I find that the discipline of computer science has significant crossover in terms of craftsmanship and technical excellence acquired through long hours of study and practice.

I'd invite any developer to begin studying music, and you might find a unique creative avenue that may resonate with you.

Pinned Loading

  1. sdgl sdgl Public

    Simple 2d game engine built on OpenGL ES3 & ANGLE

    C++

  2. insound insound Public

    Cross-platform real-time audio player

    C++

  3. sdgl-examples sdgl-examples Public

    Game examples for sdgl

    C++

  4. tetris tetris Public

    A Tetris clone using CSS3 to render graphics.

    TypeScript