Update of textmetrics scripts
Fix href-link to Unicode Programming docs (Tiffin)
added textmetrics
Version 4.8 xMarkup
Version 4.8 xMarkup
build version 4.2
build version 4.8
docs updated
docs update
added scripts for text2vector
исправления
wt refactoring; new functions added
added text2vector for vector search
Hello All! Currently I am comparing different implementation of WordCloud visualizations. There are the many ones. As online services and standalone programs, for example, https://wordcloudgenerator.org/unicorn/ or https://github.com/amueller/word_cloud/tree/main. The last one is written in Python - the pretty compact and powerful! It's interesting for me - does exist WordCloud implementations in Unicon? As very limited and raw solution I know only my own function PlotWords, which included in xMarkup...
It is very nice that Unicon 3D works fine on MX Linux. I saw that there is a version for Raspberry Pi too. Would be interesting to try it. As for MS Windows 10 I discovered that all my troubles gone when I built Unicon from current git repo. 3D works as needed. In the case it doesn't work all you need is to rebuild Unicon. No additional openGl libraries or real hardware GPU are needed. I have checked half of dozen different MS Windows installations. Best regards, Sergey.
I have tried to build unicon on other Win10 computer with real GPU and now openGl works properly! My output is: glVersion: 4.6.0 - Build 30.0.101.2079 glvendor: Intel glrenderer: Intel(R) Iris(R) Xe Graphics dim: 3 eyepos: 0.00,0.00,0.00 eyedir: 0.00,0.00,-100.00 Output in graphical windows attached. So, my first supposition was "to use openGl you need to have GPU". Obvious and simple prerequisite. But it is wrong. You need to build your code on computer with real GPU. If I build my program on my...
I have tried to build unicon on other Win10 computer with real GPU and now openGl works properly! My output is: glVersion: 4.6.0 - Build 30.0.101.2079 glvendor: Intel glrenderer: Intel(R) Iris(R) Xe Graphics dim: 3 eyepos: 0.00,0.00,0.00 eyedir: 0.00,0.00,-100.00 Output in graphical windows attached. So, my supposition is "to use openGl you need to have GPU". Obvious and simple prerequisite. Best regards, Sergey
I see empty graphical window with title "3D" which are closing after fractions of second. No output. If I set "canvas=hidden" attribute for window, then I get: Run-time error 150 File gltest.icn; Line 10 drawing a 3D object while in 2D mode offending value: window_1:1(3D) Traceback: main() Refresh(window_1:1(3D)) from line 10 in gltest.icn
I found the pretty utility to check usage of OpenGl: https://sourceforge.net/projects/openglchecker/ All works fine and my benchmarks are good. So, where is a problem? Maybe in libraries used for Unicon build? I have the following ones in my Makedefs: WGLIBS=-lopengl32 -lglu32 -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinmm Sergey
Jafar, That is strange you have absolutely different behavior. If I set "canvas=hidden" I see output< if without canvas no output. What OpenGl driver you have installed? What CPU type of your Win10 computer?
Jafar, I used hidden canvas only to see console output. If it's not defined I could see only winked graphical window which closes after opening. Thanks for ~~~ code example ~~~! I'll use it. It seems that my problem is exclusively in HW. I've tried to install the last version of Intel Graphics driver which supports OpenGl. But installation failed after prerequisite check - no supported devices found. As specified at https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html?wapkw=opengl%204%206...
Jafar, I used hidden canvas only to see console output. If it's not defined I could see only winked graphical window which closes after opening. Thanks for ~~~code example~~~! I'll use it. It seems that my problem is exclusively in HW. I've tried to install the last version of Intel Graphics driver which supports OpenGl. But installation failed after prerequisite check - no supported devices found. As specified at https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html?wapkw=opengl%204%206...
I have tried the same program on Raspberry 4B (Raspebian OS) and got the error similar by Steve: X Error of failed request: GLXBadDrawable ... When I commented lines with eyepos and eyedir attributes setting: glVersion: 3.1 Mesa 23.2.1-1~bpo12+rpt3 glvendor: Broadcom glrenderer: V3D 4.2 dim: 3 eyepos: 0.00,0.00,0.00 eyedir: 0.00,0.00,-100.00 By the way, I build Unicon from sources at https://github.com/uniconproject/unicon Sergey
Happy New Year! I've just getting to 3D features of Unicon. And I started with the basics (utr9 doc). Unfortunately, I have discovered that Unicon 13.2 is not working properly on my Windows 10 computer. There is a small program which I used: procedure main() w := open("3D", "gl", "size=400,400", "canvas=hidden") Fg(w, "ambient yellow") WAttrib(w, "dim=3") WAttrib(w, "eyepos=0.0,0.0,5.0") WAttrib(w, "eyedir=0.0,0.0,1.0") write("glVersion: ", WAttrib(w, "glversion")) write("glvendor: ", WAttrib(w,...
set font for graphical window through env variable 'gfont'
Smart "tuning" while using session config file (xmwin.config).
GUI default settings and HardwareConfig
Version 4.7 of xMarkup
GUI compile/build fixed
words.icn added (tiny word package); xm compile changed
GNU/Linux graphics fix
GNU/Linux graphics
new calendar examples added
docs updated
docs & xmprocs.icn fixes
Gregorian <=> Julian dates conversion
added calendar & date functions
calendar functions updated
calendar functions added
added functions extract_date & Replace; docs updated
gui updated to 4.7
gui updated to 4.7
gui updated to 4.7
prepare build 4.7
added vscode integration
added example of database analysis
function get_htmltitle(url) is added
doc/scripts fixes
rosetta.par updated dueto api changes @rosettacode.org
Fixed very unpleasant bug in GUI
v4.6 release
Version 4.6 of xMarkup - some fixes
Version 4.6 of xMarkup
prepare to v4.6 release
Prepare v4.6 2022 release
uncomitted changes from april-may 2021
wordtabulator refactoring; (+) xyz word coordinates
wt GUI visualization
wt GUI changes
wtwin integration continues
wtwin GUI code added
fixes for v4.6
scripts refactoring; docs updated
wt updated: (+) xyz coordinates of words
wt refactoring
Version 4.5 of xMarkup Text Transformation Utility
2020-09-25. xMarkup 4.5 setup fixed.
xMarkup 4.5 setup fixes
distro fixes
Version 4.5 of xMarkup Text Transformation Utility
Version 4.5 of xMarkup Text Transformation Utility
xm docs updated
repo cleaning
fix installer & repo structure
fix installer
version 4.5
version 3.6 update
Merge branch 'master' of ssh://git.code.sf.net/p/wordtabulator/git-code
wordTabulator version 3.6 released for MS Windows
fix input rewriting; EOL conversion
fix xm multistep + Lazarus 2.0.8
fix set_input() & add roman/unroman functions
Version 4.5 of xMarkup Text Transformation Utility
GUI updated: configure outputPath
added function html2txt(); nano editor
fix xm initialization
updated graphics and docs
fix GUI (SaveAs operations)
graphics updated: Hist()
docs updated; deleted examples folder
refactoring of script examples
minor fix graphics
refactoring wt package & graphics
GUI updated (create script from template)
fixes in graphics and wt
fix wt sort-order=0
GUI updated to 4.5
wt package updated; (+) transform option
added new examples
minor fix of wt package