mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #48] [CLOSED] Entrepeneur4lyf/fonts and api docs #250
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#250
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/48
Author: @entrepeneur4lyf
Created: 8/20/2025
Status: ❌ Closed
Base:
main← Head:entrepeneur4lyf/fonts_and_api_docs📝 Commits (4)
9c0e2b6feat: add support for custom ASCII fonts via FontDefinitione4f0230fix: update React ASCII example to use FontDefinition71e0f9cfeat: add font validation and error handling2ec68d3Merge upstream/main and resolve import path conflicts📊 Changes
50 files changed (+17427 additions, -40 deletions)
View changed files
➕
CLAUDE.md(+78 -0)➕
packages/core/docs/api/3d/canvas.md(+126 -0)➕
packages/core/docs/api/3d/exploding-sprite-effect.md(+120 -0)➕
packages/core/docs/api/3d/physics-exploding-sprite-effect.md(+122 -0)➕
packages/core/docs/api/3d/physics.md(+454 -0)➕
packages/core/docs/api/3d/shaders.md(+874 -0)➕
packages/core/docs/api/3d/sprite-animation.md(+518 -0)➕
packages/core/docs/api/3d/sprite-animator.md(+115 -0)➕
packages/core/docs/api/3d/sprites.md(+192 -0)➕
packages/core/docs/api/3d/webgpu.md(+452 -0)➕
packages/core/docs/api/3d/wgpu-renderer.md(+161 -0)➕
packages/core/docs/api/README.md(+121 -0)➕
packages/core/docs/api/advanced/3d.md(+854 -0)➕
packages/core/docs/api/animation/animation.md(+761 -0)➕
packages/core/docs/api/animation/timeline.md(+356 -0)➕
packages/core/docs/api/buffer.md(+159 -0)➕
packages/core/docs/api/components/ascii-font.md(+399 -0)➕
packages/core/docs/api/components/box.md(+270 -0)➕
packages/core/docs/api/components/framebuffer.md(+394 -0)➕
packages/core/docs/api/components/group.md(+358 -0)...and 30 more files
📄 Description
Add Custom Font Support and Comprehensive API Documentation
Custom ASCII Font Support
This PR adds the ability to use custom ASCII fonts with the ASCIIFontRenderable component. Users can now import any cfont-compatible JSON font file and use it directly.
Key Changes
Usage
Breaking Changes
Comprehensive API Documentation
Added extensive API documentation for the core package in packages/core/docs/api/:
Documentation Structure
/components/ - Documentation for all renderable components
/core/ - Core rendering system
/lib/ - Library utilities
/animation/ - Animation system
Other sections - 3D capabilities, post-processing, utilities
Documentation Highlights
Examples Added
Testing
Technical Details
Note: This is a work in progress.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.