Pinned Repositories
holoplay_typescript
An implementation of the library Holoplay.js (based on Three.js) in typescript
holoplayToMp4
a tool written in typescript based on nwjs , ffmpeg and threejs made to capture quilt-video and pre-processed holographic video for the "looking glass"
imageToVector_with_box2d_wasm
imageToVector allow you to convert a bitmap with an alpha background as a vector graphics made of curves with the quality you want. You can specify the kind of curve you want to get in your vector graphics (quadratic or cubic)
Kosmos
A framework based on Processing2 (java) very inspired by Flash/Actionscript. It handle 2D rendering , 3D rendering , OOP-shader creation and Box2D integration (physic engine) as a whole part of the framework.
Mp4Maker
Based on mp4-muxer , this project provide a straight forward way to encode a MP4 file , frame by frame, directly in the browser on the client-side using WebCodecs.
TsJsonDoc
TsJsonDoc is a light solution to generate a json that reproduce the file structure of your project. Each file is represented by an object that contains all the information concerning the data structure of the typescript files.
XCanvas
XCanvas is a powerful and flexible TypeScript library for manipulating HTML5 canvases, making every aspect of canvas manipulation extendable and reusable
XGPU
XGPU is an extendable library for WebGPU that provides a higher-level, easy-to-use interface for building rendering engines or processing numeric data. It handles automatic data binding, buffer alignment, and more...
xgpu-samples
Multiple pedagogic examples showcasing how to use my library XGPU
xShader
A Typescript/javascript library to create modular and object-oriented shaders (for Three.js)
tlecoz's Repositories
tlecoz/XGPU
XGPU is an extendable library for WebGPU that provides a higher-level, easy-to-use interface for building rendering engines or processing numeric data. It handles automatic data binding, buffer alignment, and more...
tlecoz/Mp4Maker
Based on mp4-muxer , this project provide a straight forward way to encode a MP4 file , frame by frame, directly in the browser on the client-side using WebCodecs.
tlecoz/xShader
A Typescript/javascript library to create modular and object-oriented shaders (for Three.js)
tlecoz/holoplay_typescript
An implementation of the library Holoplay.js (based on Three.js) in typescript
tlecoz/TsJsonDoc
TsJsonDoc is a light solution to generate a json that reproduce the file structure of your project. Each file is represented by an object that contains all the information concerning the data structure of the typescript files.
tlecoz/holoplayToMp4
a tool written in typescript based on nwjs , ffmpeg and threejs made to capture quilt-video and pre-processed holographic video for the "looking glass"
tlecoz/imageToVector_with_box2d_wasm
imageToVector allow you to convert a bitmap with an alpha background as a vector graphics made of curves with the quality you want. You can specify the kind of curve you want to get in your vector graphics (quadratic or cubic)
tlecoz/Kosmos
A framework based on Processing2 (java) very inspired by Flash/Actionscript. It handle 2D rendering , 3D rendering , OOP-shader creation and Box2D integration (physic engine) as a whole part of the framework.
tlecoz/matrix_displaylist
tlecoz/videoDecoder_fast_reading
tlecoz/XCanvas
XCanvas is a powerful and flexible TypeScript library for manipulating HTML5 canvases, making every aspect of canvas manipulation extendable and reusable
tlecoz/xgpu-samples
Multiple pedagogic examples showcasing how to use my library XGPU
tlecoz/xcanvas-samples
Work in progress