Detect script of runes

This commit is contained in:
bloeys
2022-07-05 07:12:11 +04:00
parent c40d1dfdf1
commit 603409e58e
6 changed files with 429 additions and 846 deletions

View File

@ -100,9 +100,6 @@ func (p *program) Init() {
p.gridMat = materials.NewMaterial("grid", "./res/shaders/grid.glsl")
p.handleWindowResize()
fmt.Printf("Beh equivalents: %v\n", string(glyphs.RuneInfos['ب'].EquivalentRunes))
// engine.Quit()
}
func (p *program) Update() {